Skip to content

Commit

Permalink
Add GHC.Maybe edits in tests
Browse files Browse the repository at this point in the history
Unclear why this is necessary. Further investigation needed.
  • Loading branch information
nosewings committed Jun 25, 2024
1 parent c0e79f0 commit b48f979
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/tests/Guard2/edits
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
skip module GHC.Err
skip Guard2.Default__T

rename type GHC.Maybe.Maybe = option
rename value GHC.Maybe.Just = Some
rename value GHC.Maybe.Nothing = None
4 changes: 4 additions & 0 deletions examples/tests/SkipConstructor/edits
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ skip equation SkipConstructor.extraUnderscore _
# We don't link against GHC
skip module GHC.Skip # It's been copied into the preamble
skip SkipConstructor.Default__T

rename type GHC.Maybe.Maybe = option
rename value GHC.Maybe.Just = Some
rename value GHC.Maybe.Nothing = None

0 comments on commit b48f979

Please sign in to comment.