package carton-git

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

Module type Carton_git.IOSource

Sourcetype +'a t
Sourceval catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
Sourceval return : 'a -> 'a t