scion-0.1.0.2: Haskell IDE librarySource codeContentsIndex
Scion.Utils
Portabilityportable
Stabilityexperimental
Maintainernominolo@gmail.com
Description
Various utilities.
Documentation
thingsAroundPoint :: (Int, Int) -> [Located n] -> [Located n]Source
modulesInDepOrder :: GhcMonad m => m [ModSummary]Source
foldModSummaries :: GhcMonad m => (a -> ModSummary -> m a) -> a -> m aSource
expectJust :: String -> Maybe a -> aSource
unqualifiedForModule :: TypecheckedMod m => m -> ScionM PrintUnqualifiedSource
second :: (a -> b) -> (c, a) -> (c, b)Source
ifM :: Monad m => m Bool -> m a -> m a -> m aSource
lookupKey :: JSON a => JSObject JSValue -> String -> Result aSource
makeObject :: [(String, JSValue)] -> JSValueSource
camelCaseMatch :: String -> String -> BoolSource
data ScionDefaultCabalConfig Source
Constructors
ScionDefaultCabalConfig String
show/hide Instances
readFileComponentConfig :: JSValue -> Result (String, [String])Source
projectConfigFileFromDir :: FilePath -> FilePathSource
projectConfigFromDir :: FilePath -> ScionM ScionProjectConfigSource
writeSampleConfig :: FilePath -> IO ()Source
parseScionProjectConfig :: FilePath -> ScionM ScionProjectConfigSource
Produced by Haddock version 2.4.2