Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GhciScript
- data ModuleName
- cmdAdd :: Set (Either ModuleName (Path Abs File)) -> GhciScript
- cmdCdGhc :: Path Abs Dir -> GhciScript
- cmdModule :: Set ModuleName -> GhciScript
- scriptToLazyByteString :: GhciScript -> LByteString
- scriptToBuilder :: GhciScript -> Builder
- scriptToFile :: Path Abs File -> GhciScript -> IO ()
Documentation
data GhciScript Source #
Instances
Monoid GhciScript Source # | |
Defined in Stack.Ghci.Script mempty :: GhciScript # mappend :: GhciScript -> GhciScript -> GhciScript # mconcat :: [GhciScript] -> GhciScript # | |
Semigroup GhciScript Source # | |
Defined in Stack.Ghci.Script (<>) :: GhciScript -> GhciScript -> GhciScript # sconcat :: NonEmpty GhciScript -> GhciScript # stimes :: Integral b => b -> GhciScript -> GhciScript # |
data ModuleName #
A valid Haskell module name.
Instances
cmdAdd :: Set (Either ModuleName (Path Abs File)) -> GhciScript Source #
cmdModule :: Set ModuleName -> GhciScript Source #
scriptToBuilder :: GhciScript -> Builder Source #
scriptToFile :: Path Abs File -> GhciScript -> IO () Source #