package erm_xml

  1. Overview
  2. Docs
type !'a t = 'a
val return : 'a -> 'a
val fail : exn -> 'a
val (>>=) : 'a -> ('a -> 'b) -> 'b