i like dante.
but i have no idea how to handle the following things
1. the cross line code
when i enter [ctrl+c, "], it sees evaluate each line by [>>>] only.
import Network.HTTP.Client as H (Proxy(Proxy))
import Network.HTTP.Client
-- >>> :set -XOverloadedStrings
-- >>> let proxyEnv = proxyEnvironment $ Just (H.Proxy "127.0.0.1" 8118)
-- >>> let settings = managerSetProxy proxyEnv defaultManagerSettings
-- >>> mgr <- newManager settings
-- >>> flip httpLbs mgr defaultRequest {
-- host = "10.132.37.201"
-- , port = 9200
-- }
2. error info display
when i do some typo, the status bar display "(Haskell Danté:error(Main) FlyC ElDoc)"
i have no idea how to find detail error information.
i like dante.
but i have no idea how to handle the following things
1. the cross line code
when i enter [ctrl+c, "], it sees evaluate each line by [>>>] only.
2. error info display
when i do some typo, the status bar display "(Haskell Danté:error(Main) FlyC ElDoc)"
i have no idea how to find detail error information.