An implementation in OCaml of Kaplan & Tarjan's purely functional worst-case O(1) catenable deques
Go to file
2018-08-15 12:06:16 +02:00
.gitignore Generate syntax-highlighted source with embedded quotes from the article 2018-08-12 16:34:50 +02:00
.travis.yml Generate syntax-highlighted source with embedded quotes from the article 2018-08-12 16:34:50 +02:00
deques_typelevelprogramming.ml Left type-level programming aside for now 2018-08-11 12:27:32 +02:00
deques-old.ml Drop current approach for now, will try with GADTs. 2018-08-15 12:06:04 +02:00
deques.ml Try with existentials and GADT 2018-08-15 12:06:16 +02:00
LICENSE.txt Added license (CC0) 2018-07-30 00:51:19 +02:00
Makefile Generate syntax-highlighted source with embedded quotes from the article 2018-08-12 16:34:50 +02:00