preface.core
Preface_core
preface
preface.make
preface.specs
preface.stdlib
module Fun : sig ... end
module Monoid : sig ... end
A generic monoid.
module Nonempty_list : sig ... end
A Non empty list. The module allows to deal with non-empty list. Lists where the minimum size is one.
module Shims : sig ... end
Some Hook over the standard library.
module Void : sig ... end
Void describes unhabited type. A type that is not representable.
Void