package jingoo

  1. Overview
  2. Docs
val return : 'a -> 'b option
val bind : 'a option -> ('b -> 'c option) -> 'c option