:reset clears previous imports. If there were a command to list previous imports:
this might be interesting to the user
it might enable a repl GUI to offer interactive completions based on the current imports
Elm-oracle provides completions in an editor, when the file being edited contains a list of imports. If a list of imports were available from a repl session, guis using the repl as a back-end might offer similar completions.
:reset
clears previous imports. If there were a command to list previous imports:Elm-oracle provides completions in an editor, when the file being edited contains a list of imports. If a list of imports were available from a repl session, guis using the repl as a back-end might offer similar completions.