blob: b42cd4b04369b42633e73570f2e45f7156b16490 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{-# LANGUAGE TemplateHaskell #-}
module Properties where
import Parser (Expr (..),
parseLispValue,
parseQuote)
import Test.Framework.Providers.QuickCheck2
import Test.Framework.TH
import Test.QuickCheck
import Text.ParserCombinators.Parsec
-- some tests would go here hopefully
tests = $testGroupGenerator
|