package dolmen_type

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val int : Type.Ty.t

The type of integers

val rat : Type.Ty.t

The type of rationals

val real : Type.Ty.t

The type of reals

val equal : Type.Ty.t -> Type.Ty.t -> bool

Equality on types.