aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/src/Bug873/Bug873.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hoogle-test/src/Bug873/Bug873.hs')
-rw-r--r--hoogle-test/src/Bug873/Bug873.hs5
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