package bap-std

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • deprecated [since 2018-03] use the `monads' library instead of this module
  • deprecated [since 2018-03] The module is deprecated in favor of new monads library
module type Basic = Core_kernel.Monad.Basic
module type Basic2 = Core_kernel.Monad.Basic2
module type Infix = Core_kernel.Monad.Infix
module type Infix2 = Core_kernel.Monad.Infix2
module type S = Core_kernel.Monad.S
module type S2 = Core_kernel.Monad.S2
module Make (M : Basic) : S with type 'a t := 'a M.t
module Make2 (M : Basic2) : S2 with type ('a, 's) t := ('a, 's) M.t
module State : sig ... end
module T : sig ... end