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.
- Host: GitHub
- URL: https://github.com/shakadak/ocaml_util
- Owner: Shakadak
- License: mit
- Created: 2015-06-22T19:41:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T14:35:14.000Z (about 10 years ago)
- Last Synced: 2025-02-04T15:50:19.163Z (8 months ago)
- Language: OCaml
- Size: 146 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.