doctest-parallel-0.1: Test interactive Haskell examples
Safe HaskellNone
LanguageHaskell2010

Test.DocTest.Internal.Property

Synopsis

Documentation

data PropertyResult Source #

The result of evaluating an interaction.

freeVariables :: Interpreter -> String -> IO [String] Source #

Find all free variables in given term.

GHCi is used to detect free variables.

parseNotInScope :: String -> [String] Source #

Parse and return all variables that are not in scope from a ghc error message.