aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEduardo Julian2015-09-15 02:18:07 -0400
committerEduardo Julian2015-09-15 02:18:07 -0400
commit0f358c4052cf766a74b0354124736cb3652cda1d (patch)
tree295bcf56d940728e1a5a28d6b839bfc4c6cb5623 /src
parent79f2b2d51b8210d0a2bc81344ea82b4e5cbc7429 (diff)
- :: no longer demands prefixes for the struct members
- Fixed both lux/control/comonad;be & lux/codata/stream;\stream
Diffstat (limited to 'src')
-rw-r--r--src/lux/analyser/case.clj2
1 files changed, 1 insertions, 1 deletions
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]