package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'k t =
  1. | Inc of 'k
  2. | Exc of 'k
include sig ... end
val t_of_sexp : (Sexplib.Sexp.t -> 'k) -> Sexplib.Sexp.t -> 'k t
val sexp_of_t : ('k -> Sexplib.Sexp.t) -> 'k t -> Sexplib.Sexp.t
val compare : ('k -> 'k -> int) -> 'k t -> 'k t -> int
OCaml

Innovation. Community. Security.