package prbnmcn-mcts

  1. Overview
  2. Docs

The Poly_syntax module uses the polymorphic equality and hashing to construct memoizing binding operators. Use only if you must...

val map : 'a t -> ('a -> 'b) -> 'b t
val bind : 'a t -> ('a -> 'b t) -> 'b t
val (>|=) : 'a t -> ('a -> 'b) -> 'b t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
val return : 'a -> 'a t
OCaml

Innovation. Community. Security.