package yocaml

  1. Overview
  2. Docs

Module Reader.OverSource

Parameters

module T : sig ... end

Signature

Sourcetype env = T.env
Sourcetype 'a monad = 'a T.monad
Sourcetype 'a t = env -> 'a monad
Sourceval return : 'a -> 'a t
Sourceval bind : ('a -> 'b t) -> 'a t -> 'b t
OCaml

Innovation. Community. Security.