package hardcaml

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

Module Hardcaml.TypesSource

Sourcemodule Clocking : sig ... end
Sourcemodule Pair : sig ... end
Sourcemodule With_valid : sig ... end
Sourcemodule type Value_arg = sig ... end
Sourcemodule Value (S : Value_arg) : Interface.S with type 'a t = 'a

An interface for a single value

Sourcemodule type Scalar = sig ... end
Sourcemodule Scalar (S : Value_arg) : Scalar with type 'a t = 'a
Sourcemodule type Arg_with_length = sig ... end
Sourcemodule List (A : Arg_with_length) : Interface.S with type 'a t = 'a list
Sourcemodule Array (A : Arg_with_length) : Interface.S with type 'a t = 'a array