package dolmen_type

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

Parameters

module Type : Tff_intf.S
module Ty : Dolmen.Intf.Ty.Ae_Array with type t := Type.Ty.t
module T : Dolmen.Intf.Term.Ae_Array with type t := Type.T.t

Signature

type Type.err +=
  1. | Bad_farray_arity : Dolmen.Std.Term.t Type.err
    (*

    Raised when an array is parametrized with other than one or two parameters.

    *)

Errors for array type-checking.