File: Main.hs

package info (click to toggle)
haskell-parsec 3.1.11-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 284 kB
  • ctags: 1
  • sloc: haskell: 1,818; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10

import Test.Framework

import Bugs ( bugs )

main :: IO ()
main = do
  defaultMain
    [ testGroup "Bugs" bugs
    ]