File: Main.hs

package info (click to toggle)
haskell-doctest 0.9.1-1~bpo70%2B1
  • links: PTS
  • area: main
  • in suites: wheezy-backports
  • size: 124 kB
  • sloc: haskell: 738; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
module Main (main) where
import           Test.DocTest
import           System.Environment (getArgs)

main :: IO ()
main = getArgs >>= doctest