package dolmen_type

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Dolmen_intf.Ty.Smtlib_Int with type t := Type.Ty.t
val int : Type.Ty.t

The type for integer expressions.

include Dolmen_intf.Ty.Smtlib_Real with type t := Type.Ty.t
val real : Type.Ty.t

The type for integer expressions.

type view = private [>
  1. | `Int
  2. | `Real
]

Partial view for types. These are used by the Reals_Ints theory to perform type-based dispatch, and automatic conversion of Ints to Reals when specified by the specification.

val view : Type.Ty.t -> view

Partial view of a type.