hob-0.0.1.0: A source code editor aiming for the convenience of use

Safe HaskellNone
LanguageHaskell2010

Hob.Context.FileContext

Documentation

type FileLoader = FilePath -> IO (Maybe Text) Source

type FileWriter = FilePath -> Text -> IO () Source

sourceLanguage :: FileContext -> FilePath -> IO (Maybe SourceLanguage) Source