package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type MONOID = sig ... end
module type FUNCTOR = sig ... end
module type APPLICATIVE = sig ... end
module type MONAD_BARE = sig ... end
module type MONAD = sig ... end
module type MONAD_TRANSFORMER = sig ... end
type !'a sequence = ('a -> unit) -> unit
module type FOLDABLE = sig ... end
module type TRAVERSE = functor (M : MONAD) -> sig ... end
module type FREE_MONAD = sig ... end
module WrapMonad (M : MONAD_BARE) : sig ... end
module MakeFree (F : FUNCTOR) : sig ... end
module MakeFreeFold (FM : FREE_MONAD) (Fold : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.