File: Main.hs

package info (click to toggle)
haskell-prettyprinter-ansi-terminal 1.1.3-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: haskell: 341; ansic: 16; makefile: 11
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"]