| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Require
Documentation
newtype LineNumber Source #
Constructors
| LineNumber Int |
data RequireInfo Source #
Constructors
| RequireInfo | |
Fields
| |
Instances
| Show RequireInfo Source # | |
Defined in Require Methods showsPrec :: Int -> RequireInfo -> ShowS # show :: RequireInfo -> String # showList :: [RequireInfo] -> ShowS # | |
data CommandArguments Source #
Constructors
| CommandArguments Text Text Text |
Instances
| Generic CommandArguments Source # | |
Defined in Require Associated Types type Rep CommandArguments :: Type -> Type # Methods from :: CommandArguments -> Rep CommandArguments x # to :: Rep CommandArguments x -> CommandArguments # | |
| ParseRecord CommandArguments Source # | |
Defined in Require Methods | |
| type Rep CommandArguments Source # | |
Defined in Require type Rep CommandArguments = D1 (MetaData "CommandArguments" "Require" "require-0.4.1-FLGRpqBnAxF7ist8cBsRtN" False) (C1 (MetaCons "CommandArguments" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))) | |
requireMain :: IO () Source #
autorequireMain :: IO () Source #
renderImport :: FileName -> LineNumber -> RequireInfo -> Text Source #