package prbnmcn-basic-structures

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

Module Monad.Codegen_identitySource

Parameters

module Repr : sig ... end
module M : sig ... end

Signature

Sourcetype 'a m = 'a

'a m is the type of generated programs of type 'a

Sourcetype 'a t = 'a

'a t is the type of computations of type 'a

Sourceval return : 'a -> 'a t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
Sourceval run : 'a m t -> 'a m
Sourceval lift1 : ('a -> 'b) -> 'a t -> 'b t
Sourceval lift2 : ('a -> 'b -> 'c) -> 'a t -> 'b t -> 'c t
Sourceval lift3 : ('a -> 'b -> 'c -> 'd) -> 'a t -> 'b t -> 'c t -> 'd t
Sourcemodule Infix : sig ... end
OCaml

Innovation. Community. Security.