OCaml implementation of a never empty list
  • OCaml 99.4%
  • Shell 0.6%
Find a file
2018-04-27 18:23:11 +09:00
src use ListLabel instead of List, nice idea suggested by @bcc32 2018-04-27 18:23:11 +09:00
build.sh added build.sh 2018-04-26 15:49:24 +09:00
onelist.opam mv nelist.opam onelist.opam 2018-04-26 15:51:56 +09:00
README.md typo in README 2018-04-26 15:50:41 +09:00

ONElist: Ocaml Never Empty list

There is always at least one element in such a list.