Bytes are a sequence of the new Byte type.

This commit is contained in:
Vincent St-Amour 2011-01-11 13:35:09 -05:00
parent 5dbc752542
commit 46f086282d

View File

@ -250,7 +250,7 @@
[((Base: 'String _ _ _) (Sequence: (list t*)))
(subtype* A0 -Char t*)]
[((Base: 'Bytes _ _ _) (Sequence: (list t*)))
(subtype* A0 -Nat t*)]
(subtype* A0 -Byte t*)]
[((Base: 'Input-Port _ _ _) (Sequence: (list t*)))
(subtype* A0 -Nat t*)]
[((Hashtable: k v) (Sequence: (list k* v*)))