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 [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
