summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog010/A.hs
blob: 0a779b2cf011fb476e1d8ac9523486e8cee32667 (plain)
1
2
3
4
5
module A (f) where

f x = [x]

g x = Just x