package dolmen_type

  1. Overview
  2. Docs

Module Smtlib2.TffSource

Builtins for smtlib's core theory

Parameters

module Type : Tff_intf.S
module Tag : Dolmen.Intf.Tag.Smtlib_Base with type 'a t = 'a Type.Tag.t and type term := Type.T.t
module T : Dolmen.Intf.Term.Smtlib_Base with type t = Type.T.t and type cstr := Type.T.Cstr.t

Signature

Sourcetype Type.err +=
  1. | Incorrect_sexpression : Dolmen.Intf.Msg.t -> Dolmen.Std.Term.t Type.err
  2. | Non_closed_named_term : Type.Ty.Var.t list * Type.T.Var.t list -> Dolmen.Std.Term.t Type.err
Sourceval inferred_model_constants : Type.T.Const.t list Dolmen.Std.Tag.t