package yocaml

  1. Overview
  2. Docs

Module Try.SyntaxSource

include Preface.Specs.Applicative.SYNTAX
type 'a t
val (and+) : 'a t -> 'b t -> ('a * 'b) t
include Preface.Specs.Monad.SYNTAX with type 'a t := 'a t
val (let*) : 'a t -> ('a -> 'b t) -> 'b t
val (let+) : 'a t -> ('a -> 'b) -> 'b t
OCaml

Innovation. Community. Security.