-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Guillaume Petiot
authored
Jul 19, 2021
1 parent
b4fed06
commit fff8d95
Showing
37 changed files
with
232 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ocamlformat: ignoring "tests/edge_cases.ml" (syntax error) | ||
File "tests/edge_cases.ml", line 21, characters 4-5: | ||
21 | _ | ||
^ | ||
Error: Syntax error: wildcard "_" not expected. | ||
File "tests/edge_cases.ml", line 90, characters 4-12: | ||
90 | function (_ : [ `c ]) -> d | ||
^^^^^^^^ | ||
Error: Syntax error |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ocamlformat: ignoring "tests/record_with.ml" (syntax error) | ||
File "tests/record_with.ml", line 25, characters 56-57: | ||
25 | bzeefe = _; | ||
^ | ||
Error: Syntax error: wildcard "_" not expected. | ||
File "tests/record_with.ml", line 28, characters 0-3: | ||
28 | let b = | ||
^^^ | ||
Error: Syntax error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
ocamlformat: ignoring "tests/with_2.ml" (syntax error) | ||
File "tests/with_2.ml", line 3, characters 11-12: | ||
3 | | A -> _ | ||
^ | ||
Error: Syntax error: wildcard "_" not expected. | ||
File "tests/with_2.ml", line 37, characters 0-0: | ||
Error: Syntax error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.