= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package ocaml-logicalform
-
ocaml-logicalform
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Clause : sig ... end
type nonrec t = [
|
`And of Clause.t Base.list
|
`False
|
`L of Clause.Literal.Id.t
|
`Neg of Clause.Literal.Id.T.t
|
`Or of Clause.Literal.t Base.list
|
`Pos of Clause.Literal.Id.T.t
|
`True
]
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val __t_of_sexp__ : Ppx_sexp_conv_lib.Sexp.t -> t
val eval : t -> bool array -> bool option
val to_pretty_string : ?style:PrettyPrint.Style.Infix.t -> t -> string
val to_pretty_sexp : ?style:PrettyPrint.Style.Prefix.t -> t -> Base.Sexp.t
val of_pretty_sexp : ?style:PrettyPrint.Style.Prefix.t -> Base.Sexp.t -> t