package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Raw : sig ... end
module Set : Core.Set.S
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 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 S_eval with type 'base t := 'base t with type set := Set.t with type 'a result := 'a value
val subst : 'b1 t -> f:('b1 -> 'b2 t value) -> 'b2 t value
val map : 'b1 t -> f:('b1 -> 'b2 value) -> 'b2 t value
val specialize : 'b t -> f:('b -> Set.t option value) -> 'b t value
val eval : 'b t -> f:('b -> Set.t value) -> Set.t value
module Make_monadic_eval (M : Core.Monad.S) : S_eval with type 'base t := 'base t with type set := Set.t with type 'a result := 'a M.t
OCaml

Innovation. Community. Security.