package yocaml

  1. Overview
  2. Docs
val let+ : 'a ct -> ('a -> 'b) -> 'b ct

let+ x = t in f x is f <$> f.

val and+ : 'a ct -> 'b ct -> ('a * 'b) ct

let+ x = t1 and+ y = t2 in f x y is f <$> t1 <*> t2.

OCaml

Innovation. Community. Security.