It seems "count" is defined in srfi-1. Anyway, I found this warning
intrusive and annoying given I'm not using srfi-1.

Regards,
Michele

On Fri, Jul 11, 2014 at 11:15 AM, Michele La Monaca
<mikele.chic...@lamonaca.net> wrote:
> Hi,
>
> I get this annoying warning when defining a "count" variable at the toplevel:
>
> echo '(define count 1)' | csc -to-stdout /dev/stdin > /dev/null
>
> Warning: at toplevel:
>   assignment of value of type `fixnum' to toplevel variable `count'
> does not match declared type `(forall (a109) (procedure count
> ((procedure (a109 #!rest *) *) (list-of a109) #!rest list) fixnum))'
>
>  Huh?
>
> Regards,
> Michele

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to