package dolmen_type

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Smtlib builtin

exception Empty_sexpr of Dolmen.Std.Term.t
exception Bad_index_in_sexpr of Dolmen.Std.Term.t
exception Unexpected_structure_in_sexpr of Dolmen.Std.Term.t
exception Uninterpreted_reserved_word_in_sexpr of Dolmen.Std.Id.t * Dolmen.Std.Term.t
val sexpr_as_term : Dolmen.Std.Term.t -> Dolmen.Std.Term.t
val sexpr_as_sort : Dolmen.Std.Term.t -> Dolmen.Std.Term.t
module Tff (Type : Tff_intf.S) (Tag : Dolmen.Intf.Tag.Smtlib_Base with type 'a t = 'a Type.Tag.t and type term := Type.T.t) (Ty : Dolmen.Intf.Ty.Smtlib_Base with type t = Type.Ty.t) (T : Dolmen.Intf.Term.Smtlib_Base with type t = Type.T.t and type cstr := Type.T.Cstr.t) : sig ... end

Builtins for smtlib's core theory