base-4.20.0.0: Core data structures and operations
Copyright(c) The GHC Developers
Licensesee libraries/base/LICENSE
Maintainerghc-devs@haskell.org
Stabilityinternal
Portabilitynon-portable (GHC Extensions)
Safe HaskellSafe
LanguageHaskell2010

GHC.GHCi.Helpers

Description

Various helpers used by the GHCi shell.

The API of this module is unstable and not meant to be consumed by the general public. If you absolutely must depend on it, make sure to use a tight upper bound, e.g., base < 4.X rather than base < 5, because the interface can change rapidly without much warning.

Documentation

evalWrapper :: String -> [String] -> IO a -> IO a Source #