Louis Gesbert
Louis Gesbert
Results of the discussion with the syntax committee: ``` definition person_for_this_article equals let new_income equals (if original_person.income > $1200 then $1200 else original_person.income) in original_person but replace { -- income:...
@denismerigoux should the French version be "mais remplace", or "mais en remplaçant" which is a bit more verbpse but sounds better ?
This is an attempted quickfix for the automated repo cache at https://gitlab.ocamlpro.com/OCamlPro/opam-repository/-/tree/cached : the repository fetched from CI has git LFS handles for the cached files, but not the full...
(it worked)
The OCamlPro repo cache (https://gitlab.ocamlpro.com/OCamlPro/opam-repository/-/tree/cached) still needs this feature
That's indeed incredibly nicer ! My only conern is how much of the OCaml compiler internals will end up having to statically link ; but that might not be that...
Thanks for reporting! I had a similar issue with just `opam install . --deps-only` while the opam file with updated dependencies was properly committed. It follows that this is unlikely...
Related: https://github.com/CatalaLang/catala/commit/69e0a002dd31b95ec9bcd48ac1ac8d3503263be3#diff-f0c506b9a4056678c835ebde77dd6b585264c5613595517d311bbbb05713a8e1L809-L811
You can work around it by writing `(0 , 0)`, otherwise yes, the first element is parsed as the *decimal* `0.0` Possible solutions: - require the space above, although that's...
One possible syntax: Since we already have ` for among ` for map one possibility would be to extend that with details: ` for among accumulating into starting from `...