Skip to content

Commit

Permalink
restore compatibility with older compiler versions
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Eastlund <[email protected]>
  • Loading branch information
ceastlund committed Oct 19, 2020
1 parent e17c35f commit 058ff45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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
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
module To = Ast_411
let rec copy_toplevel_phrase :
Expand Down

0 comments on commit 058ff45

Please sign in to comment.