[Gd-hackers] [Gd-chatter] r11558 - trunk/libraries/network/koala/sources/koala

Gabor Greif gabor at mac.com
Wed Dec 19 00:01:57 CET 2007


Am 18.12.2007 um 23:44 schrieb turbo24prg at gwydiondylan.org:

> Author: turbo24prg
> Date: Tue Dec 18 23:44:57 2007
> New Revision: 11558
>
> Modified:
>    trunk/libraries/network/koala/sources/koala/server.dylan
> Log:
> Job: koala
> keys with empty values are #t
>

Hi Turbo,

okay, I accept this.

> -  local method insert-key/val (key :: <string>, val :: <string>)
> +  local method insert-key/val (key :: <string>, val :: type-union 
> (<string>, <boolean>))

This is allowing #t too :-)
The easiest way to accomplish what you want is

val :: false-or(<string>)

\false-or should be in common-dylan.

Cheers,

	Gabor





More information about the hackers mailing list