package dolmen

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

Module type Ty.Ae_ArraySource

Signature required by types for typing ae arrays

type t

The type of types

val int : t

The type of integers, used as a default type of indexes when no type is provided

val array : t -> t -> t

The type of functionnal arrays from one type to another.