Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val mk_literal_s :
string ->
[ `Symbol of string | `Var of int ] list ->
literal
val is_ground : literal -> bool
val arity : literal -> int
val hash_literal : literal -> int
val check_safe : clause -> bool
val is_fact : clause -> bool
val hash_clause : clause -> int
val pp_literal : Format.formatter -> literal -> unit
val pp_clause : Format.formatter -> clause -> unit
val pp_subst : Format.formatter -> subst -> unit
val db_create : unit -> db
val db_size : db -> int