RE: #:kind (list ... ) in defthing and defproc
Jacob Jozef <[email protected]> Wed, 7 Oct 2020 16:02:53 +0200
| Newsgroups | gmane.comp.lang.racket.user,gmane.lisp.scheme.plt |
|---|---|
| Message-ID | <[email protected]> |
Thanks Matthew, that’s great. Jos From: Matthew Flatt Sent: miércoles, 7 de octubre de 2020 15:40 To: Jos Koot Cc: Racket Users Subject: Re: [racket-users] #:kind (list ... ) in defthing and defproc A recent commit added a contract on `defthing` and `defproc` to enforce the documented constraint that `#:kind` should be a string. But the implementation is happy with content in the sense of `content?`. Since it's easy to adjust the contract and documentation to restore this capability, I'll do that, and then this example works again. Matthew -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscribe-/[email protected] . To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/EE56067B-3201-410E-B1F7-66C8C0DCC059%40hxcore.ol .