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 real : Type.Ty.t

The type of reals

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

Partial view for types.

val view : Type.Ty.t -> view

Partial view of a type.