-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

why does the following code


#lang racket

(struct _dl (left val right))

(define (dlist a b c)
  #1=(_dl #f a #2=(_dl #1# b (_dl #2# c #f))) )


produce the error:

Module Language: invalid module text
. read: #..= expressions not allowed in read-syntax mode

Marijn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3szKQACgkQp/VmCx0OL2wDcACfZj/BiBK4hqpD0I3ynS8MrJ00
xzQAmwRNm20xUQMq2NMORUMzzWTYB6ni
=lEnu
-----END PGP SIGNATURE-----
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to