When a Java expression is selected, one can press Ctrl+Shift+I to evaluate it and display its value (but only when the program is running). The GHC API has a runStmt function that could be used to implement this for Haskell (even when the program is not running!). Scion would need to expose this function through its API.