mueval-0.2: Safely evaluate Haskell expressionsSource codeContentsIndex
Mueval.Context
Synopsis
cleanModules :: [String] -> Bool
defaultModules :: [String]
Documentation
cleanModules :: [String] -> BoolSource
Return false if any of the listed modules cannot be found in the whitelist.
defaultModules :: [String]Source
Modules which we should load by default. These are of course whitelisted. Specifically, we want the Prelude because otherwise things are horribly crippled; we want SimpleReflect so we can do neat things (for said neat things, see http://twan.home.fmf.nl/blog/haskell/simple-reflection-of-expressions.details); and we want ShowQ and ShowFun to neuter IO stuff even more.
Produced by Haddock version 2.3.0