dosh
dosh copied to clipboard
Incorrect import handling
I got dosh to run with nix develop and cabal run dosh.
When I type
In [1]: import Data.Time
In[2]: getCurrentTime
then first I get successful completion for getCurrentTime, but then when I execute the line I get
Err[2]: Variable not in scope: getCurrentTime