Literal.Convtype hook_from = term SLiteral.t -> t optiontype hook_to = t -> term SLiteral.t optionval of_form : ?hooks:hook_from list -> term SLiteral.t -> tConversion from a formula. By default no ordering is considered.
val to_form : ?hooks:hook_to list -> t -> term SLiteral.tval to_s_form :
?allow_free_db:bool ->
?ctx:Term.Conv.ctx ->
?hooks:hook_to list ->
t ->
TypedSTerm.Form.tval lit_to_tst : ?ctx:Term.Conv.ctx -> term SLiteral.t -> TypedSTerm.t