package deriving

  1. Overview
  2. Docs
Extension to OCaml for deriving functions from type declarations

Install

Dune Dependency

Authors

Maintainers

Sources

0.8.1.tar.gz
sha256=080a1c983cee6f72a6cc28d9ddf056eb6d4e81daf58c192970e29a5ba03f63fa
md5=59558a23583fbc0c7c139f6ed22fbb54

doc/deriving.runtime/Deriving_Bounded/index.html

Module Deriving_Bounded

module type Bounded = sig ... end
module Bounded_bool : Bounded with type a = bool
module Bounded_char : Bounded with type a = char
module Bounded_int : Bounded with type a = int
module Bounded_int32 : Bounded with type a = int32
module Bounded_int64 : Bounded with type a = int64
module Bounded_nativeint : Bounded with type a = nativeint
module Bounded_unit : Bounded with type a = unit
OCaml

Innovation. Community. Security.