From 0f358c4052cf766a74b0354124736cb3652cda1d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 15 Sep 2015 02:18:07 -0400 Subject: - :: no longer demands prefixes for the struct members - Fixed both lux/control/comonad;be & lux/codata/stream;\stream --- src/lux/analyser/case.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lux/analyser/case.clj b/src/lux/analyser/case.clj index c6806a627..325b6cdd8 100644 --- a/src/lux/analyser/case.clj +++ b/src/lux/analyser/case.clj @@ -113,7 +113,7 @@ (adjust-type* up ?type) _ - (assert false (prn 'adjust-type* (&type/show-type type))) + (assert false (prn-str 'adjust-type* (&type/show-type type))) )) (defn adjust-type [type] -- cgit v1.2.3