From 11ad64c0cf9da63e10bbb9bfe6e81168013b954e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 22 Aug 2017 20:51:25 -0400 Subject: - Small fixes and refactorings. --- luxc/src/lux/repl.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'luxc') diff --git a/luxc/src/lux/repl.clj b/luxc/src/lux/repl.clj index 974267486..9cf2c5982 100644 --- a/luxc/src/lux/repl.clj +++ b/luxc/src/lux/repl.clj @@ -73,7 +73,8 @@ state*) (&/$Right state** outputs) (do (doseq [[_type _value] outputs] - (.println System/out (str "=> " (pr-str _value) "\n:: " (&type/show-type _type)"\n"))) + (.println System/out (str ": " (&type/show-type _type) "\n" + "=> " (pr-str _value) "\n"))) (recur state** (inc repl-line) false)) (&/$Left ^String ?message) -- cgit v1.2.3