The shell will build incorrect lists:

stratego> ![1,2 | 2]
Warning: trying to build list with illegal tail: 2
Warning: trying to build list with illegal tail: Cons(2,2)
Cons(1,Cons(2,2))

This should fail, if complete compatibility with the compiled version is desired.

Submitted on 12 January 2007 at 16:00

Log in to post comments