Skip to content

Commit

Permalink
fix Function apply inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
csicar committed Sep 21, 2019
1 parent 4fa79c7 commit 50ea344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeGen/Constants.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ moduleNamespace = ProperName "Module"
pattern PrimModule = ModuleName [ProperName "PS", ProperName "Prim", ProperName "Module"]

pattern Semigroup = ModuleName [ProperName "PS", ProperName "Data", ProperName "Semigroup", ProperName "Module"]
pattern Function = ModuleName [ProperName "PS", ProperName "Function", ProperName "Module"]
pattern Function = ModuleName [ ProperName "PS", ProperName "Data", ProperName "Function", ProperName "Module"]
pattern Semiring = ModuleName [ProperName "PS", ProperName "Data", ProperName "Semiring", ProperName "Module"]
pattern Ring = ModuleName [ProperName "PS", ProperName "Data", ProperName "Ring", ProperName "Module"]
pattern HeytingAlgebra = ModuleName [ProperName "PS", ProperName "Data", ProperName "HeytingAlgebra", ProperName "Module"]
Expand Down

0 comments on commit 50ea344

Please sign in to comment.