mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-07 21:59:22 +03:00
8 lines
106 B
Haskell
8 lines
106 B
Haskell
|
|
import Test.QuickCheck.Simple (Test, defaultMain)
|
|
|
|
tests :: [Test]
|
|
tests = []
|
|
|
|
main = defaultMain tests
|