package diff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val (--|) : ('a, 'b) t -> ('b, 'c) t -> ('a, 'c) t

f0 --| f1 is cons f0 f1.

val (?+) : ('a, 'b) t -> ('a option, 'b option) t

?+f is opt_map f.

val (?*) : ('a, 'b option) t -> ('a option, 'b option) t

?*f is opt_bind f.

OCaml

Innovation. Community. Security.