package git

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

Module type Sigs.IOSource

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

Innovation. Community. Security.