package deriving

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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