| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.DocTest.Internal.Extract
Synopsis
- data Module a = Module {
- moduleName :: String
- moduleSetup :: Maybe a
- moduleContent :: [a]
- extract :: [String] -> IO [Module (Located String)]
Documentation
Documentation for a module grouped together with the modules name.
Constructors
| Module | |
Fields
| |