From f47563670afa988019462f1dfcce87d10b4c5221 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Fri, 10 Nov 2006 14:04:45 +0000 Subject: [PATCH] import Prelude --- Data/Function.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Data/Function.hs b/Data/Function.hs index b6ccd13..1de5eac 100644 --- a/Data/Function.hs +++ b/Data/Function.hs @@ -17,6 +17,8 @@ module Data.Function , on ) where +import Prelude + infixl 0 `on` -- | @(*) \`on\` f = \\x y -> f x * f y@. -- 1.7.10.4