= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && 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
Integer operations.
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.