[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] types.db: mutex-state
From: |
Felix |
Subject: |
Re: [Chicken-hackers] types.db: mutex-state |
Date: |
Sat, 25 Feb 2012 13:02:06 +0100 (CET) |
From: Jörg F. Wittenberger <address@hidden>
Subject: [Chicken-hackers] types.db: mutex-state
Date: 24 Feb 2012 10:04:35 +0100
> types.db has:
>
> (mutex-state (#(procedure #:clean #:enforce) mutex-state ((struct
> mutex)) symbol))
>
> IMHO this should be:
>
> (mutex-state (#(procedure #:clean #:enforce) mutex-state ((struct
> mutex)) (or symbol (struct thread))))
Indeed. Thanks, Joerg.
cheers,
felix