6 Commits

Author SHA1 Message Date
Gabriel Scherer
1b02ba850c Infer: explicitly restrict tuples to pairs 2023-12-23 01:22:47 +01:00
Gabriel Scherer
1852d50231 parser: use braces around tuples, not parentheses
This is the syntax we use in the printer. It has the advantage of
making the printing (and parsing) of tuple types unambiguous, even for
tuples of type 0 or 1:
- `(int)` could be `int` or a 1-ary tuple
- `{int}` can only be a 1-ary tuple
2023-12-23 01:22:15 +01:00
Gabriel Scherer
e848910039 testsuite: avoids 4-indented code blocks that pass for test output
Reported-By: Nicolás Ojeda Bär
2023-12-22 15:49:01 +01:00
Gabriel Scherer
fce7844414 fix the OCaml bound in .opam: we use Seq.take which is 4.14
Reported-by: Ellenor Taghayor
2023-12-22 15:48:56 +01:00
Gabriel Scherer
96bd055026 first public release of the project 2023-12-21 00:40:52 +01:00
Gabriel Scherer
6c3e9720fc root 2023-12-21 00:39:18 +01:00