chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] compilation warning


From: Michele La Monaca
Subject: Re: [Chicken-users] compilation warning
Date: Fri, 11 Jul 2014 12:56:46 +0200

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
<address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]