From e517d0c40714e1c7518110de69aaeaf204aa48e2 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 6 Oct 2005 01:28:13 +0000 Subject: [PATCH] string->keyword and back svn: r991 --- collects/swindle/extra.ss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/swindle/extra.ss b/collects/swindle/extra.ss index af55dadef6..d7f18fd5d6 100644 --- a/collects/swindle/extra.ss +++ b/collects/swindle/extra.ss @@ -199,6 +199,8 @@ (, , ,string->immutable-string) (, , ,string->symbol) (, , ,symbol->string) + (, , ,string->keyword) + (, , ,keyword->string) (, , ,exact->inexact) (, , ,inexact->exact) (, , ,number->string)