| Copyright | (c) 2017 Hexirp |
|---|---|
| License | BSD 3-clause "New" or "Revised" License |
| Maintainer | https://github.com/Hexirp/doctest-driver-gen/issues |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Test.DocTest.Gen
Description
Provide doctest-driver-gen's functions.
Documentation
Arguments
| :: String | Name of the original source file. |
| -> String | Name of the file holding the input. |
| -> String | Name of the file where this should write its output to. |
| -> [String] | Options for doctest. |
| -> IO () |
Run doctest-driver-gen with correct arguments.
ddgen_usage :: IO () Source #
Print doctest-driver-gen's usage.