(no title)
user2342 | 1 year ago
If one wanted to criticize OCaml syntax, the need for .mli-files (with different syntax for function signatures) and the rather clunky module/signature syntax would be better candidates.
user2342 | 1 year ago
If one wanted to criticize OCaml syntax, the need for .mli-files (with different syntax for function signatures) and the rather clunky module/signature syntax would be better candidates.
_flux|1 year ago
Sometimes I wrote (haven't written OCaml for some time now..) functions like:
just to make them more similar to the syntax in the module types.armchairhacker|1 year ago
phplovesong|1 year ago