guida-lang/compiler

`repl`s output is a little off

Closed this issue · 1 comments

The output of running guida repl should wait on the result of the code, to show the new >. Instead it shows the result after it, like the following:

% guida repl       
Compiled in DEV mode. Follow the advice at https://elm-lang.org/0.19.1/optimize for better performance and smaller assets.
---- Elm 0.19.1 ----------------------------------------------------------------
Say :help for help and :exit to exit! More at <https://elm-lang.org/0.19.1/repl>
--------------------------------------------------------------------------------
> 1 + 1
> 2 : number

fixed on f9dfc24 (and following commit fixed build: dc4866c)