Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val mk_term_s : string -> [ `Symbol of string | `Var of int ] list -> term
val is_ground : term -> bool
val arity : term -> int
val hash_term : term -> int
val check_safe : rule -> bool
val is_fact : rule -> bool
val hash_rule : rule -> int
val pp_term : Format.formatter -> term -> unit
val pp_rule : Format.formatter -> rule -> unit
val pp_subst : Format.formatter -> subst -> unit
val db_create : unit -> db
val db_size : db -> int