package prbnmcn-basic-structures

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

Parameter Codegen_identity.M

type 'a m = 'a
val seq : unit m -> (unit -> 'a m) -> 'a m

Non-binding sequencing construct.

val (let*) : 'a m -> ('a m -> 'b m) -> 'b m

Binding sequencing construct.

val unit : unit m
OCaml

Innovation. Community. Security.