diff options
author | Hécate Moonlight <hecate+github@glitchbra.in> | 2022-05-06 18:44:57 +0200 |
---|---|---|
committer | Hécate Moonlight <hecate+github@glitchbra.in> | 2022-05-06 18:44:57 +0200 |
commit | 5d0a0edc31b8c20cc2e1cc234a0394a3bfba5f9b (patch) | |
tree | 65c0f04b01963524d2cab633bc6cbbc43a4b091e /hoogle-test/src/Bug873/Bug873.hs | |
parent | b07b5ab2546160dfef8ba40102521a8c93f15727 (diff) |
remove Bug873
Diffstat (limited to 'hoogle-test/src/Bug873/Bug873.hs')
-rw-r--r-- | hoogle-test/src/Bug873/Bug873.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hoogle-test/src/Bug873/Bug873.hs b/hoogle-test/src/Bug873/Bug873.hs deleted file mode 100644 index 4df1b772..00000000 --- a/hoogle-test/src/Bug873/Bug873.hs +++ /dev/null @@ -1,6 +0,0 @@ -{-# LANGUAGE Haskell2010 #-} -module Bug873 (($), ($$)) where -infixr 0 $$ - -($$) :: (a -> b) -> a -> b -f $$ x = f x |