Max Heiber
Max Heiber
Fix #12925 - make the makefile able to produce binaries: - tabs instead of spaces - 'clean' cleans everything - clarify the relationship between ocamldep and make: - Point out...
ocamldep example of a minimal makefile does not compile OCaml files correctly. I'm not sure how to fix it–if you can advise I'd be happy to PR ## Steps to...
Update doc comments to reflect that OCaml has [injectivity annotations](https://v2.ocaml.org/manual/typedecl.html#injectivity). Previously the doc comments for `Type_equal.mli` "OCaml has no built-in language feature to state that a type is injective" but...
Nice simple library! If I understand correctly, redux-side-effect (like redux-saga, redux-loop, etc) doesn't currently work well with time travel, since replaying actions also re-calls functions that cause side effects. Is...
**Session Title:** Contribute a Feature to TypeScript! An example based on the ES Private Fields implementation **Session Abstract:** This talk is a quick guide to contributing a new JS feature...
I recommend removing or deprecating warning 40, so -Wall doesn't force worse type inference. With this change, I think the out-of-the-box OCaml experience would be substantially better. ## Why dot...