package frama-c

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

Module Mergeset.MakeSource

Parameters

module E : Elt

Signature

Sourcetype elt = E.t
Sourcetype t = elt list Intmap.t
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval is_empty : t -> bool
Sourceval empty : t
Sourceval add : elt -> t -> t
Sourceval singleton : elt -> t
Sourceval elements : t -> elt list
Sourceval remove : elt -> t -> t
Sourceval mem : elt -> t -> bool
Sourceval iter : (elt -> unit) -> t -> unit
Sourceval iter_sorted : (elt -> unit) -> t -> unit
Sourceval fold : (elt -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval fold_sorted : (elt -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval filter : (elt -> bool) -> t -> t
Sourceval partition : (elt -> bool) -> t -> t * t
Sourceval for_all : (elt -> bool) -> t -> bool
Sourceval exists : (elt -> bool) -> t -> bool
Sourceval union : t -> t -> t
Sourceval inter : t -> t -> t
Sourceval diff : t -> t -> t
Sourceval subset : t -> t -> bool
Sourceval intersect : t -> t -> bool
Sourceval of_list : elt list -> t
OCaml

Innovation. Community. Security.