Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 4.12 #107

Merged
merged 14 commits into from
Oct 21, 2020
Prev Previous commit
Next Next commit
restore compatibility with older compiler versions
Signed-off-by: Carl Eastlund <[email protected]>
  • Loading branch information
ceastlund committed Oct 19, 2020
commit 058ff45bafba97f440bf2e1b89f583996532f626
1 change: 1 addition & 0 deletions src/migrate_411_412.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
open Stdlib0
module From = Ast_411
ceastlund marked this conversation as resolved.
Show resolved Hide resolved
module To = Ast_412
let rec copy_toplevel_phrase :
Expand Down
1 change: 1 addition & 0 deletions src/migrate_412_411.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
open Stdlib0
module From = Ast_412
ceastlund marked this conversation as resolved.
Show resolved Hide resolved
module To = Ast_411
let rec copy_toplevel_phrase :
Expand Down