package prbnmcn-basic-structures

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

Module Lang.CodegenSource

Sourcetype !'a m = 'a
Sourcetype !'a t = '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.