| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.DocTest.Internal.Extract
Synopsis
- extract :: [String] -> IO [Module (Located String)]
- data Module a = Module {
- moduleName :: String
- moduleSetup :: Maybe a
- moduleContent :: [a]
Documentation
extract :: [String] -> IO [Module (Located String)] Source #
Extract all docstrings from given list of files/modules.
This includes the docstrings of all local modules that are imported from those modules (possibly indirect).