package dolmen
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package dolmen
-
dolmen
-
dolmen_intf
-
-
dolmen_line
-
dolmen_smtlib2
-
dolmen_smtlib2_v6
-
dolmen_std
-
-
dolmen_tptp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Standard implementation of answers.
Type definitions
type term = Term.t
type location = Loc.t
type defs = Statement.defs
Type aliases for readability.
implemented interfaces
include Dolmen_intf.Stmt.Response
with type t := t
and type id := Id.t
and type term := term
and type location := location
and type defs := defs
Errors
Unsat part
SAT/model part
Defines a new function. fun_def f args ret body
is such that applications of f
are equal to body
(module substitution of the arguments), which should be of type ret
.
Defines a list of mutually recursive functions.
Std function
val print : Format.formatter -> t -> unit
Printing function
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page