Skip to content

backtracking/bag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bags (aka multisets) for OCaml.

A bag is a set where elements may appear multiple times. See Wikipedia for more details.

The API is documented in bag.mli