import Prelude
[ghc-base.git] / Data / Function.hs
index b6ccd13..1de5eac 100644 (file)
@@ -17,6 +17,8 @@ module Data.Function
   , on
   ) where
 
+import Prelude
+
 infixl 0 `on`
 
 -- | @(*) \`on\` f = \\x y -> f x * f y@.