| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
System.Terminfo.Internal
Documentation
terminfoDBLocs :: IO [FilePath] Source
Arguments
| :: Maybe FilePath | Override directory |
| -> Maybe FilePath | $HOME |
| -> Maybe String | $TERMINFO_DIRS |
| -> [FilePath] | Defaults |
| -> [FilePath] |
I hate this name. There is undoubtedly a better way of structuring all
of this, starting way up at dirTreeDB.
parseTDVar :: [String] -> String -> [String] Source