File: doctests.hs

package info (click to toggle)
haskell-mwc-random 0.15.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: haskell: 1,333; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (2)
1
2
3
4
import Test.DocTest (doctest)

main :: IO ()
main = doctest ["-fobject-code", "System/Random/MWC.hs"]