package bastet

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Monad.ASource

Sourcemodule I : sig ... end
Sourceval liftA1 : ('a -> 'b) -> 'a M.t -> 'b M.t
Sourceval when_ : bool -> unit M.t -> unit M.t
Sourceval unless : bool -> unit M.t -> unit M.t