Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Mar 30, 2023
1 parent c4c1542 commit a2591e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Juvix/Compiler/Backend/Geb/Extra.hs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ mapVars f m = go 0 m
MorphismVar x -> f k x
MorphismInteger i -> MorphismInteger i
MorphismBinop x -> MorphismBinop (over binopLeft (go k) (over binopRight (go k) x))
MorphismFail x -> MorphismFail x

shift :: Int -> Morphism -> Morphism
shift 0 m = m
Expand Down

0 comments on commit a2591e5

Please sign in to comment.