From 5d0a0edc31b8c20cc2e1cc234a0394a3bfba5f9b Mon Sep 17 00:00:00 2001 From: Hécate Moonlight Date: Fri, 6 May 2022 18:44:57 +0200 Subject: remove Bug873 --- hoogle-test/src/Bug873/Bug873.hs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 hoogle-test/src/Bug873/Bug873.hs (limited to 'hoogle-test/src/Bug873/Bug873.hs') 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 -- cgit v1.2.3