dolmen
A parser library for automated deduction
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package dolmen
-
dolmen
-
dolmen.intf
-
-
dolmen.line
-
dolmen.smtlib2
-
dolmen.std
-
-
dolmen.tptp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library dolmen.std
Satisfy the required interface for the typing of smtlib integers.
include Dolmen_intf.Term.Smtlib_Int with type t := t
include Dolmen_intf.Term.Smtlib_Arith_Common with type t := t
val mk : string -> t
Build a constant. The literal is passed as a string to avoid overflow caused by the limited precision of native number formats.
Satisfy the common interface for TPTP's arithmetic on integers.
include Dolmen_intf.Term.Tptp_Tff_Arith_Common with type t := t
Satisfy the common interface for Alt-Ergo's arithmetic types.
include Dolmen_intf.Term.Ae_Arith_Common with type t := t
ON THIS PAGE
No table of contents