File: Main.hs

package info (click to toggle)
haskell-prettyprinter 1.7.1-3
  • links: PTS
  • area: main
  • in suites: forky, trixie
  • size: 372 kB
  • sloc: haskell: 2,453; ansic: 16; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
module Main (main) where

import Test.DocTest

main :: IO ()
main = doctest [ "src" , "-Imisc"]