Skip to content
Snippets Groups Projects
Commit f20718d2 authored by Christoph's avatar Christoph
Browse files

Add header for function used in previous commit

parent fe81b988
No related branches found
No related tags found
No related merge requests found
......@@ -313,6 +313,7 @@ val bsetMake : unit -> bset (* a new bset which only contains True *)
val bsetMakeRealEmpty : unit -> bset (* a new bset without containing True *)
val bsetAdd : bset -> localFormula -> unit
val bsetMem : bset -> localFormula -> bool
val bsetRem : bset -> int -> unit
val bsetCompare : bset -> bset -> int
val bsetFold : (localFormula -> 'a -> 'a) -> bset -> 'a -> 'a
val bsetIter : (localFormula -> unit) -> bset -> unit
......
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