Skip to content
Snippets Groups Projects
Commit c3da8df6 authored by David Bühler's avatar David Bühler
Browse files

[Eva] api: Exports Equality.elements.

parent b17d3375
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,8 @@ module Equality : sig ...@@ -88,6 +88,8 @@ module Equality : sig
val choose: t -> elt val choose: t -> elt
(** Return the representative of the equality. *) (** Return the representative of the equality. *)
val elements: t -> elt list
(** Returns the list of all elements of the given set. *)
end end
type equality = Equality.t type equality = Equality.t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment