Hi,

types.db thinks that blob->s8vector/shared returns an u8vector!

-----
$ cat >> /tmp/x.scm
(use srfi-4)
(s8vector-ref (blob->s8vector/shared #${0000000a}) 0)

$ csc /tmp/x.scm

Warning: at toplevel:
(/tmp/x.scm:2) in procedure call to `s8vector-ref', expected argument #1 of type `(struct s8vector)', but was given an argument of type `(struct u8vector)'
-----


--
andy...@ashurst.eu.org
http://www.ashurst.eu.org/
http://www.gonumber.com/andyjpb
0x7EBA75FF

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

Reply via email to