package anycache

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type +'a t
type ('a, 'b) result =
  1. | Ok of 'a
  2. | Error of 'b
val return : 'a -> 'a t
val fail : exn -> 'a t
val (>>?) : 'a t -> (('a, exn) result -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.