Module type Alt.SYNTAX

Syntax operators.

type 'a t

A type 'a t which is an Alt.

val let+ : 'a t -> ('a -> 'b) -> 'b t

let operator for mapping.