| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Xrefcheck.System
Synopsis
- readingSystem :: IO a -> a
- newtype RelGlobPattern = RelGlobPattern FilePath
- bindGlobPattern :: FilePath -> RelGlobPattern -> Pattern
Documentation
readingSystem :: IO a -> a Source #
We can quite safely treat surrounding filesystem as frozen, so IO reading operations can be turned into pure values.
newtype RelGlobPattern Source #
Glob pattern relative to repository root.
Constructors
| RelGlobPattern FilePath |
Instances
| FromJSON RelGlobPattern Source # | |
Defined in Xrefcheck.System Methods parseJSON :: Value -> Parser RelGlobPattern # parseJSONList :: Value -> Parser [RelGlobPattern] # | |
bindGlobPattern :: FilePath -> RelGlobPattern -> Pattern Source #