chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] compilation warning


From: Michele La Monaca
Subject: [Chicken-users] compilation warning
Date: Fri, 11 Jul 2014 11:15:19 +0200

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]