| Copyright | (c) 2020 Kowainik |
|---|---|
| License | MPL-2.0 |
| Maintainer | Kowainik <xrom.xkov@gmail.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
Stan.FileInfo
Description
File (or module) specific information.
Synopsis
- type FileMap = Map FilePath FileInfo
- data FileInfo = FileInfo {}
- extensionsToText :: Either ExtensionsError ParsedExtensions -> [Text]
- isExtensionDisabled :: Extension -> ExtensionsResult -> Bool
Documentation
File specific information.
Constructors
| FileInfo | |
Fields | |
extensionsToText :: Either ExtensionsError ParsedExtensions -> [Text] #
Return the list of pretty-printed extensions.
isExtensionDisabled :: Extension -> ExtensionsResult -> Bool #
Check whether the given extension is disabled