package reparse

  1. Overview
  2. Docs

Module type Reparse.PROMISESource

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