Prelude> :l Foo.hs Bar.hs
[1 of 2] Compiling Bar ( Bar.hs, interpreted )
[2 of 2] Compiling Foo ( Foo.hs, interpreted )
Ok, modules loaded: Foo, Bar.
Just loading Foo.hs by itself does not with stack ghci whereas ghci does. Is there a good reason for this difference in behavior? If there isn't a strong reason I'd rather the difference be harmonized.
The text was updated successfully, but these errors were encountered:
Was looking into this: https://github.com/pushcx/stack-bug
The following worked, which surprised a user:
Just loading
Foo.hs
by itself does not withstack ghci
whereasghci
does. Is there a good reason for this difference in behavior? If there isn't a strong reason I'd rather the difference be harmonized.The text was updated successfully, but these errors were encountered: