Dolmen_std.AnswerStandard implementation of answers.
type term = Term.ttype location = Loc.ttype defs = Statement.defsType aliases for readability.
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 := defsDefines 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.
val print : Format.formatter -> t -> unitPrinting function