Stack.Eval
Description
Types and functions related to Stack's eval command.
eval
data EvalOpts Source #
Constructors
Fields
Defined in Stack.Eval
Methods
showsPrec :: Int -> EvalOpts -> ShowS #
show :: EvalOpts -> String #
showList :: [EvalOpts] -> ShowS #
evalCmd :: EvalOpts -> RIO Runner () Source #
Function underlying the stack eval command. Evaluate some Haskell code inline.
stack eval