ihaskell-0.10.2.2: A Haskell backend kernel for the IPython project.
Safe HaskellSafe-Inferred
LanguageHaskell2010

IHaskell.Eval.Inspect

Description

 

Documentation

inspect Source #

Arguments

:: String

Code in the cell

-> Int

Cursor position in the cell

-> Interpreter (Maybe Display)