| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Language.Drasil.Code.Imperative.ReadMe.Import
Description
This module defines structures and functions for handling README files, which are used as auxiliary documentation files for the system.
Synopsis
- data ReadMeInfo = ReadMeInfo {
- langName :: LangAbbrev
 - langVersion :: LangVers
 - invalidOS :: Maybe String
 - implementType :: ImplementationType
 - extLibNV :: [(Name, Version)]
 - extLibFP :: [FilePath]
 - contributors :: [Contributor]
 - configFP :: [FilePath]
 - caseName :: CaseName
 - examplePurpose :: ExamplePurpose
 - exampleDescr :: ExampleDescr
 - exampleMotivation :: ExampleMotivation
 - exampleScope :: ExampleScope
 - folderNum :: Int
 - inputOutput :: (InFile, OutFile)
 
 
Documentation
data ReadMeInfo Source #
Holds all information needed to create a README file.
Constructors
| ReadMeInfo | |
Fields 
  | |