File: Data_Test.hs

package info (click to toggle)
haskell-equivalence 0.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: haskell: 533; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
module Main where

import qualified Data.Equivalence.Monad_Test

--------------------------------------------------------------------------------
-- Test Suits
--------------------------------------------------------------------------------

main = Data.Equivalence.Monad_Test.main

--------------------------------------------------------------------------------
-- Properties
--------------------------------------------------------------------------------