From 68bd4adf881ec830441c27a7e5c0c91a4571f133 Mon Sep 17 00:00:00 2001 From: Lee Pike Date: Thu, 24 May 2012 22:26:37 -0700 Subject: [PATCH] import Data.Typeable. --- examples/Div0.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/Div0.hs b/examples/Div0.hs index 016f321..32dd298 100644 --- a/examples/Div0.hs +++ b/examples/Div0.hs @@ -10,6 +10,9 @@ import Test.SmartCheck import Control.Monad import GHC.Generics +import Data.Typeable + +----------------------------------------------------------------- data M = C Int | A M M