package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

module Set = Elt.Set
type 'base t = ('base, Set.t) Raw.t
include sig ... end
val compare : ('base -> 'base -> int) -> 'base t -> 'base t -> int
val t_of_sexp : (Sexplib.Sexp.t -> 'base) -> Sexplib.Sexp.t -> 'base t
val sexp_of_t : ('base -> Sexplib.Sexp.t) -> 'base t -> Sexplib.Sexp.t
include Set_lang_intf.S_lang with type 'base t := 'base t with type set := Set.t
val base : 'base -> 'base t
val set : Set.t -> _ t
val inter2 : 'b t -> 'b t -> 'b t
val union2 : 'b t -> 'b t -> 'b t
val diff : 'b t -> 'b t -> 'b t
val union : 'b t list -> 'b t
val inter : ('b t * 'b t list) -> 'b t
val inter_list : 'b t list -> 'b t Core.Or_error.t
val inter_list_exn : 'b t list -> 'b t
val values : 'base t -> 'base list
val constant_value : _ t -> Set.t option
include Set_lang_intf.S_eval with type 'base t := 'base t with type set := Set.t with type 'a result := 'a Set_lang_intf.value
val subst : 'b1 t -> f:('b1 -> 'b2 t Set_lang_intf.value) -> 'b2 t Set_lang_intf.value
val map : 'b1 t -> f:('b1 -> 'b2 Set_lang_intf.value) -> 'b2 t Set_lang_intf.value
val specialize : 'b t -> f:('b -> Set.t option Set_lang_intf.value) -> 'b t Set_lang_intf.value
val eval : 'b t -> f:('b -> Set.t Set_lang_intf.value) -> Set.t Set_lang_intf.value
module Make_monadic_eval (M : Core.Monad.S) : Set_lang_intf.S_eval with type 'base t := 'base t with type set := Set.t with type 'a result := 'a M.t
OCaml

Innovation. Community. Security.