diff options
Diffstat (limited to 'hoogle-test/src')
-rw-r--r-- | hoogle-test/src/Bug873/Bug873.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hoogle-test/src/Bug873/Bug873.hs b/hoogle-test/src/Bug873/Bug873.hs new file mode 100644 index 00000000..3a9a5383 --- /dev/null +++ b/hoogle-test/src/Bug873/Bug873.hs @@ -0,0 +1,5 @@ +module Bug873 (($), ($$)) where +infixr 0 $$ + +($$) :: (a -> b) -> a -> b +f $$ x = f x |