File: Main.hs

package info (click to toggle)
haskell-pipes-group 1.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84 kB
  • sloc: haskell: 241; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
module Main where

import Test.DocTest

main :: IO ()
main = doctest ["src/Pipes/Group.hs"]