kleopatra999 / owl-lisp

Automatically exported from code.google.com/p/owl-lisp
2 stars 1 forks source link

Datum labeler is a a bit too eager #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How to trigger the problem?
> '(foo bar baz foo)

What is the expected output?
'(foo bar baz foo)

What do you see instead?
'(#1#=foo bar baz #1#)

.. which while technically correct is a bit stupid :)

Original issue reported on code.google.com by aohelin on 29 Feb 2012 at 3:57

GoogleCodeExporter commented 9 years ago

Original comment by aohelin on 1 Mar 2012 at 10:55