masak / bel

An interpreter for Bel, Paul Graham's Lisp language
GNU General Public License v3.0
27 stars 1 forks source link

Implement a nice (comparison-based) 'set' module #421

Open masak opened 2 years ago

masak commented 2 years ago

Based on the API in https://ocaml.org/api/Set.S.html . Using techniques discussed in https://mariojppereira.github.io/ocaml2021-paper23.pdf .