package jingoo

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