Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Repository
63e1e7f3037b7405f1f52be82c5db5da3ba163cf
Switch branch/tag
compiler
frontend
utilities.icl
Find file
Blame
History
Permalink
new Bag type: :: Bag x = Pair (Bag x) (Bag x) | Single x | Empty
· 63e1e7f3
Martin Wierich
authored
Sep 20, 2000
using this for accumulators is more elegant than using lists
63e1e7f3