File: Main.hs

package info (click to toggle)
haskell-monad-memo 0.5.4-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: haskell: 2,159; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8

module Main (main) where

import MemoTest
import Test.Framework (defaultMain)


main = defaultMain tests