An open API service indexing awesome lists of open source software.

https://github.com/shakadak/ocaml_util

Some small utility function to help prototyping. Don't expect any performance nor tail call.
https://github.com/shakadak/ocaml_util

Last synced: 6 months ago
JSON representation

Some small utility function to help prototyping. Don't expect any performance nor tail call.

Awesome Lists containing this project

README

          

# ocaml_util
Some small utility function to help prototyping. Don't expect any performance nor tail call.

Proposition of improved function should be done with the identifier appended with `'`
like `append => append'`.

Additional note: remember that currying forces the compiler/interpreter to specialize the function.