[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gm2 hangs-up with subrange set type
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] gm2 hangs-up with subrange set type |
Date: |
Mon, 12 Oct 2009 01:23:17 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Martin Kalbfuß <address@hidden> writes:
> #################################
> MODULE SetTest;
>
> TYPE BigSet = SET OF [0..100000];
>
>
> BEGIN
> (******)
> END SetTest.
Hi Martin,
thanks for the test code. I believe this does compile - it just
takes a while to generate the type..
regards,
Gaius
> MODULE SetTest;
>
> TYPE BigSet = SET OF [0..10000];
>
>
> BEGIN
> (******)
> END SetTest.
> #################################
>
> and
>
> #################################
> MODULE SetTest;
>
> TYPE BigSet = SET OF CARDINAL:
>
>
> BEGIN
> (******)
> END SetTest.
> #################################
>
> Does not.
>
> If I understand the set type correctly a SET OF CARDINAL is bigger then
> the first set.
>
>
>
>
> _______________________________________________
> gm2 mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gm2