-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3313 from realworldocaml/remove-ppx_jane-from-pre…
…lude Remove ppx jane from prelude
- Loading branch information
Showing
17 changed files
with
456 additions
and
473 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#require "base,core.top,ppx_jane";; | ||
#require "base,core.top";; | ||
|
||
let () = Base.Printexc.record_backtrace false |
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 @@ | ||
#require "core,core.top,ppx_jane";; | ||
|
||
open Base | ||
#require "core,core.top";; | ||
|
||
let () = Printexc.record_backtrace false |
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,6 +1,3 @@ | ||
#require "base";; | ||
#require "ppx_jane";; | ||
|
||
open Base | ||
|
||
let () = Printexc.record_backtrace false |
Oops, something went wrong.