Skip to content

Commit

Permalink
#43, make the generator aware of some more Prelude functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Dec 22, 2015
1 parent 10318a7 commit cdf4bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ qualify pw str
| otherwise = str
where
prelude = ["elem","uncurry","snd","fst","not","null","if","then","else"
,"True","False","concat","isPrefixOf","isSuffixOf","any"]
,"True","False","Just","Nothing","fromJust","concat","isPrefixOf","isSuffixOf","any"]
fpops = ["</>","<.>","-<.>"]


Expand Down

0 comments on commit cdf4bd8

Please sign in to comment.