package libsail

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

Module Util.Option_monadSource

Sourceval (let*) : 'a option -> ('a -> 'b option) -> 'b option
Sourceval (let+) : ('a -> 'b) -> 'a option -> 'b option