package prbnmcn-basic-structures

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

Module Codegen.InfixSource

Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval (let*) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval (>>) : unit m t -> (unit -> 'a t) -> 'a t
Sourceval (let*!) : 'a m -> ('a m -> 'b t) -> 'b t
Sourceval (>>!) : unit m -> (unit -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.