File: doctest.hs

package info (click to toggle)
haskell-foldl 1.4.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: haskell: 1,939; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
import Test.DocTest

main :: IO ()
main = doctest ["-isrc", "src/Control/Foldl/NonEmpty.hs", "src/Control/Foldl.hs", "src/Control/Scanl.hs"]