summaryrefslogtreecommitdiff
path: root/Utility/Applicative.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Applicative.hs')
-rw-r--r--Utility/Applicative.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/Utility/Applicative.hs b/Utility/Applicative.hs
index fce3c04..fcd6932 100644
--- a/Utility/Applicative.hs
+++ b/Utility/Applicative.hs
@@ -5,7 +5,11 @@
- License: BSD-2-clause
-}
-module Utility.Applicative where
+{-# OPTIONS_GHC -fno-warn-tabs #-}
+
+module Utility.Applicative (
+ (<$$>),
+) where
{- Like <$> , but supports one level of currying.
-