reenable tests
[fp.git] / src / Lambda / Parser / Fancy.hs
index 6e87da1..48593dd 100644 (file)
@@ -24,6 +24,10 @@ import Control.Applicative
 
 import Lambda.Term
 
 
 import Lambda.Term
 
+-- $setup
+-- >>> import Test.QuickCheck
+-- >>> import Test.Term
+
 -- | 
 -- >>> print $ Lambda "x" (Var "x")
 -- (λx.x)
 -- | 
 -- >>> print $ Lambda "x" (Var "x")
 -- (λx.x)