package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Clocking : sig ... end
module Cross_product (Outer : Interface.S) (Inner : Interface.S) : sig ... end
module Pair : sig ... end
module With_valid : sig ... end
module type Value_arg = sig ... end
module Value (S : Value_arg) : Interface.S with type 'a t = 'a

An interface for a single value

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

Innovation. Community. Security.