module Assignment: sig end
sig end
type t = {
valuation : (Name.t * bool) list;
(Name.t * bool) list
literals : Atom.t list;
Atom.t list
val pp : Format.formatter -> t -> unit
Format.formatter -> t -> unit
Format.formatter
t