-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flambda-backend: Remove immutable arrays from stdlib.ml and stdlib.mli (
- Loading branch information
Showing
18 changed files
with
299 additions
and
210 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
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,4 +1,4 @@ | ||
Fatal error: exception Stdlib.Exit | ||
Raised by primitive operation at Stdlib.open_in_gen in file "stdlib.ml", line 412, characters 28-54 | ||
Raised by primitive operation at Stdlib.open_in_gen in file "stdlib.ml", line 408, characters 28-54 | ||
Called from Pr2195 in file "pr2195.ml", line 24, characters 6-19 | ||
Re-raised at Pr2195 in file "pr2195.ml", line 29, characters 4-41 |
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 @@ | ||
Fatal error: exception Stdlib.Exit | ||
Raised by primitive operation at Stdlib.open_in_gen in file "stdlib.ml", line 412, characters 28-54 | ||
Called from Stdlib.open_in in file "stdlib.ml" (inlined), line 417, characters 2-45 | ||
Raised by primitive operation at Stdlib.open_in_gen in file "stdlib.ml", line 408, characters 28-54 | ||
Called from Stdlib.open_in in file "stdlib.ml" (inlined), line 413, characters 2-45 | ||
Called from Pr2195 in file "pr2195.ml", line 24, characters 6-19 | ||
Re-raised at Pr2195 in file "pr2195.ml", line 29, characters 4-41 |
Oops, something went wrong.