1*** errors-compile-0-f-f-f	2021-02-23 12:07:37.000000000 -0700
2--- errors-compile-0-t-f-f	2021-02-23 11:44:27.000000000 -0700
3***************
4*** 168,174 ****
5  3.mo:Expected error in mat case-lambda: "incorrect number of arguments 2 to #<procedure foo>".
6  3.mo:Expected error in mat case-lambda: "incorrect number of arguments 4 to #<procedure foo>".
7  3.mo:Expected error in mat case-lambda: "incorrect number of arguments 2 to #<procedure foo>".
8! 3.mo:Expected error in mat let: "incorrect argument count in call ((lambda (x . r) (eq? x (...))))".
9  3.mo:Expected error in mat letrec: "variable f is not bound".
10  3.mo:Expected error in mat letrec: "attempt to reference undefined variable a".
11  3.mo:Expected error in mat letrec: "attempt to assign undefined variable b".
12--- 168,174 ----
13  3.mo:Expected error in mat case-lambda: "incorrect number of arguments 2 to #<procedure foo>".
14  3.mo:Expected error in mat case-lambda: "incorrect number of arguments 4 to #<procedure foo>".
15  3.mo:Expected error in mat case-lambda: "incorrect number of arguments 2 to #<procedure foo>".
16! 3.mo:Expected error in mat let: "incorrect argument count in call ((lambda (x . r) ((...) x (...))))".
17  3.mo:Expected error in mat letrec: "variable f is not bound".
18  3.mo:Expected error in mat letrec: "attempt to reference undefined variable a".
19  3.mo:Expected error in mat letrec: "attempt to assign undefined variable b".
20***************
21*** 266,277 ****
22  3.mo:Expected error in mat mrvs: "returned 3 values to single value return context".
23  3.mo:Expected error in mat mrvs: "returned 3 values to single value return context".
24  3.mo:Expected error in mat mrvs: "returned 0 values to single value return context".
25! 3.mo:Expected error in mat mrvs: "incorrect number of values received in multiple value context".
26! 3.mo:Expected error in mat mrvs: "returned 0 values to single value return context".
27! 3.mo:Expected error in mat mrvs: "incorrect number of values received in multiple value context".
28! 3.mo:Expected error in mat mrvs: "incorrect number of values received in multiple value context".
29  3.mo:Expected error in mat mrvs: "variable $mrvs-foo is not bound".
30! 3.mo:Expected error in mat mrvs: "attempt to apply non-procedure 17".
31  3.mo:Expected error in mat mrvs: "returned 2 values to single value return context".
32  3.mo:Expected error in mat mrvs: "returned 2 values to single value return context".
33  3.mo:Expected error in mat mrvs: "cdr: a is not a pair".
34--- 266,277 ----
35  3.mo:Expected error in mat mrvs: "returned 3 values to single value return context".
36  3.mo:Expected error in mat mrvs: "returned 3 values to single value return context".
37  3.mo:Expected error in mat mrvs: "returned 0 values to single value return context".
38! 3.mo:Expected error in mat mrvs: "incorrect number of arguments 1 to #<procedure>".
39! 3.mo:Expected error in mat mrvs: "incorrect number of arguments 0 to #<procedure>".
40! 3.mo:Expected error in mat mrvs: "incorrect number of arguments 0 to #<procedure>".
41! 3.mo:Expected error in mat mrvs: "incorrect number of arguments 0 to #<procedure>".
42  3.mo:Expected error in mat mrvs: "variable $mrvs-foo is not bound".
43! 3.mo:Expected error in mat mrvs: "call-with-values: 17 is not a procedure".
44  3.mo:Expected error in mat mrvs: "returned 2 values to single value return context".
45  3.mo:Expected error in mat mrvs: "returned 2 values to single value return context".
46  3.mo:Expected error in mat mrvs: "cdr: a is not a pair".
47***************
48*** 308,315 ****
49  3.mo:Expected error in mat let*-values: "let*-values: incorrect number of values from rhs 1".
50  3.mo:Expected error in mat let*-values: "let*-values: incorrect number of values from rhs 1".
51  3.mo:Expected error in mat let*-values: "let-values: duplicate bound identifier x in (let*-values (((...) (...))) (list x w))".
52! 4.mo:Expected error in mat apply: "incorrect argument count in call (apply)".
53! 4.mo:Expected error in mat apply: "incorrect argument count in call (apply list)".
54  4.mo:Expected error in mat apply: "apply: 3 is not a proper list".
55  4.mo:Expected error in mat apply: "apply: 4 is not a proper list".
56  4.mo:Expected error in mat apply: "apply: (3 4 5 6 7 8 . 9) is not a proper list".
57--- 308,315 ----
58  3.mo:Expected error in mat let*-values: "let*-values: incorrect number of values from rhs 1".
59  3.mo:Expected error in mat let*-values: "let*-values: incorrect number of values from rhs 1".
60  3.mo:Expected error in mat let*-values: "let-values: duplicate bound identifier x in (let*-values (((...) (...))) (list x w))".
61! 4.mo:Expected error in mat apply: "incorrect number of arguments 0 to #<procedure apply>".
62! 4.mo:Expected error in mat apply: "incorrect number of arguments 1 to #<procedure apply>".
63  4.mo:Expected error in mat apply: "apply: 3 is not a proper list".
64  4.mo:Expected error in mat apply: "apply: 4 is not a proper list".
65  4.mo:Expected error in mat apply: "apply: (3 4 5 6 7 8 . 9) is not a proper list".
66***************
67*** 602,631 ****
68  4.mo:Expected error in mat dynamic-wind: "variable gook is not bound".
69  4.mo:Expected error in mat dynamic-wind: "variable gook is not bound".
70  4.mo:Expected error in mat call/1cc: "attempt to invoke shot one-shot continuation".
71! 4.mo:Expected error in mat continuation-attachments: "incorrect argument count in call (current-continuation-attachments (quote ()))".
72! 4.mo:Expected error in mat continuation-attachments: "incorrect argument count in call (call-setting-continuation-attachment (quote any))".
73  4.mo:Expected error in mat continuation-attachments: "call-setting-continuation-attachment: 10 is not a procedure".
74! 4.mo:Expected error in mat continuation-attachments: "incorrect argument count in call (call-setting-continuation-attachment (quote any) void (quote bad-more))".
75  4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 0 to #<procedure>".
76! 4.mo:Expected error in mat continuation-attachments: "incorrect argument count in call (call-getting-continuation-attachment (quote none))".
77  4.mo:Expected error in mat continuation-attachments: "call-getting-continuation-attachment: 10 is not a procedure".
78! 4.mo:Expected error in mat continuation-attachments: "incorrect argument count in call (call-getting-continuation-attachment (quote none) (lambda (a) a) (quote bad-more))".
79  4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 1 to #<procedure void>".
80! 4.mo:Expected error in mat continuation-attachments: "incorrect argument count in call (call-consuming-continuation-attachment (quote none))".
81  4.mo:Expected error in mat continuation-attachments: "call-consuming-continuation-attachment: 10 is not a procedure".
82! 4.mo:Expected error in mat continuation-attachments: "incorrect argument count in call (call-consuming-continuation-attachment (quote none) (lambda (a) a) (quote bad-more))".
83  4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 1 to #<procedure void>".
84! 4.mo:Expected error in mat continuation-attachments: "incorrect argument count in call (continuation-next-attachments)".
85  4.mo:Expected error in mat continuation-attachments: "continuation-next-attachments: 10 is not a continuation".
86  4.mo:Expected error in mat continuation-attachments: "continuation-next-attachments: #<procedure> is not a continuation".
87! 4.mo:Expected error in mat continuation-attachments: "incorrect argument count in call (continuation-next-attachments (call/cc (lambda (...) x)) (quote bad-more))".
88  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure something-else".
89  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure something-else".
90  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure something-else".
91  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure also-something-else".
92  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure also-something-else".
93  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure also-something-else".
94! 4.mo:Expected error in mat call-in-continuation: "incorrect argument count in call (call-in-continuation 1)".
95  4.mo:Expected error in mat call-in-continuation: "call-in-other-continuation: 1 is not a continuation".
96  4.mo:Expected error in mat call-in-continuation: "call-in-other-continuation: #<procedure> is not a continuation".
97  4.mo:Expected error in mat call-in-continuation: "call-in-other-continuation: #f is not an extension of of the attachments of #<continuation>".
98--- 602,631 ----
99  4.mo:Expected error in mat dynamic-wind: "variable gook is not bound".
100  4.mo:Expected error in mat dynamic-wind: "variable gook is not bound".
101  4.mo:Expected error in mat call/1cc: "attempt to invoke shot one-shot continuation".
102! 4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 1 to #<procedure current-continuation-attachments>".
103! 4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 1 to #<procedure call-setting-continuation-attachment>".
104  4.mo:Expected error in mat continuation-attachments: "call-setting-continuation-attachment: 10 is not a procedure".
105! 4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 3 to #<procedure call-setting-continuation-attachment>".
106  4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 0 to #<procedure>".
107! 4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 1 to #<procedure call-getting-continuation-attachment>".
108  4.mo:Expected error in mat continuation-attachments: "call-getting-continuation-attachment: 10 is not a procedure".
109! 4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 3 to #<procedure call-getting-continuation-attachment>".
110  4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 1 to #<procedure void>".
111! 4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 1 to #<procedure call-consuming-continuation-attachment>".
112  4.mo:Expected error in mat continuation-attachments: "call-consuming-continuation-attachment: 10 is not a procedure".
113! 4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 3 to #<procedure call-consuming-continuation-attachment>".
114  4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 1 to #<procedure void>".
115! 4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 0 to #<procedure continuation-next-attachments>".
116  4.mo:Expected error in mat continuation-attachments: "continuation-next-attachments: 10 is not a continuation".
117  4.mo:Expected error in mat continuation-attachments: "continuation-next-attachments: #<procedure> is not a continuation".
118! 4.mo:Expected error in mat continuation-attachments: "incorrect number of arguments 2 to #<procedure continuation-next-attachments>".
119  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure something-else".
120  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure something-else".
121  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure something-else".
122  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure also-something-else".
123  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure also-something-else".
124  4.mo:Expected error in mat continuation-attachments: "attempt to apply non-procedure also-something-else".
125! 4.mo:Expected error in mat call-in-continuation: "incorrect number of arguments 1 to #<procedure call-in-continuation>".
126  4.mo:Expected error in mat call-in-continuation: "call-in-other-continuation: 1 is not a continuation".
127  4.mo:Expected error in mat call-in-continuation: "call-in-other-continuation: #<procedure> is not a continuation".
128  4.mo:Expected error in mat call-in-continuation: "call-in-other-continuation: #f is not an extension of of the attachments of #<continuation>".
129***************
130*** 639,646 ****
131  4.mo:Expected error in mat $primitive: "invalid primitive name fubar".
132  4.mo:Expected error in mat $primitive: "incorrect argument count in call (car (quote a) (quote b))".
133  4.mo:Expected error in mat $primitive: "car: 3 is not a pair".
134! 5_1.mo:Expected error in mat boolean=?: "incorrect argument count in call (boolean=?)".
135! 5_1.mo:Expected error in mat boolean=?: "incorrect argument count in call (boolean=? #f)".
136  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
137  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
138  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
139--- 639,646 ----
140  4.mo:Expected error in mat $primitive: "invalid primitive name fubar".
141  4.mo:Expected error in mat $primitive: "incorrect argument count in call (car (quote a) (quote b))".
142  4.mo:Expected error in mat $primitive: "car: 3 is not a pair".
143! 5_1.mo:Expected error in mat boolean=?: "incorrect number of arguments 0 to #<procedure boolean=?>".
144! 5_1.mo:Expected error in mat boolean=?: "incorrect number of arguments 1 to #<procedure boolean=?>".
145  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
146  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
147  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
148***************
149*** 650,657 ****
150  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
151  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
152  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
153! 5_1.mo:Expected error in mat symbol=?: "incorrect argument count in call (symbol=?)".
154! 5_1.mo:Expected error in mat symbol=?: "incorrect argument count in call (symbol=? (quote f))".
155  5_1.mo:Expected error in mat symbol=?: "symbol=?: 3 is not a symbol".
156  5_1.mo:Expected error in mat symbol=?: "symbol=?: 3 is not a symbol".
157  5_1.mo:Expected error in mat symbol=?: "symbol=?: 3 is not a symbol".
158--- 650,657 ----
159  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
160  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
161  5_1.mo:Expected error in mat boolean=?: "boolean=?: 3 is not a boolean".
162! 5_1.mo:Expected error in mat symbol=?: "incorrect number of arguments 0 to #<procedure symbol=?>".
163! 5_1.mo:Expected error in mat symbol=?: "incorrect number of arguments 1 to #<procedure symbol=?>".
164  5_1.mo:Expected error in mat symbol=?: "symbol=?: 3 is not a symbol".
165  5_1.mo:Expected error in mat symbol=?: "symbol=?: 3 is not a symbol".
166  5_1.mo:Expected error in mat symbol=?: "symbol=?: 3 is not a symbol".
167***************
168*** 693,700 ****
169  5_2.mo:Expected error in mat c....r-errors: "cddadr: incorrect list structure (a . b)".
170  5_2.mo:Expected error in mat c....r-errors: "cdddar: incorrect list structure (a . b)".
171  5_2.mo:Expected error in mat c....r-errors: "cddddr: incorrect list structure (a . b)".
172! 5_2.mo:Expected error in mat list*: "incorrect argument count in call (list*)".
173! 5_2.mo:Expected error in mat cons*: "incorrect argument count in call (cons*)".
174  5_2.mo:Expected error in mat list-ref: "list-ref: index 0 reaches a non-pair in a".
175  5_2.mo:Expected error in mat list-ref: "list-ref: index 4 reaches a non-pair in (a b . c)".
176  5_2.mo:Expected error in mat list-ref: "list-ref: index 4 is out of range for list (a b)".
177--- 693,700 ----
178  5_2.mo:Expected error in mat c....r-errors: "cddadr: incorrect list structure (a . b)".
179  5_2.mo:Expected error in mat c....r-errors: "cdddar: incorrect list structure (a . b)".
180  5_2.mo:Expected error in mat c....r-errors: "cddddr: incorrect list structure (a . b)".
181! 5_2.mo:Expected error in mat list*: "incorrect number of arguments -1 to #<procedure list*>".
182! 5_2.mo:Expected error in mat cons*: "incorrect number of arguments -1 to #<procedure cons*>".
183  5_2.mo:Expected error in mat list-ref: "list-ref: index 0 reaches a non-pair in a".
184  5_2.mo:Expected error in mat list-ref: "list-ref: index 4 reaches a non-pair in (a b . c)".
185  5_2.mo:Expected error in mat list-ref: "list-ref: index 4 is out of range for list (a b)".
186***************
187*** 781,793 ****
188  5_2.mo:Expected error in mat append!: "append!: (b a b a b a ...) is circular".
189  5_2.mo:Expected error in mat append!: "append!: (c d a b a b ...) is circular".
190  5_2.mo:Expected error in mat append!: "append!: (a b . c) is not a proper list".
191! 5_2.mo:Expected error in mat reverse: "incorrect argument count in call (reverse)".
192  5_2.mo:Expected error in mat reverse: "reverse: a is not a proper list".
193  5_2.mo:Expected error in mat reverse: "reverse: (a b . c) is not a proper list".
194  5_2.mo:Expected error in mat reverse: "reverse: (a b a b a b ...) is circular".
195  5_2.mo:Expected error in mat reverse: "reverse: (b a b a b a ...) is circular".
196  5_2.mo:Expected error in mat reverse: "reverse: (a b a b a b ...) is circular".
197! 5_2.mo:Expected error in mat reverse!: "incorrect argument count in call (reverse!)".
198  5_2.mo:Expected error in mat reverse!: "reverse!: a is not a proper list".
199  5_2.mo:Expected error in mat reverse!: "reverse!: (a b . c) is not a proper list".
200  5_2.mo:Expected error in mat reverse!: "reverse!: (a b a b a b ...) is circular".
201--- 781,793 ----
202  5_2.mo:Expected error in mat append!: "append!: (b a b a b a ...) is circular".
203  5_2.mo:Expected error in mat append!: "append!: (c d a b a b ...) is circular".
204  5_2.mo:Expected error in mat append!: "append!: (a b . c) is not a proper list".
205! 5_2.mo:Expected error in mat reverse: "incorrect number of arguments 0 to #<procedure reverse>".
206  5_2.mo:Expected error in mat reverse: "reverse: a is not a proper list".
207  5_2.mo:Expected error in mat reverse: "reverse: (a b . c) is not a proper list".
208  5_2.mo:Expected error in mat reverse: "reverse: (a b a b a b ...) is circular".
209  5_2.mo:Expected error in mat reverse: "reverse: (b a b a b a ...) is circular".
210  5_2.mo:Expected error in mat reverse: "reverse: (a b a b a b ...) is circular".
211! 5_2.mo:Expected error in mat reverse!: "incorrect number of arguments 0 to #<procedure reverse!>".
212  5_2.mo:Expected error in mat reverse!: "reverse!: a is not a proper list".
213  5_2.mo:Expected error in mat reverse!: "reverse!: (a b . c) is not a proper list".
214  5_2.mo:Expected error in mat reverse!: "reverse!: (a b a b a b ...) is circular".
215***************
216*** 800,817 ****
217  5_2.mo:Expected error in mat find: "find: improper list (a b . c)".
218  5_2.mo:Expected error in mat find: "find: improper list (a b c . d)".
219  5_2.mo:Expected error in mat find: "find: a is not a procedure".
220! 5_2.mo:Expected error in mat memq: "incorrect argument count in call (memq)".
221! 5_2.mo:Expected error in mat memq: "incorrect argument count in call (memq (quote c))".
222  5_2.mo:Expected error in mat memq: "memq: improper list a".
223  5_2.mo:Expected error in mat memq: "memq: cyclic list (a b a b a b ...)".
224  5_2.mo:Expected error in mat memq: "memq: improper list (a b . c)".
225! 5_2.mo:Expected error in mat memv: "incorrect argument count in call (memv)".
226! 5_2.mo:Expected error in mat memv: "incorrect argument count in call (memv (quote c))".
227  5_2.mo:Expected error in mat memv: "memv: improper list a".
228  5_2.mo:Expected error in mat memv: "memv: cyclic list (a b a b a b ...)".
229  5_2.mo:Expected error in mat memv: "memv: improper list (a b . c)".
230! 5_2.mo:Expected error in mat member: "incorrect argument count in call (member)".
231! 5_2.mo:Expected error in mat member: "incorrect argument count in call (member (quote c))".
232  5_2.mo:Expected error in mat member: "member: improper list a".
233  5_2.mo:Expected error in mat member: "member: cyclic list (a b a b a b ...)".
234  5_2.mo:Expected error in mat member: "member: improper list (a b . c)".
235--- 800,817 ----
236  5_2.mo:Expected error in mat find: "find: improper list (a b . c)".
237  5_2.mo:Expected error in mat find: "find: improper list (a b c . d)".
238  5_2.mo:Expected error in mat find: "find: a is not a procedure".
239! 5_2.mo:Expected error in mat memq: "incorrect number of arguments 0 to #<procedure memq>".
240! 5_2.mo:Expected error in mat memq: "incorrect number of arguments 1 to #<procedure memq>".
241  5_2.mo:Expected error in mat memq: "memq: improper list a".
242  5_2.mo:Expected error in mat memq: "memq: cyclic list (a b a b a b ...)".
243  5_2.mo:Expected error in mat memq: "memq: improper list (a b . c)".
244! 5_2.mo:Expected error in mat memv: "incorrect number of arguments 0 to #<procedure memv>".
245! 5_2.mo:Expected error in mat memv: "incorrect number of arguments 1 to #<procedure memv>".
246  5_2.mo:Expected error in mat memv: "memv: improper list a".
247  5_2.mo:Expected error in mat memv: "memv: cyclic list (a b a b a b ...)".
248  5_2.mo:Expected error in mat memv: "memv: improper list (a b . c)".
249! 5_2.mo:Expected error in mat member: "incorrect number of arguments 0 to #<procedure member>".
250! 5_2.mo:Expected error in mat member: "incorrect number of arguments 1 to #<procedure member>".
251  5_2.mo:Expected error in mat member: "member: improper list a".
252  5_2.mo:Expected error in mat member: "member: cyclic list (a b a b a b ...)".
253  5_2.mo:Expected error in mat member: "member: improper list (a b . c)".
254***************
255*** 854,863 ****
256  5_2.mo:Expected error in mat assv: "assv: cyclic alist ((a . 1) (b . 2) (3.2 . 3) ("a" . 4) (a . 1) (b . 2) ...)".
257  5_2.mo:Expected error in mat assoc: "assoc: cyclic alist ((a . 1) (b . 2) (3.2 . 3) ("a" . 4) (a . 1) (b . 2) ...)".
258  5_2.mo:Expected error in mat assoc: "assoc: cyclic alist ((a . 1) (b . 2) (3.2 . 3) ("a" . 4) (a . 1) (b . 2) ...)".
259! 5_2.mo:Expected error in mat sort: "incorrect argument count in call (sort)".
260! 5_2.mo:Expected error in mat sort: "incorrect argument count in call (sort >)".
261! 5_2.mo:Expected error in mat sort: "incorrect argument count in call (sort (quote (a b c)))".
262! 5_2.mo:Expected error in mat sort: "incorrect argument count in call (sort > (quote (1 2 3)) #t)".
263  5_2.mo:Expected error in mat sort: "sort: 3 is not a proper list".
264  5_2.mo:Expected error in mat sort: "sort: #(1 2 3) is not a proper list".
265  5_2.mo:Expected error in mat sort: "sort: (1 2 . 3) is not a proper list".
266--- 854,863 ----
267  5_2.mo:Expected error in mat assv: "assv: cyclic alist ((a . 1) (b . 2) (3.2 . 3) ("a" . 4) (a . 1) (b . 2) ...)".
268  5_2.mo:Expected error in mat assoc: "assoc: cyclic alist ((a . 1) (b . 2) (3.2 . 3) ("a" . 4) (a . 1) (b . 2) ...)".
269  5_2.mo:Expected error in mat assoc: "assoc: cyclic alist ((a . 1) (b . 2) (3.2 . 3) ("a" . 4) (a . 1) (b . 2) ...)".
270! 5_2.mo:Expected error in mat sort: "incorrect number of arguments 0 to #<procedure sort>".
271! 5_2.mo:Expected error in mat sort: "incorrect number of arguments 1 to #<procedure sort>".
272! 5_2.mo:Expected error in mat sort: "incorrect number of arguments 1 to #<procedure sort>".
273! 5_2.mo:Expected error in mat sort: "incorrect number of arguments 3 to #<procedure sort>".
274  5_2.mo:Expected error in mat sort: "sort: 3 is not a proper list".
275  5_2.mo:Expected error in mat sort: "sort: #(1 2 3) is not a proper list".
276  5_2.mo:Expected error in mat sort: "sort: (1 2 . 3) is not a proper list".
277***************
278*** 866,875 ****
279  5_2.mo:Expected error in mat sort: "sort: (q p a b a b ...) is circular".
280  5_2.mo:Expected error in mat sort: "sort: (a b c) is not a procedure".
281  5_2.mo:Expected error in mat sort: ">: b is not a real number".
282! 5_2.mo:Expected error in mat list-sort: "incorrect argument count in call (list-sort)".
283! 5_2.mo:Expected error in mat list-sort: "incorrect argument count in call (list-sort >)".
284! 5_2.mo:Expected error in mat list-sort: "incorrect argument count in call (list-sort (quote (a b c)))".
285! 5_2.mo:Expected error in mat list-sort: "incorrect argument count in call (list-sort > (quote (1 2 3)) #t)".
286  5_2.mo:Expected error in mat list-sort: "list-sort: 3 is not a proper list".
287  5_2.mo:Expected error in mat list-sort: "list-sort: #(1 2 3) is not a proper list".
288  5_2.mo:Expected error in mat list-sort: "list-sort: (1 2 . 3) is not a proper list".
289--- 866,875 ----
290  5_2.mo:Expected error in mat sort: "sort: (q p a b a b ...) is circular".
291  5_2.mo:Expected error in mat sort: "sort: (a b c) is not a procedure".
292  5_2.mo:Expected error in mat sort: ">: b is not a real number".
293! 5_2.mo:Expected error in mat list-sort: "incorrect number of arguments 0 to #<procedure list-sort>".
294! 5_2.mo:Expected error in mat list-sort: "incorrect number of arguments 1 to #<procedure list-sort>".
295! 5_2.mo:Expected error in mat list-sort: "incorrect number of arguments 1 to #<procedure list-sort>".
296! 5_2.mo:Expected error in mat list-sort: "incorrect number of arguments 3 to #<procedure list-sort>".
297  5_2.mo:Expected error in mat list-sort: "list-sort: 3 is not a proper list".
298  5_2.mo:Expected error in mat list-sort: "list-sort: #(1 2 3) is not a proper list".
299  5_2.mo:Expected error in mat list-sort: "list-sort: (1 2 . 3) is not a proper list".
300***************
301*** 878,887 ****
302  5_2.mo:Expected error in mat list-sort: "list-sort: (q p a b a b ...) is circular".
303  5_2.mo:Expected error in mat list-sort: "list-sort: (a b c) is not a procedure".
304  5_2.mo:Expected error in mat list-sort: ">: b is not a real number".
305! 5_2.mo:Expected error in mat sort!: "incorrect argument count in call (sort!)".
306! 5_2.mo:Expected error in mat sort!: "incorrect argument count in call (sort! >)".
307! 5_2.mo:Expected error in mat sort!: "incorrect argument count in call (sort! (quote (a b c)))".
308! 5_2.mo:Expected error in mat sort!: "incorrect argument count in call (sort! > (quote (1 2 3)) #t)".
309  5_2.mo:Expected error in mat sort!: "sort!: 3 is not a proper list".
310  5_2.mo:Expected error in mat sort!: "sort!: #(1 2 3) is not a proper list".
311  5_2.mo:Expected error in mat sort!: "sort!: (1 2 . 3) is not a proper list".
312--- 878,887 ----
313  5_2.mo:Expected error in mat list-sort: "list-sort: (q p a b a b ...) is circular".
314  5_2.mo:Expected error in mat list-sort: "list-sort: (a b c) is not a procedure".
315  5_2.mo:Expected error in mat list-sort: ">: b is not a real number".
316! 5_2.mo:Expected error in mat sort!: "incorrect number of arguments 0 to #<procedure sort!>".
317! 5_2.mo:Expected error in mat sort!: "incorrect number of arguments 1 to #<procedure sort!>".
318! 5_2.mo:Expected error in mat sort!: "incorrect number of arguments 1 to #<procedure sort!>".
319! 5_2.mo:Expected error in mat sort!: "incorrect number of arguments 3 to #<procedure sort!>".
320  5_2.mo:Expected error in mat sort!: "sort!: 3 is not a proper list".
321  5_2.mo:Expected error in mat sort!: "sort!: #(1 2 3) is not a proper list".
322  5_2.mo:Expected error in mat sort!: "sort!: (1 2 . 3) is not a proper list".
323***************
324*** 910,927 ****
325  5_2.mo:Expected error in mat iota: "iota: -1 is not a nonnegative fixnum".
326  5_2.mo:Expected error in mat iota: "iota: 1000000000000000000000000000000 is not a nonnegative fixnum".
327  5_2.mo:Expected error in mat iota: "iota: 3/4 is not a nonnegative fixnum".
328! 5_2.mo:Expected error in mat iota: "incorrect argument count in call (iota)".
329! 5_2.mo:Expected error in mat iota: "incorrect argument count in call (iota 3 17)".
330  5_2.mo:Expected error in mat enumerate: "enumerate: a is not a proper list".
331  5_2.mo:Expected error in mat enumerate: "enumerate: (a . b) is not a proper list".
332  5_2.mo:Expected error in mat enumerate: "enumerate: (a b a b a b ...) is circular".
333! 5_2.mo:Expected error in mat enumerate: "incorrect argument count in call (enumerate)".
334! 5_2.mo:Expected error in mat enumerate: "incorrect argument count in call (enumerate (quote (a b c)) (quote (d e f)))".
335  5_3.mo:Expected error in mat string->number: "string->number: a is not a string".
336  5_3.mo:Expected error in mat string->number: "string->number: 0 is not a valid radix".
337  5_3.mo:Expected error in mat string->number: "string->number: 37 is not a valid radix".
338  5_3.mo:Expected error in mat string->number: "string->number: a is not a valid radix".
339! 5_3.mo:Expected error in mat string->number: "incorrect argument count in call (string->number "a" 10 10)".
340  5_3.mo:Expected error in mat r6rs:string->number: "string->number: a is not a string".
341  5_3.mo:Expected error in mat r6rs:string->number: "string->number: 0 is not a valid radix".
342  5_3.mo:Expected error in mat r6rs:string->number: "string->number: 37 is not a valid radix".
343--- 910,927 ----
344  5_2.mo:Expected error in mat iota: "iota: -1 is not a nonnegative fixnum".
345  5_2.mo:Expected error in mat iota: "iota: 1000000000000000000000000000000 is not a nonnegative fixnum".
346  5_2.mo:Expected error in mat iota: "iota: 3/4 is not a nonnegative fixnum".
347! 5_2.mo:Expected error in mat iota: "incorrect number of arguments 0 to #<procedure iota>".
348! 5_2.mo:Expected error in mat iota: "incorrect number of arguments 2 to #<procedure iota>".
349  5_2.mo:Expected error in mat enumerate: "enumerate: a is not a proper list".
350  5_2.mo:Expected error in mat enumerate: "enumerate: (a . b) is not a proper list".
351  5_2.mo:Expected error in mat enumerate: "enumerate: (a b a b a b ...) is circular".
352! 5_2.mo:Expected error in mat enumerate: "incorrect number of arguments 0 to #<procedure enumerate>".
353! 5_2.mo:Expected error in mat enumerate: "incorrect number of arguments 2 to #<procedure enumerate>".
354  5_3.mo:Expected error in mat string->number: "string->number: a is not a string".
355  5_3.mo:Expected error in mat string->number: "string->number: 0 is not a valid radix".
356  5_3.mo:Expected error in mat string->number: "string->number: 37 is not a valid radix".
357  5_3.mo:Expected error in mat string->number: "string->number: a is not a valid radix".
358! 5_3.mo:Expected error in mat string->number: "incorrect number of arguments 3 to #<procedure string->number>".
359  5_3.mo:Expected error in mat r6rs:string->number: "string->number: a is not a string".
360  5_3.mo:Expected error in mat r6rs:string->number: "string->number: 0 is not a valid radix".
361  5_3.mo:Expected error in mat r6rs:string->number: "string->number: 37 is not a valid radix".
362***************
363*** 932,938 ****
364  5_3.mo:Expected error in mat r6rs:string->number: "string->number: <int> is not a valid radix".
365  5_3.mo:Expected error in mat r6rs:string->number: "string->number: 36 is not a valid radix".
366  5_3.mo:Expected error in mat r6rs:string->number: "string->number: a is not a valid radix".
367! 5_3.mo:Expected error in mat r6rs:string->number: "incorrect argument count in call (string->number "a" 10 10)".
368  5_3.mo:Expected error in mat number->string: "number->string: a is not a number".
369  5_3.mo:Expected error in mat number->string: "number->string: a is not a number".
370  5_3.mo:Expected error in mat number->string: "number->string: a is not a number".
371--- 932,938 ----
372  5_3.mo:Expected error in mat r6rs:string->number: "string->number: <int> is not a valid radix".
373  5_3.mo:Expected error in mat r6rs:string->number: "string->number: 36 is not a valid radix".
374  5_3.mo:Expected error in mat r6rs:string->number: "string->number: a is not a valid radix".
375! 5_3.mo:Expected error in mat r6rs:string->number: "incorrect number of arguments 3 to #<procedure string->number>".
376  5_3.mo:Expected error in mat number->string: "number->string: a is not a number".
377  5_3.mo:Expected error in mat number->string: "number->string: a is not a number".
378  5_3.mo:Expected error in mat number->string: "number->string: a is not a number".
379***************
380*** 968,974 ****
381  5_3.mo:Expected error in mat r6rs:number->string: "number->string: a precision is specified and radix 16 is not 10".
382  5_3.mo:Expected error in mat exact?: "exact?: a is not a number".
383  5_3.mo:Expected error in mat inexact?: "inexact?: () is not a number".
384! 5_3.mo:Expected error in mat =: "incorrect argument count in call (=)".
385  5_3.mo:Expected error in mat =: "=: a is not a number".
386  5_3.mo:Expected error in mat =: "=: a is not a number".
387  5_3.mo:Expected error in mat =: "=: a is not a number".
388--- 968,974 ----
389  5_3.mo:Expected error in mat r6rs:number->string: "number->string: a precision is specified and radix 16 is not 10".
390  5_3.mo:Expected error in mat exact?: "exact?: a is not a number".
391  5_3.mo:Expected error in mat inexact?: "inexact?: () is not a number".
392! 5_3.mo:Expected error in mat =: "incorrect number of arguments 0 to #<procedure =>".
393  5_3.mo:Expected error in mat =: "=: a is not a number".
394  5_3.mo:Expected error in mat =: "=: a is not a number".
395  5_3.mo:Expected error in mat =: "=: a is not a number".
396***************
397*** 977,983 ****
398  5_3.mo:Expected error in mat =: "=: a is not a number".
399  5_3.mo:Expected error in mat =: "=: a is not a number".
400  5_3.mo:Expected error in mat =: "=: a is not a number".
401! 5_3.mo:Expected error in mat <: "incorrect argument count in call (<)".
402  5_3.mo:Expected error in mat <: "<: a is not a real number".
403  5_3.mo:Expected error in mat <: "<: a is not a real number".
404  5_3.mo:Expected error in mat <: "<: a is not a real number".
405--- 977,983 ----
406  5_3.mo:Expected error in mat =: "=: a is not a number".
407  5_3.mo:Expected error in mat =: "=: a is not a number".
408  5_3.mo:Expected error in mat =: "=: a is not a number".
409! 5_3.mo:Expected error in mat <: "incorrect number of arguments 0 to #<procedure <>".
410  5_3.mo:Expected error in mat <: "<: a is not a real number".
411  5_3.mo:Expected error in mat <: "<: a is not a real number".
412  5_3.mo:Expected error in mat <: "<: a is not a real number".
413***************
414*** 997,1003 ****
415  5_3.mo:Expected error in mat <: "<: 2.0+1.0i is not a real number".
416  5_3.mo:Expected error in mat <: "<: 2+1i is not a real number".
417  5_3.mo:Expected error in mat <: "<: 3+1i is not a real number".
418! 5_3.mo:Expected error in mat <=: "incorrect argument count in call (<=)".
419  5_3.mo:Expected error in mat <=: "<=: a is not a real number".
420  5_3.mo:Expected error in mat <=: "<=: a is not a real number".
421  5_3.mo:Expected error in mat <=: "<=: a is not a real number".
422--- 997,1003 ----
423  5_3.mo:Expected error in mat <: "<: 2.0+1.0i is not a real number".
424  5_3.mo:Expected error in mat <: "<: 2+1i is not a real number".
425  5_3.mo:Expected error in mat <: "<: 3+1i is not a real number".
426! 5_3.mo:Expected error in mat <=: "incorrect number of arguments 0 to #<procedure <=>".
427  5_3.mo:Expected error in mat <=: "<=: a is not a real number".
428  5_3.mo:Expected error in mat <=: "<=: a is not a real number".
429  5_3.mo:Expected error in mat <=: "<=: a is not a real number".
430***************
431*** 1017,1023 ****
432  5_3.mo:Expected error in mat <=: "<=: 2.0+1.0i is not a real number".
433  5_3.mo:Expected error in mat <=: "<=: 2+1i is not a real number".
434  5_3.mo:Expected error in mat <=: "<=: 3+1i is not a real number".
435! 5_3.mo:Expected error in mat >: "incorrect argument count in call (>)".
436  5_3.mo:Expected error in mat >: ">: a is not a real number".
437  5_3.mo:Expected error in mat >: ">: a is not a real number".
438  5_3.mo:Expected error in mat >: ">: a is not a real number".
439--- 1017,1023 ----
440  5_3.mo:Expected error in mat <=: "<=: 2.0+1.0i is not a real number".
441  5_3.mo:Expected error in mat <=: "<=: 2+1i is not a real number".
442  5_3.mo:Expected error in mat <=: "<=: 3+1i is not a real number".
443! 5_3.mo:Expected error in mat >: "incorrect number of arguments 0 to #<procedure >>".
444  5_3.mo:Expected error in mat >: ">: a is not a real number".
445  5_3.mo:Expected error in mat >: ">: a is not a real number".
446  5_3.mo:Expected error in mat >: ">: a is not a real number".
447***************
448*** 1037,1043 ****
449  5_3.mo:Expected error in mat >: ">: 2.0+1.0i is not a real number".
450  5_3.mo:Expected error in mat >: ">: 2+1i is not a real number".
451  5_3.mo:Expected error in mat >: ">: 3+1i is not a real number".
452! 5_3.mo:Expected error in mat >=: "incorrect argument count in call (>=)".
453  5_3.mo:Expected error in mat >=: ">=: a is not a real number".
454  5_3.mo:Expected error in mat >=: ">=: a is not a real number".
455  5_3.mo:Expected error in mat >=: ">=: a is not a real number".
456--- 1037,1043 ----
457  5_3.mo:Expected error in mat >: ">: 2.0+1.0i is not a real number".
458  5_3.mo:Expected error in mat >: ">: 2+1i is not a real number".
459  5_3.mo:Expected error in mat >: ">: 3+1i is not a real number".
460! 5_3.mo:Expected error in mat >=: "incorrect number of arguments 0 to #<procedure >=>".
461  5_3.mo:Expected error in mat >=: ">=: a is not a real number".
462  5_3.mo:Expected error in mat >=: ">=: a is not a real number".
463  5_3.mo:Expected error in mat >=: ">=: a is not a real number".
464***************
465*** 1057,1064 ****
466  5_3.mo:Expected error in mat >=: ">=: 2.0+1.0i is not a real number".
467  5_3.mo:Expected error in mat >=: ">=: 2+1i is not a real number".
468  5_3.mo:Expected error in mat >=: ">=: 3+1i is not a real number".
469! 5_3.mo:Expected error in mat r6rs:=: "incorrect argument count in call (=)".
470! 5_3.mo:Expected error in mat r6rs:=: "incorrect argument count in call (= 3)".
471  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
472  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
473  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
474--- 1057,1064 ----
475  5_3.mo:Expected error in mat >=: ">=: 2.0+1.0i is not a real number".
476  5_3.mo:Expected error in mat >=: ">=: 2+1i is not a real number".
477  5_3.mo:Expected error in mat >=: ">=: 3+1i is not a real number".
478! 5_3.mo:Expected error in mat r6rs:=: "incorrect number of arguments 0 to #<procedure =>".
479! 5_3.mo:Expected error in mat r6rs:=: "incorrect number of arguments 1 to #<procedure =>".
480  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
481  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
482  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
483***************
484*** 1066,1073 ****
485  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
486  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
487  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
488! 5_3.mo:Expected error in mat r6rs:<: "incorrect argument count in call (<)".
489! 5_3.mo:Expected error in mat r6rs:<: "incorrect argument count in call (< 3)".
490  5_3.mo:Expected error in mat r6rs:<: "<: a is not a real number".
491  5_3.mo:Expected error in mat r6rs:<: "<: a is not a real number".
492  5_3.mo:Expected error in mat r6rs:<: "<: a is not a real number".
493--- 1066,1073 ----
494  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
495  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
496  5_3.mo:Expected error in mat r6rs:=: "=: a is not a number".
497! 5_3.mo:Expected error in mat r6rs:<: "incorrect number of arguments 0 to #<procedure <>".
498! 5_3.mo:Expected error in mat r6rs:<: "incorrect number of arguments 1 to #<procedure <>".
499  5_3.mo:Expected error in mat r6rs:<: "<: a is not a real number".
500  5_3.mo:Expected error in mat r6rs:<: "<: a is not a real number".
501  5_3.mo:Expected error in mat r6rs:<: "<: a is not a real number".
502***************
503*** 1078,1085 ****
504  5_3.mo:Expected error in mat r6rs:<: "<: 2.0+1.0i is not a real number".
505  5_3.mo:Expected error in mat r6rs:<: "<: 2+1i is not a real number".
506  5_3.mo:Expected error in mat r6rs:<: "<: 3+1i is not a real number".
507! 5_3.mo:Expected error in mat r6rs:<=: "incorrect argument count in call (<=)".
508! 5_3.mo:Expected error in mat r6rs:<=: "incorrect argument count in call (<= 3)".
509  5_3.mo:Expected error in mat r6rs:<=: "<=: a is not a real number".
510  5_3.mo:Expected error in mat r6rs:<=: "<=: a is not a real number".
511  5_3.mo:Expected error in mat r6rs:<=: "<=: a is not a real number".
512--- 1078,1085 ----
513  5_3.mo:Expected error in mat r6rs:<: "<: 2.0+1.0i is not a real number".
514  5_3.mo:Expected error in mat r6rs:<: "<: 2+1i is not a real number".
515  5_3.mo:Expected error in mat r6rs:<: "<: 3+1i is not a real number".
516! 5_3.mo:Expected error in mat r6rs:<=: "incorrect number of arguments 0 to #<procedure <=>".
517! 5_3.mo:Expected error in mat r6rs:<=: "incorrect number of arguments 1 to #<procedure <=>".
518  5_3.mo:Expected error in mat r6rs:<=: "<=: a is not a real number".
519  5_3.mo:Expected error in mat r6rs:<=: "<=: a is not a real number".
520  5_3.mo:Expected error in mat r6rs:<=: "<=: a is not a real number".
521***************
522*** 1090,1097 ****
523  5_3.mo:Expected error in mat r6rs:<=: "<=: 2.0+1.0i is not a real number".
524  5_3.mo:Expected error in mat r6rs:<=: "<=: 2+1i is not a real number".
525  5_3.mo:Expected error in mat r6rs:<=: "<=: 3+1i is not a real number".
526! 5_3.mo:Expected error in mat r6rs:>: "incorrect argument count in call (>)".
527! 5_3.mo:Expected error in mat r6rs:>: "incorrect argument count in call (> 3)".
528  5_3.mo:Expected error in mat r6rs:>: ">: a is not a real number".
529  5_3.mo:Expected error in mat r6rs:>: ">: a is not a real number".
530  5_3.mo:Expected error in mat r6rs:>: ">: a is not a real number".
531--- 1090,1097 ----
532  5_3.mo:Expected error in mat r6rs:<=: "<=: 2.0+1.0i is not a real number".
533  5_3.mo:Expected error in mat r6rs:<=: "<=: 2+1i is not a real number".
534  5_3.mo:Expected error in mat r6rs:<=: "<=: 3+1i is not a real number".
535! 5_3.mo:Expected error in mat r6rs:>: "incorrect number of arguments 0 to #<procedure >>".
536! 5_3.mo:Expected error in mat r6rs:>: "incorrect number of arguments 1 to #<procedure >>".
537  5_3.mo:Expected error in mat r6rs:>: ">: a is not a real number".
538  5_3.mo:Expected error in mat r6rs:>: ">: a is not a real number".
539  5_3.mo:Expected error in mat r6rs:>: ">: a is not a real number".
540***************
541*** 1102,1109 ****
542  5_3.mo:Expected error in mat r6rs:>: ">: 2.0+1.0i is not a real number".
543  5_3.mo:Expected error in mat r6rs:>: ">: 2+1i is not a real number".
544  5_3.mo:Expected error in mat r6rs:>: ">: 3+1i is not a real number".
545! 5_3.mo:Expected error in mat r6rs:>=: "incorrect argument count in call (>=)".
546! 5_3.mo:Expected error in mat r6rs:>=: "incorrect argument count in call (>= 3)".
547  5_3.mo:Expected error in mat r6rs:>=: ">=: a is not a real number".
548  5_3.mo:Expected error in mat r6rs:>=: ">=: a is not a real number".
549  5_3.mo:Expected error in mat r6rs:>=: ">=: a is not a real number".
550--- 1102,1109 ----
551  5_3.mo:Expected error in mat r6rs:>: ">: 2.0+1.0i is not a real number".
552  5_3.mo:Expected error in mat r6rs:>: ">: 2+1i is not a real number".
553  5_3.mo:Expected error in mat r6rs:>: ">: 3+1i is not a real number".
554! 5_3.mo:Expected error in mat r6rs:>=: "incorrect number of arguments 0 to #<procedure >=>".
555! 5_3.mo:Expected error in mat r6rs:>=: "incorrect number of arguments 1 to #<procedure >=>".
556  5_3.mo:Expected error in mat r6rs:>=: ">=: a is not a real number".
557  5_3.mo:Expected error in mat r6rs:>=: ">=: a is not a real number".
558  5_3.mo:Expected error in mat r6rs:>=: ">=: a is not a real number".
559***************
560*** 1123,1129 ****
561  5_3.mo:Expected error in mat +: "oops".
562  5_3.mo:Expected error in mat +: "+: #f is not a number".
563  5_3.mo:Expected error in mat +: "+: #f is not a number".
564! 5_3.mo:Expected error in mat -: "incorrect argument count in call (-)".
565  5_3.mo:Expected error in mat -: "-: a is not a number".
566  5_3.mo:Expected error in mat -: "-: a is not a number".
567  5_3.mo:Expected error in mat -: "-: a is not a number".
568--- 1123,1129 ----
569  5_3.mo:Expected error in mat +: "oops".
570  5_3.mo:Expected error in mat +: "+: #f is not a number".
571  5_3.mo:Expected error in mat +: "+: #f is not a number".
572! 5_3.mo:Expected error in mat -: "incorrect number of arguments 0 to #<procedure ->".
573  5_3.mo:Expected error in mat -: "-: a is not a number".
574  5_3.mo:Expected error in mat -: "-: a is not a number".
575  5_3.mo:Expected error in mat -: "-: a is not a number".
576***************
577*** 1136,1142 ****
578  5_3.mo:Expected error in mat *: "*: a is not a number".
579  5_3.mo:Expected error in mat *: "*: #f is not a number".
580  5_3.mo:Expected error in mat *: "*: #f is not a number".
581! 5_3.mo:Expected error in mat /: "incorrect argument count in call (/)".
582  5_3.mo:Expected error in mat /: "/: a is not a number".
583  5_3.mo:Expected error in mat /: "/: a is not a number".
584  5_3.mo:Expected error in mat /: "/: a is not a number".
585--- 1136,1142 ----
586  5_3.mo:Expected error in mat *: "*: a is not a number".
587  5_3.mo:Expected error in mat *: "*: #f is not a number".
588  5_3.mo:Expected error in mat *: "*: #f is not a number".
589! 5_3.mo:Expected error in mat /: "incorrect number of arguments 0 to #<procedure />".
590  5_3.mo:Expected error in mat /: "/: a is not a number".
591  5_3.mo:Expected error in mat /: "/: a is not a number".
592  5_3.mo:Expected error in mat /: "/: a is not a number".
593***************
594*** 1153,1220 ****
595  5_3.mo:Expected error in mat infinite?: "infinite?: a is not a real number".
596  5_3.mo:Expected error in mat infinite?: "infinite?: 3+4i is not a real number".
597  5_3.mo:Expected error in mat infinite?: "infinite?: 3.0-0.0i is not a real number".
598! 5_3.mo:Expected error in mat zero?: "incorrect argument count in call (zero?)".
599! 5_3.mo:Expected error in mat zero?: "incorrect argument count in call (zero? 0 1)".
600  5_3.mo:Expected error in mat zero?: "zero?: a is not a number".
601! 5_3.mo:Expected error in mat positive?: "incorrect argument count in call (positive?)".
602! 5_3.mo:Expected error in mat positive?: "incorrect argument count in call (positive? 0 1)".
603  5_3.mo:Expected error in mat positive?: "positive?: a is not a real number".
604  5_3.mo:Expected error in mat positive?: "positive?: 1.0+1.0i is not a real number".
605  5_3.mo:Expected error in mat positive?: "positive?: 1+1i is not a real number".
606  5_3.mo:Expected error in mat positive?: "positive?: 1.0+0.0i is not a real number".
607! 5_3.mo:Expected error in mat nonpositive?: "incorrect argument count in call (nonpositive?)".
608! 5_3.mo:Expected error in mat nonpositive?: "incorrect argument count in call (nonpositive? 0 1)".
609  5_3.mo:Expected error in mat nonpositive?: "nonpositive?: a is not a real number".
610  5_3.mo:Expected error in mat nonpositive?: "nonpositive?: 1.0+1.0i is not a real number".
611  5_3.mo:Expected error in mat nonpositive?: "nonpositive?: 1+1i is not a real number".
612  5_3.mo:Expected error in mat nonpositive?: "nonpositive?: 1.0+0.0i is not a real number".
613! 5_3.mo:Expected error in mat negative?: "incorrect argument count in call (negative?)".
614! 5_3.mo:Expected error in mat negative?: "incorrect argument count in call (negative? 0 1)".
615  5_3.mo:Expected error in mat negative?: "negative?: a is not a real number".
616  5_3.mo:Expected error in mat negative?: "negative?: 1.0+1.0i is not a real number".
617  5_3.mo:Expected error in mat negative?: "negative?: 1+1i is not a real number".
618  5_3.mo:Expected error in mat negative?: "negative?: 1.0+0.0i is not a real number".
619! 5_3.mo:Expected error in mat nonnegative?: "incorrect argument count in call (nonnegative?)".
620! 5_3.mo:Expected error in mat nonnegative?: "incorrect argument count in call (nonnegative? 0 1)".
621  5_3.mo:Expected error in mat nonnegative?: "nonnegative?: a is not a real number".
622  5_3.mo:Expected error in mat nonnegative?: "nonnegative?: 1+1i is not a real number".
623  5_3.mo:Expected error in mat nonnegative?: "nonnegative?: 1.0+1.0i is not a real number".
624  5_3.mo:Expected error in mat nonnegative?: "nonnegative?: 1.0+0.0i is not a real number".
625! 5_3.mo:Expected error in mat even?: "incorrect argument count in call (even?)".
626! 5_3.mo:Expected error in mat even?: "incorrect argument count in call (even? 0 1)".
627  5_3.mo:Expected error in mat even?: "even?: a is not an integer".
628  5_3.mo:Expected error in mat even?: "even?: 3.2 is not an integer".
629  5_3.mo:Expected error in mat even?: "even?: 3.0+1.0i is not an integer".
630  5_3.mo:Expected error in mat even?: "even?: 1+1i is not an integer".
631  5_3.mo:Expected error in mat even?: "even?: +inf.0 is not an integer".
632  5_3.mo:Expected error in mat even?: "even?: +nan.0 is not an integer".
633! 5_3.mo:Expected error in mat odd?: "incorrect argument count in call (odd?)".
634! 5_3.mo:Expected error in mat odd?: "incorrect argument count in call (odd? 0 1)".
635  5_3.mo:Expected error in mat odd?: "odd?: a is not an integer".
636  5_3.mo:Expected error in mat odd?: "odd?: 3.2 is not an integer".
637  5_3.mo:Expected error in mat odd?: "odd?: 3.0+1.0i is not an integer".
638  5_3.mo:Expected error in mat odd?: "odd?: 3+1i is not an integer".
639  5_3.mo:Expected error in mat odd?: "odd?: +inf.0 is not an integer".
640  5_3.mo:Expected error in mat odd?: "odd?: +nan.0 is not an integer".
641! 5_3.mo:Expected error in mat \x31;+: "incorrect argument count in call (\x31;+)".
642! 5_3.mo:Expected error in mat \x31;+: "incorrect argument count in call (\x31;+ 0 1)".
643  5_3.mo:Expected error in mat \x31;+: "1+: a is not a number".
644! 5_3.mo:Expected error in mat add1: "incorrect argument count in call (add1)".
645! 5_3.mo:Expected error in mat add1: "incorrect argument count in call (add1 0 1)".
646  5_3.mo:Expected error in mat add1: "add1: a is not a number".
647! 5_3.mo:Expected error in mat \x31;-: "incorrect argument count in call (\x31;-)".
648! 5_3.mo:Expected error in mat \x31;-: "incorrect argument count in call (\x31;- 0 1)".
649  5_3.mo:Expected error in mat \x31;-: "1-: a is not a number".
650! 5_3.mo:Expected error in mat sub1: "incorrect argument count in call (sub1)".
651! 5_3.mo:Expected error in mat sub1: "incorrect argument count in call (sub1 0 1)".
652  5_3.mo:Expected error in mat sub1: "sub1: a is not a number".
653! 5_3.mo:Expected error in mat \x2D;1+: "incorrect argument count in call (\x2D;1+)".
654! 5_3.mo:Expected error in mat \x2D;1+: "incorrect argument count in call (\x2D;1+ 0 1)".
655  5_3.mo:Expected error in mat \x2D;1+: "-1+: a is not a number".
656! 5_3.mo:Expected error in mat quotient: "incorrect argument count in call (quotient)".
657! 5_3.mo:Expected error in mat quotient: "incorrect argument count in call (quotient 1)".
658  5_3.mo:Expected error in mat quotient: "quotient: undefined for 0".
659! 5_3.mo:Expected error in mat quotient: "incorrect argument count in call (quotient 1 2 3)".
660  5_3.mo:Expected error in mat quotient: "quotient: a is not an integer".
661  5_3.mo:Expected error in mat quotient: "quotient: a is not an integer".
662  5_3.mo:Expected error in mat quotient: "quotient: 2/5 is not an integer".
663--- 1153,1220 ----
664  5_3.mo:Expected error in mat infinite?: "infinite?: a is not a real number".
665  5_3.mo:Expected error in mat infinite?: "infinite?: 3+4i is not a real number".
666  5_3.mo:Expected error in mat infinite?: "infinite?: 3.0-0.0i is not a real number".
667! 5_3.mo:Expected error in mat zero?: "incorrect number of arguments 0 to #<procedure zero?>".
668! 5_3.mo:Expected error in mat zero?: "incorrect number of arguments 2 to #<procedure zero?>".
669  5_3.mo:Expected error in mat zero?: "zero?: a is not a number".
670! 5_3.mo:Expected error in mat positive?: "incorrect number of arguments 0 to #<procedure positive?>".
671! 5_3.mo:Expected error in mat positive?: "incorrect number of arguments 2 to #<procedure positive?>".
672  5_3.mo:Expected error in mat positive?: "positive?: a is not a real number".
673  5_3.mo:Expected error in mat positive?: "positive?: 1.0+1.0i is not a real number".
674  5_3.mo:Expected error in mat positive?: "positive?: 1+1i is not a real number".
675  5_3.mo:Expected error in mat positive?: "positive?: 1.0+0.0i is not a real number".
676! 5_3.mo:Expected error in mat nonpositive?: "incorrect number of arguments 0 to #<procedure nonpositive?>".
677! 5_3.mo:Expected error in mat nonpositive?: "incorrect number of arguments 2 to #<procedure nonpositive?>".
678  5_3.mo:Expected error in mat nonpositive?: "nonpositive?: a is not a real number".
679  5_3.mo:Expected error in mat nonpositive?: "nonpositive?: 1.0+1.0i is not a real number".
680  5_3.mo:Expected error in mat nonpositive?: "nonpositive?: 1+1i is not a real number".
681  5_3.mo:Expected error in mat nonpositive?: "nonpositive?: 1.0+0.0i is not a real number".
682! 5_3.mo:Expected error in mat negative?: "incorrect number of arguments 0 to #<procedure negative?>".
683! 5_3.mo:Expected error in mat negative?: "incorrect number of arguments 2 to #<procedure negative?>".
684  5_3.mo:Expected error in mat negative?: "negative?: a is not a real number".
685  5_3.mo:Expected error in mat negative?: "negative?: 1.0+1.0i is not a real number".
686  5_3.mo:Expected error in mat negative?: "negative?: 1+1i is not a real number".
687  5_3.mo:Expected error in mat negative?: "negative?: 1.0+0.0i is not a real number".
688! 5_3.mo:Expected error in mat nonnegative?: "incorrect number of arguments 0 to #<procedure nonnegative?>".
689! 5_3.mo:Expected error in mat nonnegative?: "incorrect number of arguments 2 to #<procedure nonnegative?>".
690  5_3.mo:Expected error in mat nonnegative?: "nonnegative?: a is not a real number".
691  5_3.mo:Expected error in mat nonnegative?: "nonnegative?: 1+1i is not a real number".
692  5_3.mo:Expected error in mat nonnegative?: "nonnegative?: 1.0+1.0i is not a real number".
693  5_3.mo:Expected error in mat nonnegative?: "nonnegative?: 1.0+0.0i is not a real number".
694! 5_3.mo:Expected error in mat even?: "incorrect number of arguments 0 to #<procedure even?>".
695! 5_3.mo:Expected error in mat even?: "incorrect number of arguments 2 to #<procedure even?>".
696  5_3.mo:Expected error in mat even?: "even?: a is not an integer".
697  5_3.mo:Expected error in mat even?: "even?: 3.2 is not an integer".
698  5_3.mo:Expected error in mat even?: "even?: 3.0+1.0i is not an integer".
699  5_3.mo:Expected error in mat even?: "even?: 1+1i is not an integer".
700  5_3.mo:Expected error in mat even?: "even?: +inf.0 is not an integer".
701  5_3.mo:Expected error in mat even?: "even?: +nan.0 is not an integer".
702! 5_3.mo:Expected error in mat odd?: "incorrect number of arguments 0 to #<procedure odd?>".
703! 5_3.mo:Expected error in mat odd?: "incorrect number of arguments 2 to #<procedure odd?>".
704  5_3.mo:Expected error in mat odd?: "odd?: a is not an integer".
705  5_3.mo:Expected error in mat odd?: "odd?: 3.2 is not an integer".
706  5_3.mo:Expected error in mat odd?: "odd?: 3.0+1.0i is not an integer".
707  5_3.mo:Expected error in mat odd?: "odd?: 3+1i is not an integer".
708  5_3.mo:Expected error in mat odd?: "odd?: +inf.0 is not an integer".
709  5_3.mo:Expected error in mat odd?: "odd?: +nan.0 is not an integer".
710! 5_3.mo:Expected error in mat \x31;+: "incorrect number of arguments 0 to #<procedure 1+>".
711! 5_3.mo:Expected error in mat \x31;+: "incorrect number of arguments 2 to #<procedure 1+>".
712  5_3.mo:Expected error in mat \x31;+: "1+: a is not a number".
713! 5_3.mo:Expected error in mat add1: "incorrect number of arguments 0 to #<procedure add1>".
714! 5_3.mo:Expected error in mat add1: "incorrect number of arguments 2 to #<procedure add1>".
715  5_3.mo:Expected error in mat add1: "add1: a is not a number".
716! 5_3.mo:Expected error in mat \x31;-: "incorrect number of arguments 0 to #<procedure 1->".
717! 5_3.mo:Expected error in mat \x31;-: "incorrect number of arguments 2 to #<procedure 1->".
718  5_3.mo:Expected error in mat \x31;-: "1-: a is not a number".
719! 5_3.mo:Expected error in mat sub1: "incorrect number of arguments 0 to #<procedure sub1>".
720! 5_3.mo:Expected error in mat sub1: "incorrect number of arguments 2 to #<procedure sub1>".
721  5_3.mo:Expected error in mat sub1: "sub1: a is not a number".
722! 5_3.mo:Expected error in mat \x2D;1+: "incorrect number of arguments 0 to #<procedure -1+>".
723! 5_3.mo:Expected error in mat \x2D;1+: "incorrect number of arguments 2 to #<procedure -1+>".
724  5_3.mo:Expected error in mat \x2D;1+: "-1+: a is not a number".
725! 5_3.mo:Expected error in mat quotient: "incorrect number of arguments 0 to #<procedure quotient>".
726! 5_3.mo:Expected error in mat quotient: "incorrect number of arguments 1 to #<procedure quotient>".
727  5_3.mo:Expected error in mat quotient: "quotient: undefined for 0".
728! 5_3.mo:Expected error in mat quotient: "incorrect number of arguments 3 to #<procedure quotient>".
729  5_3.mo:Expected error in mat quotient: "quotient: a is not an integer".
730  5_3.mo:Expected error in mat quotient: "quotient: a is not an integer".
731  5_3.mo:Expected error in mat quotient: "quotient: 2/5 is not an integer".
732***************
733*** 1227,1236 ****
734  5_3.mo:Expected error in mat quotient: "quotient: 2+1i is not an integer".
735  5_3.mo:Expected error in mat quotient: "quotient: 2+1i is not an integer".
736  5_3.mo:Expected error in mat quotient: "quotient: 2.0+1.0i is not an integer".
737! 5_3.mo:Expected error in mat remainder: "incorrect argument count in call (remainder)".
738! 5_3.mo:Expected error in mat remainder: "incorrect argument count in call (remainder 1)".
739  5_3.mo:Expected error in mat remainder: "remainder: undefined for 0".
740! 5_3.mo:Expected error in mat remainder: "incorrect argument count in call (remainder 1 2 3)".
741  5_3.mo:Expected error in mat remainder: "remainder: a is not an integer".
742  5_3.mo:Expected error in mat remainder: "remainder: a is not an integer".
743  5_3.mo:Expected error in mat remainder: "remainder: 2/5 is not an integer".
744--- 1227,1236 ----
745  5_3.mo:Expected error in mat quotient: "quotient: 2+1i is not an integer".
746  5_3.mo:Expected error in mat quotient: "quotient: 2+1i is not an integer".
747  5_3.mo:Expected error in mat quotient: "quotient: 2.0+1.0i is not an integer".
748! 5_3.mo:Expected error in mat remainder: "incorrect number of arguments 0 to #<procedure remainder>".
749! 5_3.mo:Expected error in mat remainder: "incorrect number of arguments 1 to #<procedure remainder>".
750  5_3.mo:Expected error in mat remainder: "remainder: undefined for 0".
751! 5_3.mo:Expected error in mat remainder: "incorrect number of arguments 3 to #<procedure remainder>".
752  5_3.mo:Expected error in mat remainder: "remainder: a is not an integer".
753  5_3.mo:Expected error in mat remainder: "remainder: a is not an integer".
754  5_3.mo:Expected error in mat remainder: "remainder: 2/5 is not an integer".
755***************
756*** 1241,1249 ****
757  5_3.mo:Expected error in mat remainder: "remainder: 2.5 is not an integer".
758  5_3.mo:Expected error in mat remainder: "remainder: 2.5 is not an integer".
759  5_3.mo:Expected error in mat remainder: "remainder: -3+2i is not an integer".
760! 5_3.mo:Expected error in mat modulo: "incorrect argument count in call (modulo)".
761! 5_3.mo:Expected error in mat modulo: "incorrect argument count in call (modulo 1)".
762! 5_3.mo:Expected error in mat modulo: "incorrect argument count in call (modulo 1 2 3)".
763  5_3.mo:Expected error in mat modulo: "modulo: a is not an integer".
764  5_3.mo:Expected error in mat modulo: "modulo: a is not an integer".
765  5_3.mo:Expected error in mat modulo: "modulo: 3/5 is not an integer".
766--- 1241,1249 ----
767  5_3.mo:Expected error in mat remainder: "remainder: 2.5 is not an integer".
768  5_3.mo:Expected error in mat remainder: "remainder: 2.5 is not an integer".
769  5_3.mo:Expected error in mat remainder: "remainder: -3+2i is not an integer".
770! 5_3.mo:Expected error in mat modulo: "incorrect number of arguments 0 to #<procedure modulo>".
771! 5_3.mo:Expected error in mat modulo: "incorrect number of arguments 1 to #<procedure modulo>".
772! 5_3.mo:Expected error in mat modulo: "incorrect number of arguments 3 to #<procedure modulo>".
773  5_3.mo:Expected error in mat modulo: "modulo: a is not an integer".
774  5_3.mo:Expected error in mat modulo: "modulo: a is not an integer".
775  5_3.mo:Expected error in mat modulo: "modulo: 3/5 is not an integer".
776***************
777*** 1253,1298 ****
778  5_3.mo:Expected error in mat modulo: "modulo: 3.2 is not an integer".
779  5_3.mo:Expected error in mat modulo: "modulo: -3.2 is not an integer".
780  5_3.mo:Expected error in mat modulo: "modulo: -3+2i is not an integer".
781! 5_3.mo:Expected error in mat truncate: "incorrect argument count in call (truncate)".
782! 5_3.mo:Expected error in mat truncate: "incorrect argument count in call (truncate 2 3)".
783  5_3.mo:Expected error in mat truncate: "truncate: a is not a real number".
784  5_3.mo:Expected error in mat truncate: "truncate: 2.0+1.0i is not a real number".
785  5_3.mo:Expected error in mat truncate: "truncate: 2+1i is not a real number".
786  5_3.mo:Expected error in mat truncate: "truncate: 2.0+0.0i is not a real number".
787! 5_3.mo:Expected error in mat floor: "incorrect argument count in call (floor)".
788! 5_3.mo:Expected error in mat floor: "incorrect argument count in call (floor 2 3)".
789  5_3.mo:Expected error in mat floor: "floor: a is not a real number".
790  5_3.mo:Expected error in mat floor: "floor: 2.0+1.0i is not a real number".
791  5_3.mo:Expected error in mat floor: "floor: 2+1i is not a real number".
792  5_3.mo:Expected error in mat floor: "floor: 2.0+0.0i is not a real number".
793! 5_3.mo:Expected error in mat ceiling: "incorrect argument count in call (ceiling)".
794! 5_3.mo:Expected error in mat ceiling: "incorrect argument count in call (ceiling 2 3)".
795  5_3.mo:Expected error in mat ceiling: "ceiling: a is not a real number".
796  5_3.mo:Expected error in mat ceiling: "ceiling: 2.0+1.0i is not a real number".
797  5_3.mo:Expected error in mat ceiling: "ceiling: -1.7+0.0i is not a real number".
798  5_3.mo:Expected error in mat ceiling: "ceiling: 2.0+0.0i is not a real number".
799! 5_3.mo:Expected error in mat round: "incorrect argument count in call (round)".
800! 5_3.mo:Expected error in mat round: "incorrect argument count in call (round 2 3)".
801  5_3.mo:Expected error in mat round: "round: a is not a real number".
802  5_3.mo:Expected error in mat round: "round: 2.0+1.0i is not a real number".
803  5_3.mo:Expected error in mat round: "round: 2+1i is not a real number".
804  5_3.mo:Expected error in mat round: "round: 2.0+0.0i is not a real number".
805! 5_3.mo:Expected error in mat abs: "incorrect argument count in call (abs)".
806! 5_3.mo:Expected error in mat abs: "incorrect argument count in call (abs 1 2)".
807  5_3.mo:Expected error in mat abs: "abs: a is not a real number".
808  5_3.mo:Expected error in mat abs: "abs: 3+4i is not a real number".
809  5_3.mo:Expected error in mat abs: "abs: 3.0+4.0i is not a real number".
810! 5_3.mo:Expected error in mat magnitude: "incorrect argument count in call (magnitude)".
811! 5_3.mo:Expected error in mat magnitude: "incorrect argument count in call (magnitude 1 2)".
812  5_3.mo:Expected error in mat magnitude: "magnitude: a is not a complex number".
813! 5_3.mo:Expected error in mat max: "incorrect argument count in call (max)".
814  5_3.mo:Expected error in mat max: "max: a is not a real number".
815  5_3.mo:Expected error in mat max: "max: a is not a real number".
816  5_3.mo:Expected error in mat max: "max: a is not a real number".
817  5_3.mo:Expected error in mat max: "max: a is not a real number".
818  5_3.mo:Expected error in mat max: "max: 0.0+1.0i is not a real number".
819  5_3.mo:Expected error in mat max: "max: 0+1i is not a real number".
820! 5_3.mo:Expected error in mat min: "incorrect argument count in call (min)".
821  5_3.mo:Expected error in mat min: "min: a is not a real number".
822  5_3.mo:Expected error in mat min: "min: a is not a real number".
823  5_3.mo:Expected error in mat min: "min: a is not a real number".
824--- 1253,1298 ----
825  5_3.mo:Expected error in mat modulo: "modulo: 3.2 is not an integer".
826  5_3.mo:Expected error in mat modulo: "modulo: -3.2 is not an integer".
827  5_3.mo:Expected error in mat modulo: "modulo: -3+2i is not an integer".
828! 5_3.mo:Expected error in mat truncate: "incorrect number of arguments 0 to #<procedure truncate>".
829! 5_3.mo:Expected error in mat truncate: "incorrect number of arguments 2 to #<procedure truncate>".
830  5_3.mo:Expected error in mat truncate: "truncate: a is not a real number".
831  5_3.mo:Expected error in mat truncate: "truncate: 2.0+1.0i is not a real number".
832  5_3.mo:Expected error in mat truncate: "truncate: 2+1i is not a real number".
833  5_3.mo:Expected error in mat truncate: "truncate: 2.0+0.0i is not a real number".
834! 5_3.mo:Expected error in mat floor: "incorrect number of arguments 0 to #<procedure floor>".
835! 5_3.mo:Expected error in mat floor: "incorrect number of arguments 2 to #<procedure floor>".
836  5_3.mo:Expected error in mat floor: "floor: a is not a real number".
837  5_3.mo:Expected error in mat floor: "floor: 2.0+1.0i is not a real number".
838  5_3.mo:Expected error in mat floor: "floor: 2+1i is not a real number".
839  5_3.mo:Expected error in mat floor: "floor: 2.0+0.0i is not a real number".
840! 5_3.mo:Expected error in mat ceiling: "incorrect number of arguments 0 to #<procedure ceiling>".
841! 5_3.mo:Expected error in mat ceiling: "incorrect number of arguments 2 to #<procedure ceiling>".
842  5_3.mo:Expected error in mat ceiling: "ceiling: a is not a real number".
843  5_3.mo:Expected error in mat ceiling: "ceiling: 2.0+1.0i is not a real number".
844  5_3.mo:Expected error in mat ceiling: "ceiling: -1.7+0.0i is not a real number".
845  5_3.mo:Expected error in mat ceiling: "ceiling: 2.0+0.0i is not a real number".
846! 5_3.mo:Expected error in mat round: "incorrect number of arguments 0 to #<procedure round>".
847! 5_3.mo:Expected error in mat round: "incorrect number of arguments 2 to #<procedure round>".
848  5_3.mo:Expected error in mat round: "round: a is not a real number".
849  5_3.mo:Expected error in mat round: "round: 2.0+1.0i is not a real number".
850  5_3.mo:Expected error in mat round: "round: 2+1i is not a real number".
851  5_3.mo:Expected error in mat round: "round: 2.0+0.0i is not a real number".
852! 5_3.mo:Expected error in mat abs: "incorrect number of arguments 0 to #<procedure abs>".
853! 5_3.mo:Expected error in mat abs: "incorrect number of arguments 2 to #<procedure abs>".
854  5_3.mo:Expected error in mat abs: "abs: a is not a real number".
855  5_3.mo:Expected error in mat abs: "abs: 3+4i is not a real number".
856  5_3.mo:Expected error in mat abs: "abs: 3.0+4.0i is not a real number".
857! 5_3.mo:Expected error in mat magnitude: "incorrect number of arguments 0 to #<procedure magnitude>".
858! 5_3.mo:Expected error in mat magnitude: "incorrect number of arguments 2 to #<procedure magnitude>".
859  5_3.mo:Expected error in mat magnitude: "magnitude: a is not a complex number".
860! 5_3.mo:Expected error in mat max: "incorrect number of arguments 0 to #<procedure max>".
861  5_3.mo:Expected error in mat max: "max: a is not a real number".
862  5_3.mo:Expected error in mat max: "max: a is not a real number".
863  5_3.mo:Expected error in mat max: "max: a is not a real number".
864  5_3.mo:Expected error in mat max: "max: a is not a real number".
865  5_3.mo:Expected error in mat max: "max: 0.0+1.0i is not a real number".
866  5_3.mo:Expected error in mat max: "max: 0+1i is not a real number".
867! 5_3.mo:Expected error in mat min: "incorrect number of arguments 0 to #<procedure min>".
868  5_3.mo:Expected error in mat min: "min: a is not a real number".
869  5_3.mo:Expected error in mat min: "min: a is not a real number".
870  5_3.mo:Expected error in mat min: "min: a is not a real number".
871***************
872*** 1351,1359 ****
873  5_3.mo:Expected error in mat lcm: "lcm: +nan.0 is not an integer".
874  5_3.mo:Expected error in mat lcm: "lcm: +nan.0 is not an integer".
875  5_3.mo:Expected error in mat lcm: "lcm: +nan.0 is not an integer".
876! 5_3.mo:Expected error in mat expt: "incorrect argument count in call (expt)".
877! 5_3.mo:Expected error in mat expt: "incorrect argument count in call (expt 5)".
878! 5_3.mo:Expected error in mat expt: "incorrect argument count in call (expt 3 4 5)".
879  5_3.mo:Expected error in mat expt: "expt: a is not a number".
880  5_3.mo:Expected error in mat expt: "expt: a is not a number".
881  5_3.mo:Expected error in mat expt: "expt: undefined for values 0 and -1".
882--- 1351,1359 ----
883  5_3.mo:Expected error in mat lcm: "lcm: +nan.0 is not an integer".
884  5_3.mo:Expected error in mat lcm: "lcm: +nan.0 is not an integer".
885  5_3.mo:Expected error in mat lcm: "lcm: +nan.0 is not an integer".
886! 5_3.mo:Expected error in mat expt: "incorrect number of arguments 0 to #<procedure expt>".
887! 5_3.mo:Expected error in mat expt: "incorrect number of arguments 1 to #<procedure expt>".
888! 5_3.mo:Expected error in mat expt: "incorrect number of arguments 3 to #<procedure expt>".
889  5_3.mo:Expected error in mat expt: "expt: a is not a number".
890  5_3.mo:Expected error in mat expt: "expt: a is not a number".
891  5_3.mo:Expected error in mat expt: "expt: undefined for values 0 and -1".
892***************
893*** 1366,1381 ****
894  5_3.mo:Expected error in mat expt: "expt: undefined for values 0 and +nan.0+3.0i".
895  5_3.mo:Expected error in mat expt: "expt: undefined for values 0 and 0+3i".
896  5_3.mo:Expected error in mat expt: "expt: undefined for values 0 and -1/2".
897! 5_3.mo:Expected error in mat expt-mod: "incorrect argument count in call (expt-mod)".
898! 5_3.mo:Expected error in mat expt-mod: "incorrect argument count in call (expt-mod 5)".
899! 5_3.mo:Expected error in mat expt-mod: "incorrect argument count in call (expt-mod 4 5)".
900! 5_3.mo:Expected error in mat expt-mod: "incorrect argument count in call (expt-mod 3 4 5 6)".
901  5_3.mo:Expected error in mat expt-mod: "expt-mod: a is not an integer".
902  5_3.mo:Expected error in mat expt-mod: "expt-mod: -2 is not a nonnegative integer".
903  5_3.mo:Expected error in mat expt-mod: "expt-mod: -2 is not a nonnegative integer".
904! 5_3.mo:Expected error in mat random: "incorrect argument count in call (random)".
905  5_3.mo:Expected error in mat random: "random: invalid argument 0+1i".
906! 5_3.mo:Expected error in mat random: "incorrect argument count in call (random 1 2)".
907  5_3.mo:Expected error in mat random: "random: invalid argument a".
908  5_3.mo:Expected error in mat random: "random: invalid argument -3".
909  5_3.mo:Expected error in mat random: "random: invalid argument 0".
910--- 1366,1381 ----
911  5_3.mo:Expected error in mat expt: "expt: undefined for values 0 and +nan.0+3.0i".
912  5_3.mo:Expected error in mat expt: "expt: undefined for values 0 and 0+3i".
913  5_3.mo:Expected error in mat expt: "expt: undefined for values 0 and -1/2".
914! 5_3.mo:Expected error in mat expt-mod: "incorrect number of arguments 0 to #<procedure expt-mod>".
915! 5_3.mo:Expected error in mat expt-mod: "incorrect number of arguments 1 to #<procedure expt-mod>".
916! 5_3.mo:Expected error in mat expt-mod: "incorrect number of arguments 2 to #<procedure expt-mod>".
917! 5_3.mo:Expected error in mat expt-mod: "incorrect number of arguments 4 to #<procedure expt-mod>".
918  5_3.mo:Expected error in mat expt-mod: "expt-mod: a is not an integer".
919  5_3.mo:Expected error in mat expt-mod: "expt-mod: -2 is not a nonnegative integer".
920  5_3.mo:Expected error in mat expt-mod: "expt-mod: -2 is not a nonnegative integer".
921! 5_3.mo:Expected error in mat random: "incorrect number of arguments 0 to #<procedure random>".
922  5_3.mo:Expected error in mat random: "random: invalid argument 0+1i".
923! 5_3.mo:Expected error in mat random: "incorrect number of arguments 2 to #<procedure random>".
924  5_3.mo:Expected error in mat random: "random: invalid argument a".
925  5_3.mo:Expected error in mat random: "random: invalid argument -3".
926  5_3.mo:Expected error in mat random: "random: invalid argument 0".
927***************
928*** 1408,1446 ****
929  5_3.mo:Expected error in mat pseudo-random-generator: "vector->pseudo-random-generator!: not a pseudo-random generator 0".
930  5_3.mo:Expected error in mat pseudo-random-generator: "vector->pseudo-random-generator!: not a valid pseudo-random generator state vector 0".
931  5_3.mo:Expected error in mat pseudo-random-generator: "vector->pseudo-random-generator!: not a valid pseudo-random generator state vector #(0 0 0 0 0 0)".
932! 5_3.mo:Expected error in mat inexact: "incorrect argument count in call (inexact)".
933! 5_3.mo:Expected error in mat inexact: "incorrect argument count in call (inexact 1 2)".
934  5_3.mo:Expected error in mat inexact: "inexact: a is not a number".
935! 5_3.mo:Expected error in mat exact: "incorrect argument count in call (exact)".
936! 5_3.mo:Expected error in mat exact: "incorrect argument count in call (exact 1 2)".
937  5_3.mo:Expected error in mat exact: "exact: a is not a number".
938! 5_3.mo:Expected error in mat rationalize: "incorrect argument count in call (rationalize)".
939! 5_3.mo:Expected error in mat rationalize: "incorrect argument count in call (rationalize 3 4 5)".
940! 5_3.mo:Expected error in mat rationalize: "incorrect argument count in call (rationalize 3)".
941  5_3.mo:Expected error in mat rationalize: "rationalize: a is not a real number".
942  5_3.mo:Expected error in mat rationalize: "rationalize: a is not a real number".
943  5_3.mo:Expected error in mat rationalize: "rationalize: 3.4+0.0i is not a real number".
944! 5_3.mo:Expected error in mat numerator: "incorrect argument count in call (numerator)".
945! 5_3.mo:Expected error in mat numerator: "incorrect argument count in call (numerator 3 4)".
946  5_3.mo:Expected error in mat numerator: "numerator: a is not a rational number".
947  5_3.mo:Expected error in mat numerator: "numerator: 0+1i is not a rational number".
948  5_3.mo:Expected error in mat numerator: "numerator: 2.2+1.1i is not a rational number".
949  5_3.mo:Expected error in mat numerator: "numerator: +inf.0 is not a rational number".
950  5_3.mo:Expected error in mat numerator: "numerator: -inf.0 is not a rational number".
951  5_3.mo:Expected error in mat numerator: "numerator: +nan.0 is not a rational number".
952! 5_3.mo:Expected error in mat denominator: "incorrect argument count in call (denominator)".
953! 5_3.mo:Expected error in mat denominator: "incorrect argument count in call (denominator 3 4)".
954  5_3.mo:Expected error in mat denominator: "denominator: a is not a rational number".
955  5_3.mo:Expected error in mat denominator: "denominator: 0+1i is not a rational number".
956  5_3.mo:Expected error in mat denominator: "denominator: 2.2+1.1i is not a rational number".
957  5_3.mo:Expected error in mat denominator: "denominator: +inf.0 is not a rational number".
958  5_3.mo:Expected error in mat denominator: "denominator: -inf.0 is not a rational number".
959  5_3.mo:Expected error in mat denominator: "denominator: +nan.0 is not a rational number".
960! 5_3.mo:Expected error in mat real-part: "incorrect argument count in call (real-part)".
961! 5_3.mo:Expected error in mat real-part: "incorrect argument count in call (real-part 3 4)".
962  5_3.mo:Expected error in mat real-part: "real-part: a is not a complex number".
963! 5_3.mo:Expected error in mat imag-part: "incorrect argument count in call (imag-part)".
964! 5_3.mo:Expected error in mat imag-part: "incorrect argument count in call (imag-part 3 4)".
965  5_3.mo:Expected error in mat imag-part: "imag-part: a is not a complex number".
966  5_3.mo:Expected error in mat make-rectangular: "make-rectangular: a is not a real number".
967  5_3.mo:Expected error in mat make-rectangular: "make-rectangular: b is not a real number".
968--- 1408,1446 ----
969  5_3.mo:Expected error in mat pseudo-random-generator: "vector->pseudo-random-generator!: not a pseudo-random generator 0".
970  5_3.mo:Expected error in mat pseudo-random-generator: "vector->pseudo-random-generator!: not a valid pseudo-random generator state vector 0".
971  5_3.mo:Expected error in mat pseudo-random-generator: "vector->pseudo-random-generator!: not a valid pseudo-random generator state vector #(0 0 0 0 0 0)".
972! 5_3.mo:Expected error in mat inexact: "incorrect number of arguments 0 to #<procedure inexact>".
973! 5_3.mo:Expected error in mat inexact: "incorrect number of arguments 2 to #<procedure inexact>".
974  5_3.mo:Expected error in mat inexact: "inexact: a is not a number".
975! 5_3.mo:Expected error in mat exact: "incorrect number of arguments 0 to #<procedure exact>".
976! 5_3.mo:Expected error in mat exact: "incorrect number of arguments 2 to #<procedure exact>".
977  5_3.mo:Expected error in mat exact: "exact: a is not a number".
978! 5_3.mo:Expected error in mat rationalize: "incorrect number of arguments 0 to #<procedure rationalize>".
979! 5_3.mo:Expected error in mat rationalize: "incorrect number of arguments 3 to #<procedure rationalize>".
980! 5_3.mo:Expected error in mat rationalize: "incorrect number of arguments 1 to #<procedure rationalize>".
981  5_3.mo:Expected error in mat rationalize: "rationalize: a is not a real number".
982  5_3.mo:Expected error in mat rationalize: "rationalize: a is not a real number".
983  5_3.mo:Expected error in mat rationalize: "rationalize: 3.4+0.0i is not a real number".
984! 5_3.mo:Expected error in mat numerator: "incorrect number of arguments 0 to #<procedure numerator>".
985! 5_3.mo:Expected error in mat numerator: "incorrect number of arguments 2 to #<procedure numerator>".
986  5_3.mo:Expected error in mat numerator: "numerator: a is not a rational number".
987  5_3.mo:Expected error in mat numerator: "numerator: 0+1i is not a rational number".
988  5_3.mo:Expected error in mat numerator: "numerator: 2.2+1.1i is not a rational number".
989  5_3.mo:Expected error in mat numerator: "numerator: +inf.0 is not a rational number".
990  5_3.mo:Expected error in mat numerator: "numerator: -inf.0 is not a rational number".
991  5_3.mo:Expected error in mat numerator: "numerator: +nan.0 is not a rational number".
992! 5_3.mo:Expected error in mat denominator: "incorrect number of arguments 0 to #<procedure denominator>".
993! 5_3.mo:Expected error in mat denominator: "incorrect number of arguments 2 to #<procedure denominator>".
994  5_3.mo:Expected error in mat denominator: "denominator: a is not a rational number".
995  5_3.mo:Expected error in mat denominator: "denominator: 0+1i is not a rational number".
996  5_3.mo:Expected error in mat denominator: "denominator: 2.2+1.1i is not a rational number".
997  5_3.mo:Expected error in mat denominator: "denominator: +inf.0 is not a rational number".
998  5_3.mo:Expected error in mat denominator: "denominator: -inf.0 is not a rational number".
999  5_3.mo:Expected error in mat denominator: "denominator: +nan.0 is not a rational number".
1000! 5_3.mo:Expected error in mat real-part: "incorrect number of arguments 0 to #<procedure real-part>".
1001! 5_3.mo:Expected error in mat real-part: "incorrect number of arguments 2 to #<procedure real-part>".
1002  5_3.mo:Expected error in mat real-part: "real-part: a is not a complex number".
1003! 5_3.mo:Expected error in mat imag-part: "incorrect number of arguments 0 to #<procedure imag-part>".
1004! 5_3.mo:Expected error in mat imag-part: "incorrect number of arguments 2 to #<procedure imag-part>".
1005  5_3.mo:Expected error in mat imag-part: "imag-part: a is not a complex number".
1006  5_3.mo:Expected error in mat make-rectangular: "make-rectangular: a is not a real number".
1007  5_3.mo:Expected error in mat make-rectangular: "make-rectangular: b is not a real number".
1008***************
1009*** 1450,1526 ****
1010  5_3.mo:Expected error in mat make-polar: "make-polar: b is not a real number".
1011  5_3.mo:Expected error in mat make-polar: "make-polar: 3.4+0.0i is not a real number".
1012  5_3.mo:Expected error in mat make-polar: "make-polar: 3.4+0.0i is not a real number".
1013! 5_3.mo:Expected error in mat angle: "incorrect argument count in call (angle)".
1014! 5_3.mo:Expected error in mat angle: "incorrect argument count in call (angle 3 4)".
1015  5_3.mo:Expected error in mat angle: "angle: a is not a complex number".
1016! 5_3.mo:Expected error in mat sqrt: "incorrect argument count in call (sqrt)".
1017! 5_3.mo:Expected error in mat sqrt: "incorrect argument count in call (sqrt 3 4)".
1018  5_3.mo:Expected error in mat sqrt: "sqrt: a is not a number".
1019! 5_3.mo:Expected error in mat isqrt: "incorrect argument count in call (isqrt)".
1020! 5_3.mo:Expected error in mat isqrt: "incorrect argument count in call (isqrt 3 4)".
1021  5_3.mo:Expected error in mat isqrt: "isqrt: 1.1 is not a nonnegative integer".
1022  5_3.mo:Expected error in mat isqrt: "isqrt: a is not a nonnegative integer".
1023  5_3.mo:Expected error in mat isqrt: "isqrt: -1 is not a nonnegative integer".
1024  5_3.mo:Expected error in mat isqrt: "isqrt: 10.0+0.0i is not a nonnegative integer".
1025! 5_3.mo:Expected error in mat exp: "incorrect argument count in call (exp)".
1026! 5_3.mo:Expected error in mat exp: "incorrect argument count in call (exp 3 4)".
1027  5_3.mo:Expected error in mat exp: "exp: a is not a number".
1028! 5_3.mo:Expected error in mat log: "incorrect argument count in call (log)".
1029  5_3.mo:Expected error in mat log: "log: a is not a number".
1030  5_3.mo:Expected error in mat log: "log: undefined for 0".
1031! 5_3.mo:Expected error in mat sin: "incorrect argument count in call (sin)".
1032! 5_3.mo:Expected error in mat sin: "incorrect argument count in call (sin 3 4)".
1033  5_3.mo:Expected error in mat sin: "sin: a is not a number".
1034! 5_3.mo:Expected error in mat cos: "incorrect argument count in call (cos)".
1035! 5_3.mo:Expected error in mat cos: "incorrect argument count in call (cos 3 4)".
1036  5_3.mo:Expected error in mat cos: "cos: a is not a number".
1037! 5_3.mo:Expected error in mat tan: "incorrect argument count in call (tan)".
1038! 5_3.mo:Expected error in mat tan: "incorrect argument count in call (tan 3 4)".
1039  5_3.mo:Expected error in mat tan: "tan: a is not a number".
1040! 5_3.mo:Expected error in mat asin: "incorrect argument count in call (asin)".
1041! 5_3.mo:Expected error in mat asin: "incorrect argument count in call (asin 3 4)".
1042  5_3.mo:Expected error in mat asin: "asin: a is not a number".
1043! 5_3.mo:Expected error in mat acos: "incorrect argument count in call (acos)".
1044! 5_3.mo:Expected error in mat acos: "incorrect argument count in call (acos 3 4)".
1045  5_3.mo:Expected error in mat acos: "acos: a is not a number".
1046! 5_3.mo:Expected error in mat atan: "incorrect argument count in call (atan)".
1047! 5_3.mo:Expected error in mat atan: "incorrect argument count in call (atan 3 4 5)".
1048  5_3.mo:Expected error in mat atan: "atan: a is not a number".
1049  5_3.mo:Expected error in mat atan: "atan: a is not a real number".
1050  5_3.mo:Expected error in mat atan: "atan: a is not a real number".
1051  5_3.mo:Expected error in mat atan: "atan: undefined for 0+1i".
1052  5_3.mo:Expected error in mat atan: "atan: undefined for 0-1i".
1053  5_3.mo:Expected error in mat atan: "atan: 3.0+0.0i is not a real number".
1054! 5_3.mo:Expected error in mat asinh: "incorrect argument count in call (asinh)".
1055! 5_3.mo:Expected error in mat asinh: "incorrect argument count in call (asinh 3 4)".
1056  5_3.mo:Expected error in mat asinh: "asinh: a is not a number".
1057! 5_3.mo:Expected error in mat acosh: "incorrect argument count in call (acosh)".
1058! 5_3.mo:Expected error in mat acosh: "incorrect argument count in call (acosh 3 4)".
1059  5_3.mo:Expected error in mat acosh: "acosh: a is not a number".
1060! 5_3.mo:Expected error in mat atanh: "incorrect argument count in call (atanh)".
1061! 5_3.mo:Expected error in mat atanh: "incorrect argument count in call (atanh 3 4)".
1062  5_3.mo:Expected error in mat atanh: "atanh: a is not a number".
1063  5_3.mo:Expected error in mat atanh: "atan: undefined for -1".
1064  5_3.mo:Expected error in mat atanh: "atan: undefined for 1".
1065! 5_3.mo:Expected error in mat ash: "incorrect argument count in call (ash)".
1066! 5_3.mo:Expected error in mat ash: "incorrect argument count in call (ash 1)".
1067! 5_3.mo:Expected error in mat ash: "incorrect argument count in call (ash 1 1 1)".
1068  5_3.mo:Expected error in mat ash: "ash: 0.1 is not an exact integer".
1069  5_3.mo:Expected error in mat ash: "ash: 0.1 is not an exact integer".
1070! 5_3.mo:Expected error in mat bitwise-arithmetic-shift: "incorrect argument count in call (bitwise-arithmetic-shift)".
1071! 5_3.mo:Expected error in mat bitwise-arithmetic-shift: "incorrect argument count in call (bitwise-arithmetic-shift 1)".
1072! 5_3.mo:Expected error in mat bitwise-arithmetic-shift: "incorrect argument count in call (bitwise-arithmetic-shift 1 1 1)".
1073  5_3.mo:Expected error in mat bitwise-arithmetic-shift: "bitwise-arithmetic-shift: 0.1 is not an exact integer".
1074  5_3.mo:Expected error in mat bitwise-arithmetic-shift: "bitwise-arithmetic-shift: 0.1 is not an exact integer".
1075! 5_3.mo:Expected error in mat bitwise-arithmetic-shift-left/right: "incorrect argument count in call (bitwise-arithmetic-shift-left)".
1076! 5_3.mo:Expected error in mat bitwise-arithmetic-shift-left/right: "incorrect argument count in call (bitwise-arithmetic-shift-left 1)".
1077! 5_3.mo:Expected error in mat bitwise-arithmetic-shift-left/right: "incorrect argument count in call (bitwise-arithmetic-shift-left 1 1 1)".
1078  5_3.mo:Expected error in mat bitwise-arithmetic-shift-left/right: "bitwise-arithmetic-shift-left: 0.1 is not an exact integer".
1079  5_3.mo:Expected error in mat bitwise-arithmetic-shift-left/right: "bitwise-arithmetic-shift-left: 0.1 is not an exact integer".
1080! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect argument count in call (bitwise-bit-field)".
1081! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect argument count in call (bitwise-bit-field 35)".
1082! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect argument count in call (bitwise-bit-field 35 5)".
1083! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect argument count in call (bitwise-bit-field 35 5 8 15)".
1084  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: 35.0 is not an exact integer".
1085  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: invalid start index 5.0".
1086  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: invalid end index 8.0".
1087--- 1450,1526 ----
1088  5_3.mo:Expected error in mat make-polar: "make-polar: b is not a real number".
1089  5_3.mo:Expected error in mat make-polar: "make-polar: 3.4+0.0i is not a real number".
1090  5_3.mo:Expected error in mat make-polar: "make-polar: 3.4+0.0i is not a real number".
1091! 5_3.mo:Expected error in mat angle: "incorrect number of arguments 0 to #<procedure angle>".
1092! 5_3.mo:Expected error in mat angle: "incorrect number of arguments 2 to #<procedure angle>".
1093  5_3.mo:Expected error in mat angle: "angle: a is not a complex number".
1094! 5_3.mo:Expected error in mat sqrt: "incorrect number of arguments 0 to #<procedure sqrt>".
1095! 5_3.mo:Expected error in mat sqrt: "incorrect number of arguments 2 to #<procedure sqrt>".
1096  5_3.mo:Expected error in mat sqrt: "sqrt: a is not a number".
1097! 5_3.mo:Expected error in mat isqrt: "incorrect number of arguments 0 to #<procedure isqrt>".
1098! 5_3.mo:Expected error in mat isqrt: "incorrect number of arguments 2 to #<procedure isqrt>".
1099  5_3.mo:Expected error in mat isqrt: "isqrt: 1.1 is not a nonnegative integer".
1100  5_3.mo:Expected error in mat isqrt: "isqrt: a is not a nonnegative integer".
1101  5_3.mo:Expected error in mat isqrt: "isqrt: -1 is not a nonnegative integer".
1102  5_3.mo:Expected error in mat isqrt: "isqrt: 10.0+0.0i is not a nonnegative integer".
1103! 5_3.mo:Expected error in mat exp: "incorrect number of arguments 0 to #<procedure exp>".
1104! 5_3.mo:Expected error in mat exp: "incorrect number of arguments 2 to #<procedure exp>".
1105  5_3.mo:Expected error in mat exp: "exp: a is not a number".
1106! 5_3.mo:Expected error in mat log: "incorrect number of arguments 0 to #<procedure log>".
1107  5_3.mo:Expected error in mat log: "log: a is not a number".
1108  5_3.mo:Expected error in mat log: "log: undefined for 0".
1109! 5_3.mo:Expected error in mat sin: "incorrect number of arguments 0 to #<procedure sin>".
1110! 5_3.mo:Expected error in mat sin: "incorrect number of arguments 2 to #<procedure sin>".
1111  5_3.mo:Expected error in mat sin: "sin: a is not a number".
1112! 5_3.mo:Expected error in mat cos: "incorrect number of arguments 0 to #<procedure cos>".
1113! 5_3.mo:Expected error in mat cos: "incorrect number of arguments 2 to #<procedure cos>".
1114  5_3.mo:Expected error in mat cos: "cos: a is not a number".
1115! 5_3.mo:Expected error in mat tan: "incorrect number of arguments 0 to #<procedure tan>".
1116! 5_3.mo:Expected error in mat tan: "incorrect number of arguments 2 to #<procedure tan>".
1117  5_3.mo:Expected error in mat tan: "tan: a is not a number".
1118! 5_3.mo:Expected error in mat asin: "incorrect number of arguments 0 to #<procedure asin>".
1119! 5_3.mo:Expected error in mat asin: "incorrect number of arguments 2 to #<procedure asin>".
1120  5_3.mo:Expected error in mat asin: "asin: a is not a number".
1121! 5_3.mo:Expected error in mat acos: "incorrect number of arguments 0 to #<procedure acos>".
1122! 5_3.mo:Expected error in mat acos: "incorrect number of arguments 2 to #<procedure acos>".
1123  5_3.mo:Expected error in mat acos: "acos: a is not a number".
1124! 5_3.mo:Expected error in mat atan: "incorrect number of arguments 0 to #<procedure atan>".
1125! 5_3.mo:Expected error in mat atan: "incorrect number of arguments 3 to #<procedure atan>".
1126  5_3.mo:Expected error in mat atan: "atan: a is not a number".
1127  5_3.mo:Expected error in mat atan: "atan: a is not a real number".
1128  5_3.mo:Expected error in mat atan: "atan: a is not a real number".
1129  5_3.mo:Expected error in mat atan: "atan: undefined for 0+1i".
1130  5_3.mo:Expected error in mat atan: "atan: undefined for 0-1i".
1131  5_3.mo:Expected error in mat atan: "atan: 3.0+0.0i is not a real number".
1132! 5_3.mo:Expected error in mat asinh: "incorrect number of arguments 0 to #<procedure asinh>".
1133! 5_3.mo:Expected error in mat asinh: "incorrect number of arguments 2 to #<procedure asinh>".
1134  5_3.mo:Expected error in mat asinh: "asinh: a is not a number".
1135! 5_3.mo:Expected error in mat acosh: "incorrect number of arguments 0 to #<procedure acosh>".
1136! 5_3.mo:Expected error in mat acosh: "incorrect number of arguments 2 to #<procedure acosh>".
1137  5_3.mo:Expected error in mat acosh: "acosh: a is not a number".
1138! 5_3.mo:Expected error in mat atanh: "incorrect number of arguments 0 to #<procedure atanh>".
1139! 5_3.mo:Expected error in mat atanh: "incorrect number of arguments 2 to #<procedure atanh>".
1140  5_3.mo:Expected error in mat atanh: "atanh: a is not a number".
1141  5_3.mo:Expected error in mat atanh: "atan: undefined for -1".
1142  5_3.mo:Expected error in mat atanh: "atan: undefined for 1".
1143! 5_3.mo:Expected error in mat ash: "incorrect number of arguments 0 to #<procedure ash>".
1144! 5_3.mo:Expected error in mat ash: "incorrect number of arguments 1 to #<procedure ash>".
1145! 5_3.mo:Expected error in mat ash: "incorrect number of arguments 3 to #<procedure ash>".
1146  5_3.mo:Expected error in mat ash: "ash: 0.1 is not an exact integer".
1147  5_3.mo:Expected error in mat ash: "ash: 0.1 is not an exact integer".
1148! 5_3.mo:Expected error in mat bitwise-arithmetic-shift: "incorrect number of arguments 0 to #<procedure bitwise-arithmetic-shift>".
1149! 5_3.mo:Expected error in mat bitwise-arithmetic-shift: "incorrect number of arguments 1 to #<procedure bitwise-arithmetic-shift>".
1150! 5_3.mo:Expected error in mat bitwise-arithmetic-shift: "incorrect number of arguments 3 to #<procedure bitwise-arithmetic-shift>".
1151  5_3.mo:Expected error in mat bitwise-arithmetic-shift: "bitwise-arithmetic-shift: 0.1 is not an exact integer".
1152  5_3.mo:Expected error in mat bitwise-arithmetic-shift: "bitwise-arithmetic-shift: 0.1 is not an exact integer".
1153! 5_3.mo:Expected error in mat bitwise-arithmetic-shift-left/right: "incorrect number of arguments 0 to #<procedure bitwise-arithmetic-shift-left>".
1154! 5_3.mo:Expected error in mat bitwise-arithmetic-shift-left/right: "incorrect number of arguments 1 to #<procedure bitwise-arithmetic-shift-left>".
1155! 5_3.mo:Expected error in mat bitwise-arithmetic-shift-left/right: "incorrect number of arguments 3 to #<procedure bitwise-arithmetic-shift-left>".
1156  5_3.mo:Expected error in mat bitwise-arithmetic-shift-left/right: "bitwise-arithmetic-shift-left: 0.1 is not an exact integer".
1157  5_3.mo:Expected error in mat bitwise-arithmetic-shift-left/right: "bitwise-arithmetic-shift-left: 0.1 is not an exact integer".
1158! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect number of arguments 0 to #<procedure bitwise-bit-field>".
1159! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect number of arguments 1 to #<procedure bitwise-bit-field>".
1160! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect number of arguments 2 to #<procedure bitwise-bit-field>".
1161! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect number of arguments 4 to #<procedure bitwise-bit-field>".
1162  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: 35.0 is not an exact integer".
1163  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: invalid start index 5.0".
1164  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: invalid end index 8.0".
1165***************
1166*** 1531,1541 ****
1167  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: invalid end index -8".
1168  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: invalid end index 3".
1169  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: invalid end index <int>".
1170! 5_3.mo:Expected error in mat bitwise-copy-bit-field: "incorrect argument count in call (bitwise-copy-bit-field)".
1171! 5_3.mo:Expected error in mat bitwise-copy-bit-field: "incorrect argument count in call (bitwise-copy-bit-field 0)".
1172! 5_3.mo:Expected error in mat bitwise-copy-bit-field: "incorrect argument count in call (bitwise-copy-bit-field 0 0)".
1173! 5_3.mo:Expected error in mat bitwise-copy-bit-field: "incorrect argument count in call (bitwise-copy-bit-field 0 0 0)".
1174! 5_3.mo:Expected error in mat bitwise-copy-bit-field: "incorrect argument count in call (bitwise-copy-bit-field 0 0 0 0 0)".
1175  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: a is not an exact integer".
1176  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: invalid start index 0.0".
1177  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: invalid end index 2.0".
1178--- 1531,1541 ----
1179  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: invalid end index -8".
1180  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: invalid end index 3".
1181  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-bit-field: invalid end index <int>".
1182! 5_3.mo:Expected error in mat bitwise-copy-bit-field: "incorrect number of arguments 0 to #<procedure bitwise-copy-bit-field>".
1183! 5_3.mo:Expected error in mat bitwise-copy-bit-field: "incorrect number of arguments 1 to #<procedure bitwise-copy-bit-field>".
1184! 5_3.mo:Expected error in mat bitwise-copy-bit-field: "incorrect number of arguments 2 to #<procedure bitwise-copy-bit-field>".
1185! 5_3.mo:Expected error in mat bitwise-copy-bit-field: "incorrect number of arguments 3 to #<procedure bitwise-copy-bit-field>".
1186! 5_3.mo:Expected error in mat bitwise-copy-bit-field: "incorrect number of arguments 5 to #<procedure bitwise-copy-bit-field>".
1187  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: a is not an exact integer".
1188  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: invalid start index 0.0".
1189  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: invalid end index 2.0".
1190***************
1191*** 1548,1558 ****
1192  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: invalid end index 5".
1193  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: invalid end index <int>".
1194  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: invalid end index <int>".
1195! 5_3.mo:Expected error in mat bitwise-rotate-bit-field: "incorrect argument count in call (bitwise-rotate-bit-field)".
1196! 5_3.mo:Expected error in mat bitwise-rotate-bit-field: "incorrect argument count in call (bitwise-rotate-bit-field 0)".
1197! 5_3.mo:Expected error in mat bitwise-rotate-bit-field: "incorrect argument count in call (bitwise-rotate-bit-field 0 0)".
1198! 5_3.mo:Expected error in mat bitwise-rotate-bit-field: "incorrect argument count in call (bitwise-rotate-bit-field 0 0 0)".
1199! 5_3.mo:Expected error in mat bitwise-rotate-bit-field: "incorrect argument count in call (bitwise-rotate-bit-field 0 0 0 0 0)".
1200  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: a is not an exact integer".
1201  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: invalid start index 0.0".
1202  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: invalid end index 2.0".
1203--- 1548,1558 ----
1204  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: invalid end index 5".
1205  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: invalid end index <int>".
1206  5_3.mo:Expected error in mat bitwise-copy-bit-field: "bitwise-copy-bit-field: invalid end index <int>".
1207! 5_3.mo:Expected error in mat bitwise-rotate-bit-field: "incorrect number of arguments 0 to #<procedure bitwise-rotate-bit-field>".
1208! 5_3.mo:Expected error in mat bitwise-rotate-bit-field: "incorrect number of arguments 1 to #<procedure bitwise-rotate-bit-field>".
1209! 5_3.mo:Expected error in mat bitwise-rotate-bit-field: "incorrect number of arguments 2 to #<procedure bitwise-rotate-bit-field>".
1210! 5_3.mo:Expected error in mat bitwise-rotate-bit-field: "incorrect number of arguments 3 to #<procedure bitwise-rotate-bit-field>".
1211! 5_3.mo:Expected error in mat bitwise-rotate-bit-field: "incorrect number of arguments 5 to #<procedure bitwise-rotate-bit-field>".
1212  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: a is not an exact integer".
1213  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: invalid start index 0.0".
1214  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: invalid end index 2.0".
1215***************
1216*** 1566,1575 ****
1217  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: invalid end index 5".
1218  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: invalid end index <int>".
1219  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: invalid end index <int>".
1220! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect argument count in call (bitwise-reverse-bit-field)".
1221! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect argument count in call (bitwise-reverse-bit-field 35)".
1222! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect argument count in call (bitwise-reverse-bit-field 35 5)".
1223! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect argument count in call (bitwise-reverse-bit-field 35 5 8 15)".
1224  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: 35.0 is not an exact integer".
1225  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: invalid start index 5.0".
1226  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: invalid end index 8.0".
1227--- 1566,1575 ----
1228  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: invalid end index 5".
1229  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: invalid end index <int>".
1230  5_3.mo:Expected error in mat bitwise-rotate-bit-field: "bitwise-rotate-bit-field: invalid end index <int>".
1231! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect number of arguments 0 to #<procedure bitwise-reverse-bit-field>".
1232! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect number of arguments 1 to #<procedure bitwise-reverse-bit-field>".
1233! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect number of arguments 2 to #<procedure bitwise-reverse-bit-field>".
1234! 5_3.mo:Expected error in mat bitwise-bit-field: "incorrect number of arguments 4 to #<procedure bitwise-reverse-bit-field>".
1235  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: 35.0 is not an exact integer".
1236  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: invalid start index 5.0".
1237  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: invalid end index 8.0".
1238***************
1239*** 1580,1603 ****
1240  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: invalid end index -8".
1241  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: start index 5 is greater than end index 3".
1242  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: start index <int> is greater than end index <int>".
1243! 5_3.mo:Expected error in mat exact-integer-sqrt: "incorrect argument count in call (exact-integer-sqrt)".
1244! 5_3.mo:Expected error in mat exact-integer-sqrt: "incorrect argument count in call (exact-integer-sqrt 3 4)".
1245  5_3.mo:Expected error in mat exact-integer-sqrt: "exact-integer-sqrt: 1.0 is not a nonnegative exact integer".
1246  5_3.mo:Expected error in mat exact-integer-sqrt: "exact-integer-sqrt: a is not a nonnegative exact integer".
1247  5_3.mo:Expected error in mat exact-integer-sqrt: "exact-integer-sqrt: -1 is not a nonnegative exact integer".
1248  5_3.mo:Expected error in mat exact-integer-sqrt: "exact-integer-sqrt: 10.0+0.0i is not a nonnegative exact integer".
1249! 5_3.mo:Expected error in mat integer-length: "incorrect argument count in call (integer-length)".
1250! 5_3.mo:Expected error in mat integer-length: "incorrect argument count in call (integer-length 1 1 1)".
1251  5_3.mo:Expected error in mat integer-length: "integer-length: 0.1 is not an exact integer".
1252! 5_3.mo:Expected error in mat bitwise-length: "incorrect argument count in call (bitwise-length)".
1253! 5_3.mo:Expected error in mat bitwise-length: "incorrect argument count in call (bitwise-length 1 1 1)".
1254  5_3.mo:Expected error in mat bitwise-length: "bitwise-length: 0.1 is not an exact integer".
1255! 5_3.mo:Expected error in mat bitwise-bit-count: "incorrect argument count in call (bitwise-bit-count)".
1256! 5_3.mo:Expected error in mat bitwise-bit-count: "incorrect argument count in call (bitwise-bit-count 75 32)".
1257  5_3.mo:Expected error in mat bitwise-bit-count: "bitwise-bit-count: 3.0 is not an exact integer".
1258  5_3.mo:Expected error in mat bitwise-bit-count: "bitwise-bit-count: a is not an exact integer".
1259! 5_3.mo:Expected error in mat bitwise-first-bit-set: "incorrect argument count in call (bitwise-first-bit-set)".
1260! 5_3.mo:Expected error in mat bitwise-first-bit-set: "incorrect argument count in call (bitwise-first-bit-set 75 32)".
1261  5_3.mo:Expected error in mat bitwise-first-bit-set: "bitwise-first-bit-set: 3.0 is not an exact integer".
1262  5_3.mo:Expected error in mat bitwise-first-bit-set: "bitwise-first-bit-set: a is not an exact integer".
1263  5_3.mo:Expected error in mat $quotient-remainder: "incorrect number of arguments 0 to #<procedure $quotient-remainder>".
1264--- 1580,1603 ----
1265  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: invalid end index -8".
1266  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: start index 5 is greater than end index 3".
1267  5_3.mo:Expected error in mat bitwise-bit-field: "bitwise-reverse-bit-field: start index <int> is greater than end index <int>".
1268! 5_3.mo:Expected error in mat exact-integer-sqrt: "incorrect number of arguments 0 to #<procedure exact-integer-sqrt>".
1269! 5_3.mo:Expected error in mat exact-integer-sqrt: "incorrect number of arguments 2 to #<procedure exact-integer-sqrt>".
1270  5_3.mo:Expected error in mat exact-integer-sqrt: "exact-integer-sqrt: 1.0 is not a nonnegative exact integer".
1271  5_3.mo:Expected error in mat exact-integer-sqrt: "exact-integer-sqrt: a is not a nonnegative exact integer".
1272  5_3.mo:Expected error in mat exact-integer-sqrt: "exact-integer-sqrt: -1 is not a nonnegative exact integer".
1273  5_3.mo:Expected error in mat exact-integer-sqrt: "exact-integer-sqrt: 10.0+0.0i is not a nonnegative exact integer".
1274! 5_3.mo:Expected error in mat integer-length: "incorrect number of arguments 0 to #<procedure integer-length>".
1275! 5_3.mo:Expected error in mat integer-length: "incorrect number of arguments 3 to #<procedure integer-length>".
1276  5_3.mo:Expected error in mat integer-length: "integer-length: 0.1 is not an exact integer".
1277! 5_3.mo:Expected error in mat bitwise-length: "incorrect number of arguments 0 to #<procedure bitwise-length>".
1278! 5_3.mo:Expected error in mat bitwise-length: "incorrect number of arguments 3 to #<procedure bitwise-length>".
1279  5_3.mo:Expected error in mat bitwise-length: "bitwise-length: 0.1 is not an exact integer".
1280! 5_3.mo:Expected error in mat bitwise-bit-count: "incorrect number of arguments 0 to #<procedure bitwise-bit-count>".
1281! 5_3.mo:Expected error in mat bitwise-bit-count: "incorrect number of arguments 2 to #<procedure bitwise-bit-count>".
1282  5_3.mo:Expected error in mat bitwise-bit-count: "bitwise-bit-count: 3.0 is not an exact integer".
1283  5_3.mo:Expected error in mat bitwise-bit-count: "bitwise-bit-count: a is not an exact integer".
1284! 5_3.mo:Expected error in mat bitwise-first-bit-set: "incorrect number of arguments 0 to #<procedure bitwise-first-bit-set>".
1285! 5_3.mo:Expected error in mat bitwise-first-bit-set: "incorrect number of arguments 2 to #<procedure bitwise-first-bit-set>".
1286  5_3.mo:Expected error in mat bitwise-first-bit-set: "bitwise-first-bit-set: 3.0 is not an exact integer".
1287  5_3.mo:Expected error in mat bitwise-first-bit-set: "bitwise-first-bit-set: a is not an exact integer".
1288  5_3.mo:Expected error in mat $quotient-remainder: "incorrect number of arguments 0 to #<procedure $quotient-remainder>".
1289***************
1290*** 1723,1778 ****
1291  5_3.mo:Expected error in mat bitwise-xor: "bitwise-xor: 3.4-2.3i is not an exact integer".
1292  5_3.mo:Expected error in mat bitwise-xor: "bitwise-xor: 3.4-2.3i is not an exact integer".
1293  5_3.mo:Expected error in mat bitwise-xor: "bitwise-xor: 3.0 is not an exact integer".
1294! 5_3.mo:Expected error in mat logtest: "incorrect argument count in call (logtest)".
1295! 5_3.mo:Expected error in mat logtest: "incorrect argument count in call (logtest 1)".
1296! 5_3.mo:Expected error in mat logtest: "incorrect argument count in call (logtest 1 2 3)".
1297  5_3.mo:Expected error in mat logtest: "logtest: 3.4 is not an exact integer".
1298  5_3.mo:Expected error in mat logtest: "logtest: "3" is not an exact integer".
1299! 5_3.mo:Expected error in mat bitwise-if: "incorrect argument count in call (bitwise-if)".
1300! 5_3.mo:Expected error in mat bitwise-if: "incorrect argument count in call (bitwise-if 0)".
1301! 5_3.mo:Expected error in mat bitwise-if: "incorrect argument count in call (bitwise-if 0 0)".
1302! 5_3.mo:Expected error in mat bitwise-if: "incorrect argument count in call (bitwise-if 0 0 0 0)".
1303  5_3.mo:Expected error in mat bitwise-if: "bitwise-if: a is not an exact integer".
1304  5_3.mo:Expected error in mat bitwise-if: "bitwise-if: 3.4 is not an exact integer".
1305  5_3.mo:Expected error in mat bitwise-if: "bitwise-if: (a) is not an exact integer".
1306! 5_3.mo:Expected error in mat logbit?: "incorrect argument count in call (logbit?)".
1307! 5_3.mo:Expected error in mat logbit?: "incorrect argument count in call (logbit? 1)".
1308! 5_3.mo:Expected error in mat logbit?: "incorrect argument count in call (logbit? 1 2 3)".
1309  5_3.mo:Expected error in mat logbit?: "logbit?: 3.4 is not an exact integer".
1310  5_3.mo:Expected error in mat logbit?: "logbit?: "3" is not an exact integer".
1311  5_3.mo:Expected error in mat logbit?: "logbit?: invalid bit index -1".
1312! 5_3.mo:Expected error in mat bitwise-bit-set?: "incorrect argument count in call (bitwise-bit-set?)".
1313! 5_3.mo:Expected error in mat bitwise-bit-set?: "incorrect argument count in call (bitwise-bit-set? 3)".
1314! 5_3.mo:Expected error in mat bitwise-bit-set?: "incorrect argument count in call (bitwise-bit-set? 3 4 5)".
1315  5_3.mo:Expected error in mat bitwise-bit-set?: "bitwise-bit-set?: 3.0 is not an exact integer".
1316  5_3.mo:Expected error in mat bitwise-bit-set?: "bitwise-bit-set?: "hi" is not an exact integer".
1317  5_3.mo:Expected error in mat bitwise-bit-set?: "bitwise-bit-set?: 4/3 is not an exact integer".
1318  5_3.mo:Expected error in mat bitwise-bit-set?: "bitwise-bit-set?: a is not an exact integer".
1319  5_3.mo:Expected error in mat bitwise-bit-set?: "bitwise-bit-set?: invalid bit index -3".
1320! 5_3.mo:Expected error in mat logbit0: "incorrect argument count in call (logbit0)".
1321! 5_3.mo:Expected error in mat logbit0: "incorrect argument count in call (logbit0 1)".
1322! 5_3.mo:Expected error in mat logbit0: "incorrect argument count in call (logbit0 1 2 3)".
1323  5_3.mo:Expected error in mat logbit0: "logbit0: 3.4 is not an exact integer".
1324  5_3.mo:Expected error in mat logbit0: "logbit0: "3" is not an exact integer".
1325  5_3.mo:Expected error in mat logbit0: "logbit0: invalid bit index -1".
1326! 5_3.mo:Expected error in mat logbit1: "incorrect argument count in call (logbit1)".
1327! 5_3.mo:Expected error in mat logbit1: "incorrect argument count in call (logbit1 1)".
1328! 5_3.mo:Expected error in mat logbit1: "incorrect argument count in call (logbit1 1 2 3)".
1329  5_3.mo:Expected error in mat logbit1: "logbit1: 3.4 is not an exact integer".
1330  5_3.mo:Expected error in mat logbit1: "logbit1: "3" is not an exact integer".
1331  5_3.mo:Expected error in mat logbit1: "logbit1: invalid bit index -1".
1332! 5_3.mo:Expected error in mat bitwise-copy-bit: "incorrect argument count in call (bitwise-copy-bit)".
1333! 5_3.mo:Expected error in mat bitwise-copy-bit: "incorrect argument count in call (bitwise-copy-bit 1)".
1334! 5_3.mo:Expected error in mat bitwise-copy-bit: "incorrect argument count in call (bitwise-copy-bit 1 2)".
1335! 5_3.mo:Expected error in mat bitwise-copy-bit: "incorrect argument count in call (bitwise-copy-bit 1 2 0 4)".
1336  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: 3.4 is not an exact integer".
1337  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: a is not a nonnegative exact integer".
1338  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: -2 is not a nonnegative exact integer".
1339  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: bit argument 2 is not 0 or 1".
1340  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: bit argument -1 is not 0 or 1".
1341  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: bit argument a is not 0 or 1".
1342! 5_3.mo:Expected error in mat real->flonum: "incorrect argument count in call (real->flonum)".
1343! 5_3.mo:Expected error in mat real->flonum: "incorrect argument count in call (real->flonum 3 4)".
1344  5_3.mo:Expected error in mat real->flonum: "real->flonum: a is not a real number".
1345  5_3.mo:Expected error in mat real->flonum: "real->flonum: 3+4i is not a real number".
1346  5_3.mo:Expected error in mat div-and-mod: "div-and-mod: undefined for 0".
1347--- 1723,1778 ----
1348  5_3.mo:Expected error in mat bitwise-xor: "bitwise-xor: 3.4-2.3i is not an exact integer".
1349  5_3.mo:Expected error in mat bitwise-xor: "bitwise-xor: 3.4-2.3i is not an exact integer".
1350  5_3.mo:Expected error in mat bitwise-xor: "bitwise-xor: 3.0 is not an exact integer".
1351! 5_3.mo:Expected error in mat logtest: "incorrect number of arguments 0 to #<procedure logtest>".
1352! 5_3.mo:Expected error in mat logtest: "incorrect number of arguments 1 to #<procedure logtest>".
1353! 5_3.mo:Expected error in mat logtest: "incorrect number of arguments 3 to #<procedure logtest>".
1354  5_3.mo:Expected error in mat logtest: "logtest: 3.4 is not an exact integer".
1355  5_3.mo:Expected error in mat logtest: "logtest: "3" is not an exact integer".
1356! 5_3.mo:Expected error in mat bitwise-if: "incorrect number of arguments 0 to #<procedure bitwise-if>".
1357! 5_3.mo:Expected error in mat bitwise-if: "incorrect number of arguments 1 to #<procedure bitwise-if>".
1358! 5_3.mo:Expected error in mat bitwise-if: "incorrect number of arguments 2 to #<procedure bitwise-if>".
1359! 5_3.mo:Expected error in mat bitwise-if: "incorrect number of arguments 4 to #<procedure bitwise-if>".
1360  5_3.mo:Expected error in mat bitwise-if: "bitwise-if: a is not an exact integer".
1361  5_3.mo:Expected error in mat bitwise-if: "bitwise-if: 3.4 is not an exact integer".
1362  5_3.mo:Expected error in mat bitwise-if: "bitwise-if: (a) is not an exact integer".
1363! 5_3.mo:Expected error in mat logbit?: "incorrect number of arguments 0 to #<procedure logbit?>".
1364! 5_3.mo:Expected error in mat logbit?: "incorrect number of arguments 1 to #<procedure logbit?>".
1365! 5_3.mo:Expected error in mat logbit?: "incorrect number of arguments 3 to #<procedure logbit?>".
1366  5_3.mo:Expected error in mat logbit?: "logbit?: 3.4 is not an exact integer".
1367  5_3.mo:Expected error in mat logbit?: "logbit?: "3" is not an exact integer".
1368  5_3.mo:Expected error in mat logbit?: "logbit?: invalid bit index -1".
1369! 5_3.mo:Expected error in mat bitwise-bit-set?: "incorrect number of arguments 0 to #<procedure bitwise-bit-set?>".
1370! 5_3.mo:Expected error in mat bitwise-bit-set?: "incorrect number of arguments 1 to #<procedure bitwise-bit-set?>".
1371! 5_3.mo:Expected error in mat bitwise-bit-set?: "incorrect number of arguments 3 to #<procedure bitwise-bit-set?>".
1372  5_3.mo:Expected error in mat bitwise-bit-set?: "bitwise-bit-set?: 3.0 is not an exact integer".
1373  5_3.mo:Expected error in mat bitwise-bit-set?: "bitwise-bit-set?: "hi" is not an exact integer".
1374  5_3.mo:Expected error in mat bitwise-bit-set?: "bitwise-bit-set?: 4/3 is not an exact integer".
1375  5_3.mo:Expected error in mat bitwise-bit-set?: "bitwise-bit-set?: a is not an exact integer".
1376  5_3.mo:Expected error in mat bitwise-bit-set?: "bitwise-bit-set?: invalid bit index -3".
1377! 5_3.mo:Expected error in mat logbit0: "incorrect number of arguments 0 to #<procedure logbit0>".
1378! 5_3.mo:Expected error in mat logbit0: "incorrect number of arguments 1 to #<procedure logbit0>".
1379! 5_3.mo:Expected error in mat logbit0: "incorrect number of arguments 3 to #<procedure logbit0>".
1380  5_3.mo:Expected error in mat logbit0: "logbit0: 3.4 is not an exact integer".
1381  5_3.mo:Expected error in mat logbit0: "logbit0: "3" is not an exact integer".
1382  5_3.mo:Expected error in mat logbit0: "logbit0: invalid bit index -1".
1383! 5_3.mo:Expected error in mat logbit1: "incorrect number of arguments 0 to #<procedure logbit1>".
1384! 5_3.mo:Expected error in mat logbit1: "incorrect number of arguments 1 to #<procedure logbit1>".
1385! 5_3.mo:Expected error in mat logbit1: "incorrect number of arguments 3 to #<procedure logbit1>".
1386  5_3.mo:Expected error in mat logbit1: "logbit1: 3.4 is not an exact integer".
1387  5_3.mo:Expected error in mat logbit1: "logbit1: "3" is not an exact integer".
1388  5_3.mo:Expected error in mat logbit1: "logbit1: invalid bit index -1".
1389! 5_3.mo:Expected error in mat bitwise-copy-bit: "incorrect number of arguments 0 to #<procedure bitwise-copy-bit>".
1390! 5_3.mo:Expected error in mat bitwise-copy-bit: "incorrect number of arguments 1 to #<procedure bitwise-copy-bit>".
1391! 5_3.mo:Expected error in mat bitwise-copy-bit: "incorrect number of arguments 2 to #<procedure bitwise-copy-bit>".
1392! 5_3.mo:Expected error in mat bitwise-copy-bit: "incorrect number of arguments 4 to #<procedure bitwise-copy-bit>".
1393  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: 3.4 is not an exact integer".
1394  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: a is not a nonnegative exact integer".
1395  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: -2 is not a nonnegative exact integer".
1396  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: bit argument 2 is not 0 or 1".
1397  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: bit argument -1 is not 0 or 1".
1398  5_3.mo:Expected error in mat bitwise-copy-bit: "bitwise-copy-bit: bit argument a is not 0 or 1".
1399! 5_3.mo:Expected error in mat real->flonum: "incorrect number of arguments 0 to #<procedure real->flonum>".
1400! 5_3.mo:Expected error in mat real->flonum: "incorrect number of arguments 2 to #<procedure real->flonum>".
1401  5_3.mo:Expected error in mat real->flonum: "real->flonum: a is not a real number".
1402  5_3.mo:Expected error in mat real->flonum: "real->flonum: 3+4i is not a real number".
1403  5_3.mo:Expected error in mat div-and-mod: "div-and-mod: undefined for 0".
1404***************
1405*** 1897,2057 ****
1406  5_3.mo:Expected error in mat popcount: "fxpopcount16: 1267650600228229401496703205376 is not a 16-bit fixnum".
1407  5_3.mo:Expected error in mat popcount: "fxpopcount16: 1048576 is not a 16-bit fixnum".
1408  5_3.mo:Expected error in mat popcount: "fxpopcount16: -1 is not a 16-bit fixnum".
1409! 5_4.mo:Expected error in mat char=?/char-ci=?: "incorrect argument count in call (char=?)".
1410  5_4.mo:Expected error in mat char=?/char-ci=?: "char=?: a is not a character".
1411  5_4.mo:Expected error in mat char=?/char-ci=?: "char=?: a is not a character".
1412  5_4.mo:Expected error in mat char=?/char-ci=?: "char=?: a is not a character".
1413  5_4.mo:Expected error in mat char=?/char-ci=?: "char=?: a is not a character".
1414  5_4.mo:Expected error in mat char=?/char-ci=?: "char=?: a is not a character".
1415! 5_4.mo:Expected error in mat char=?/char-ci=?: "incorrect argument count in call (char-ci=?)".
1416  5_4.mo:Expected error in mat char=?/char-ci=?: "char-ci=?: a is not a character".
1417  5_4.mo:Expected error in mat char=?/char-ci=?: "char-ci=?: a is not a character".
1418  5_4.mo:Expected error in mat char=?/char-ci=?: "char-ci=?: a is not a character".
1419  5_4.mo:Expected error in mat char=?/char-ci=?: "char-ci=?: a is not a character".
1420  5_4.mo:Expected error in mat char=?/char-ci=?: "char-ci=?: a is not a character".
1421! 5_4.mo:Expected error in mat char<?/char-ci<?: "incorrect argument count in call (char<?)".
1422  5_4.mo:Expected error in mat char<?/char-ci<?: "char<?: a is not a character".
1423  5_4.mo:Expected error in mat char<?/char-ci<?: "char<?: a is not a character".
1424  5_4.mo:Expected error in mat char<?/char-ci<?: "char<?: a is not a character".
1425  5_4.mo:Expected error in mat char<?/char-ci<?: "char<?: a is not a character".
1426  5_4.mo:Expected error in mat char<?/char-ci<?: "char<?: a is not a character".
1427! 5_4.mo:Expected error in mat char<?/char-ci<?: "incorrect argument count in call (char-ci<?)".
1428  5_4.mo:Expected error in mat char<?/char-ci<?: "char-ci<?: a is not a character".
1429  5_4.mo:Expected error in mat char<?/char-ci<?: "char-ci<?: a is not a character".
1430  5_4.mo:Expected error in mat char<?/char-ci<?: "char-ci<?: a is not a character".
1431  5_4.mo:Expected error in mat char<?/char-ci<?: "char-ci<?: a is not a character".
1432  5_4.mo:Expected error in mat char<?/char-ci<?: "char-ci<?: a is not a character".
1433! 5_4.mo:Expected error in mat char>?/char-ci>?: "incorrect argument count in call (char>?)".
1434  5_4.mo:Expected error in mat char>?/char-ci>?: "char>?: a is not a character".
1435  5_4.mo:Expected error in mat char>?/char-ci>?: "char>?: a is not a character".
1436  5_4.mo:Expected error in mat char>?/char-ci>?: "char>?: a is not a character".
1437  5_4.mo:Expected error in mat char>?/char-ci>?: "char>?: a is not a character".
1438  5_4.mo:Expected error in mat char>?/char-ci>?: "char>?: a is not a character".
1439! 5_4.mo:Expected error in mat char>?/char-ci>?: "incorrect argument count in call (char-ci>?)".
1440  5_4.mo:Expected error in mat char>?/char-ci>?: "char-ci>?: a is not a character".
1441  5_4.mo:Expected error in mat char>?/char-ci>?: "char-ci>?: a is not a character".
1442  5_4.mo:Expected error in mat char>?/char-ci>?: "char-ci>?: a is not a character".
1443  5_4.mo:Expected error in mat char>?/char-ci>?: "char-ci>?: a is not a character".
1444  5_4.mo:Expected error in mat char>?/char-ci>?: "char-ci>?: a is not a character".
1445! 5_4.mo:Expected error in mat char<=?/char-ci<=?: "incorrect argument count in call (char<=?)".
1446  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char<=?: a is not a character".
1447  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char<=?: a is not a character".
1448  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char<=?: a is not a character".
1449  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char<=?: a is not a character".
1450  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char<=?: a is not a character".
1451! 5_4.mo:Expected error in mat char<=?/char-ci<=?: "incorrect argument count in call (char-ci<=?)".
1452  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char-ci<=?: a is not a character".
1453  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char-ci<=?: a is not a character".
1454  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char-ci<=?: a is not a character".
1455  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char-ci<=?: a is not a character".
1456  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char-ci<=?: a is not a character".
1457! 5_4.mo:Expected error in mat char>=?/char-ci>=?: "incorrect argument count in call (char>=?)".
1458  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char>=?: a is not a character".
1459  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char>=?: a is not a character".
1460  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char>=?: a is not a character".
1461  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char>=?: a is not a character".
1462  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char>=?: a is not a character".
1463! 5_4.mo:Expected error in mat char>=?/char-ci>=?: "incorrect argument count in call (char-ci>=?)".
1464  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char-ci>=?: a is not a character".
1465  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char-ci>=?: a is not a character".
1466  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char-ci>=?: a is not a character".
1467  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char-ci>=?: a is not a character".
1468  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char-ci>=?: a is not a character".
1469! 5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "incorrect argument count in call (char=?)".
1470! 5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "incorrect argument count in call (char=? (quote a))".
1471  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char=?: a is not a character".
1472  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char=?: a is not a character".
1473  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char=?: a is not a character".
1474  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char=?: a is not a character".
1475! 5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "incorrect argument count in call (char-ci=?)".
1476! 5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "incorrect argument count in call (char-ci=? (quote a))".
1477  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char-ci=?: a is not a character".
1478  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char-ci=?: a is not a character".
1479  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char-ci=?: a is not a character".
1480  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char-ci=?: a is not a character".
1481! 5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "incorrect argument count in call (char<?)".
1482! 5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "incorrect argument count in call (char<? (quote a))".
1483  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char<?: a is not a character".
1484  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char<?: a is not a character".
1485  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char<?: a is not a character".
1486  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char<?: a is not a character".
1487! 5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "incorrect argument count in call (char-ci<?)".
1488! 5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "incorrect argument count in call (char-ci<? (quote a))".
1489  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char-ci<?: a is not a character".
1490  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char-ci<?: a is not a character".
1491  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char-ci<?: a is not a character".
1492  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char-ci<?: a is not a character".
1493! 5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "incorrect argument count in call (char>?)".
1494! 5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "incorrect argument count in call (char>? (quote a))".
1495  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char>?: a is not a character".
1496  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char>?: a is not a character".
1497  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char>?: a is not a character".
1498  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char>?: a is not a character".
1499! 5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "incorrect argument count in call (char-ci>?)".
1500! 5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "incorrect argument count in call (char-ci>? (quote a))".
1501  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char-ci>?: a is not a character".
1502  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char-ci>?: a is not a character".
1503  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char-ci>?: a is not a character".
1504  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char-ci>?: a is not a character".
1505! 5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "incorrect argument count in call (char<=?)".
1506! 5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "incorrect argument count in call (char<=? (quote a))".
1507  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char<=?: a is not a character".
1508  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char<=?: a is not a character".
1509  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char<=?: a is not a character".
1510  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char<=?: a is not a character".
1511! 5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "incorrect argument count in call (char-ci<=?)".
1512! 5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "incorrect argument count in call (char-ci<=? (quote a))".
1513  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char-ci<=?: a is not a character".
1514  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char-ci<=?: a is not a character".
1515  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char-ci<=?: a is not a character".
1516  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char-ci<=?: a is not a character".
1517! 5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "incorrect argument count in call (char>=?)".
1518! 5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "incorrect argument count in call (char>=? (quote a))".
1519  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char>=?: a is not a character".
1520  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char>=?: a is not a character".
1521  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char>=?: a is not a character".
1522  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char>=?: a is not a character".
1523! 5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "incorrect argument count in call (char-ci>=?)".
1524! 5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "incorrect argument count in call (char-ci>=? (quote a))".
1525  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char-ci>=?: a is not a character".
1526  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char-ci>=?: a is not a character".
1527  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char-ci>=?: a is not a character".
1528  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char-ci>=?: a is not a character".
1529! 5_4.mo:Expected error in mat char-alphabetic?: "incorrect argument count in call (char-alphabetic?)".
1530! 5_4.mo:Expected error in mat char-alphabetic?: "incorrect argument count in call (char-alphabetic? #\a #\b)".
1531  5_4.mo:Expected error in mat char-alphabetic?: "char-alphabetic?: a is not a character".
1532! 5_4.mo:Expected error in mat char-numeric?: "incorrect argument count in call (char-numeric?)".
1533! 5_4.mo:Expected error in mat char-numeric?: "incorrect argument count in call (char-numeric? #\a #\b)".
1534  5_4.mo:Expected error in mat char-numeric?: "char-numeric?: a is not a character".
1535! 5_4.mo:Expected error in mat char-lower-case?: "incorrect argument count in call (char-lower-case?)".
1536! 5_4.mo:Expected error in mat char-lower-case?: "incorrect argument count in call (char-lower-case? #\a #\b)".
1537  5_4.mo:Expected error in mat char-lower-case?: "char-lower-case?: a is not a character".
1538! 5_4.mo:Expected error in mat char-upper-case?: "incorrect argument count in call (char-upper-case?)".
1539! 5_4.mo:Expected error in mat char-upper-case?: "incorrect argument count in call (char-upper-case? #\a #\b)".
1540  5_4.mo:Expected error in mat char-upper-case?: "char-upper-case?: a is not a character".
1541! 5_4.mo:Expected error in mat char-title-case?: "incorrect argument count in call (char-title-case?)".
1542! 5_4.mo:Expected error in mat char-title-case?: "incorrect argument count in call (char-title-case? #\a #\b)".
1543  5_4.mo:Expected error in mat char-title-case?: "char-title-case?: a is not a character".
1544! 5_4.mo:Expected error in mat char-general-category: "incorrect argument count in call (char-general-category)".
1545! 5_4.mo:Expected error in mat char-general-category: "incorrect argument count in call (char-general-category #\a #\b)".
1546  5_4.mo:Expected error in mat char-general-category: "char-general-category: a is not a character".
1547! 5_4.mo:Expected error in mat char-whitespace?: "incorrect argument count in call (char-whitespace?)".
1548! 5_4.mo:Expected error in mat char-whitespace?: "incorrect argument count in call (char-whitespace? #\a #\b)".
1549  5_4.mo:Expected error in mat char-whitespace?: "char-whitespace?: a is not a character".
1550! 5_4.mo:Expected error in mat char-upcase: "incorrect argument count in call (char-upcase)".
1551! 5_4.mo:Expected error in mat char-upcase: "incorrect argument count in call (char-upcase #\a #\b)".
1552  5_4.mo:Expected error in mat char-upcase: "char-upcase: a is not a character".
1553! 5_4.mo:Expected error in mat char-titlecase: "incorrect argument count in call (char-titlecase)".
1554! 5_4.mo:Expected error in mat char-titlecase: "incorrect argument count in call (char-titlecase #\a #\b)".
1555  5_4.mo:Expected error in mat char-titlecase: "char-titlecase: a is not a character".
1556! 5_4.mo:Expected error in mat char-downcase: "incorrect argument count in call (char-downcase)".
1557! 5_4.mo:Expected error in mat char-downcase: "incorrect argument count in call (char-downcase #\a #\b)".
1558  5_4.mo:Expected error in mat char-downcase: "char-downcase: a is not a character".
1559! 5_4.mo:Expected error in mat char-foldcase: "incorrect argument count in call (char-foldcase)".
1560! 5_4.mo:Expected error in mat char-foldcase: "incorrect argument count in call (char-foldcase #\a #\b)".
1561  5_4.mo:Expected error in mat char-foldcase: "char-foldcase: a is not a character".
1562! 5_4.mo:Expected error in mat integer->char: "incorrect argument count in call (integer->char)".
1563! 5_4.mo:Expected error in mat integer->char: "incorrect argument count in call (integer->char 17 3)".
1564  5_4.mo:Expected error in mat integer->char: "integer->char: a is not a valid unicode scalar value".
1565  5_4.mo:Expected error in mat integer->char: "integer->char: #f is not a valid unicode scalar value".
1566  5_4.mo:Expected error in mat integer->char: "integer->char: #\a is not a valid unicode scalar value".
1567--- 1897,2057 ----
1568  5_3.mo:Expected error in mat popcount: "fxpopcount16: 1267650600228229401496703205376 is not a 16-bit fixnum".
1569  5_3.mo:Expected error in mat popcount: "fxpopcount16: 1048576 is not a 16-bit fixnum".
1570  5_3.mo:Expected error in mat popcount: "fxpopcount16: -1 is not a 16-bit fixnum".
1571! 5_4.mo:Expected error in mat char=?/char-ci=?: "incorrect number of arguments 0 to #<procedure char=?>".
1572  5_4.mo:Expected error in mat char=?/char-ci=?: "char=?: a is not a character".
1573  5_4.mo:Expected error in mat char=?/char-ci=?: "char=?: a is not a character".
1574  5_4.mo:Expected error in mat char=?/char-ci=?: "char=?: a is not a character".
1575  5_4.mo:Expected error in mat char=?/char-ci=?: "char=?: a is not a character".
1576  5_4.mo:Expected error in mat char=?/char-ci=?: "char=?: a is not a character".
1577! 5_4.mo:Expected error in mat char=?/char-ci=?: "incorrect number of arguments 0 to #<procedure char-ci=?>".
1578  5_4.mo:Expected error in mat char=?/char-ci=?: "char-ci=?: a is not a character".
1579  5_4.mo:Expected error in mat char=?/char-ci=?: "char-ci=?: a is not a character".
1580  5_4.mo:Expected error in mat char=?/char-ci=?: "char-ci=?: a is not a character".
1581  5_4.mo:Expected error in mat char=?/char-ci=?: "char-ci=?: a is not a character".
1582  5_4.mo:Expected error in mat char=?/char-ci=?: "char-ci=?: a is not a character".
1583! 5_4.mo:Expected error in mat char<?/char-ci<?: "incorrect number of arguments 0 to #<procedure char<?>".
1584  5_4.mo:Expected error in mat char<?/char-ci<?: "char<?: a is not a character".
1585  5_4.mo:Expected error in mat char<?/char-ci<?: "char<?: a is not a character".
1586  5_4.mo:Expected error in mat char<?/char-ci<?: "char<?: a is not a character".
1587  5_4.mo:Expected error in mat char<?/char-ci<?: "char<?: a is not a character".
1588  5_4.mo:Expected error in mat char<?/char-ci<?: "char<?: a is not a character".
1589! 5_4.mo:Expected error in mat char<?/char-ci<?: "incorrect number of arguments 0 to #<procedure char-ci<?>".
1590  5_4.mo:Expected error in mat char<?/char-ci<?: "char-ci<?: a is not a character".
1591  5_4.mo:Expected error in mat char<?/char-ci<?: "char-ci<?: a is not a character".
1592  5_4.mo:Expected error in mat char<?/char-ci<?: "char-ci<?: a is not a character".
1593  5_4.mo:Expected error in mat char<?/char-ci<?: "char-ci<?: a is not a character".
1594  5_4.mo:Expected error in mat char<?/char-ci<?: "char-ci<?: a is not a character".
1595! 5_4.mo:Expected error in mat char>?/char-ci>?: "incorrect number of arguments 0 to #<procedure char>?>".
1596  5_4.mo:Expected error in mat char>?/char-ci>?: "char>?: a is not a character".
1597  5_4.mo:Expected error in mat char>?/char-ci>?: "char>?: a is not a character".
1598  5_4.mo:Expected error in mat char>?/char-ci>?: "char>?: a is not a character".
1599  5_4.mo:Expected error in mat char>?/char-ci>?: "char>?: a is not a character".
1600  5_4.mo:Expected error in mat char>?/char-ci>?: "char>?: a is not a character".
1601! 5_4.mo:Expected error in mat char>?/char-ci>?: "incorrect number of arguments 0 to #<procedure char-ci>?>".
1602  5_4.mo:Expected error in mat char>?/char-ci>?: "char-ci>?: a is not a character".
1603  5_4.mo:Expected error in mat char>?/char-ci>?: "char-ci>?: a is not a character".
1604  5_4.mo:Expected error in mat char>?/char-ci>?: "char-ci>?: a is not a character".
1605  5_4.mo:Expected error in mat char>?/char-ci>?: "char-ci>?: a is not a character".
1606  5_4.mo:Expected error in mat char>?/char-ci>?: "char-ci>?: a is not a character".
1607! 5_4.mo:Expected error in mat char<=?/char-ci<=?: "incorrect number of arguments 0 to #<procedure char<=?>".
1608  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char<=?: a is not a character".
1609  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char<=?: a is not a character".
1610  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char<=?: a is not a character".
1611  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char<=?: a is not a character".
1612  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char<=?: a is not a character".
1613! 5_4.mo:Expected error in mat char<=?/char-ci<=?: "incorrect number of arguments 0 to #<procedure char-ci<=?>".
1614  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char-ci<=?: a is not a character".
1615  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char-ci<=?: a is not a character".
1616  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char-ci<=?: a is not a character".
1617  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char-ci<=?: a is not a character".
1618  5_4.mo:Expected error in mat char<=?/char-ci<=?: "char-ci<=?: a is not a character".
1619! 5_4.mo:Expected error in mat char>=?/char-ci>=?: "incorrect number of arguments 0 to #<procedure char>=?>".
1620  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char>=?: a is not a character".
1621  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char>=?: a is not a character".
1622  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char>=?: a is not a character".
1623  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char>=?: a is not a character".
1624  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char>=?: a is not a character".
1625! 5_4.mo:Expected error in mat char>=?/char-ci>=?: "incorrect number of arguments 0 to #<procedure char-ci>=?>".
1626  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char-ci>=?: a is not a character".
1627  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char-ci>=?: a is not a character".
1628  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char-ci>=?: a is not a character".
1629  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char-ci>=?: a is not a character".
1630  5_4.mo:Expected error in mat char>=?/char-ci>=?: "char-ci>=?: a is not a character".
1631! 5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "incorrect number of arguments 0 to #<procedure char=?>".
1632! 5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "incorrect number of arguments 1 to #<procedure char=?>".
1633  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char=?: a is not a character".
1634  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char=?: a is not a character".
1635  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char=?: a is not a character".
1636  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char=?: a is not a character".
1637! 5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "incorrect number of arguments 0 to #<procedure char-ci=?>".
1638! 5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "incorrect number of arguments 1 to #<procedure char-ci=?>".
1639  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char-ci=?: a is not a character".
1640  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char-ci=?: a is not a character".
1641  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char-ci=?: a is not a character".
1642  5_4.mo:Expected error in mat r6rs:char=?/r6rs:char-ci=?: "char-ci=?: a is not a character".
1643! 5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "incorrect number of arguments 0 to #<procedure char<?>".
1644! 5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "incorrect number of arguments 1 to #<procedure char<?>".
1645  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char<?: a is not a character".
1646  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char<?: a is not a character".
1647  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char<?: a is not a character".
1648  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char<?: a is not a character".
1649! 5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "incorrect number of arguments 0 to #<procedure char-ci<?>".
1650! 5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "incorrect number of arguments 1 to #<procedure char-ci<?>".
1651  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char-ci<?: a is not a character".
1652  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char-ci<?: a is not a character".
1653  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char-ci<?: a is not a character".
1654  5_4.mo:Expected error in mat r6rs:char<?/r6rs:char-ci<?: "char-ci<?: a is not a character".
1655! 5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "incorrect number of arguments 0 to #<procedure char>?>".
1656! 5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "incorrect number of arguments 1 to #<procedure char>?>".
1657  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char>?: a is not a character".
1658  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char>?: a is not a character".
1659  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char>?: a is not a character".
1660  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char>?: a is not a character".
1661! 5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "incorrect number of arguments 0 to #<procedure char-ci>?>".
1662! 5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "incorrect number of arguments 1 to #<procedure char-ci>?>".
1663  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char-ci>?: a is not a character".
1664  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char-ci>?: a is not a character".
1665  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char-ci>?: a is not a character".
1666  5_4.mo:Expected error in mat r6rs:char>?/r6rs:char-ci>?: "char-ci>?: a is not a character".
1667! 5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "incorrect number of arguments 0 to #<procedure char<=?>".
1668! 5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "incorrect number of arguments 1 to #<procedure char<=?>".
1669  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char<=?: a is not a character".
1670  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char<=?: a is not a character".
1671  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char<=?: a is not a character".
1672  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char<=?: a is not a character".
1673! 5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "incorrect number of arguments 0 to #<procedure char-ci<=?>".
1674! 5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "incorrect number of arguments 1 to #<procedure char-ci<=?>".
1675  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char-ci<=?: a is not a character".
1676  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char-ci<=?: a is not a character".
1677  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char-ci<=?: a is not a character".
1678  5_4.mo:Expected error in mat r6rs:char<=?/r6rs:char-ci<=?: "char-ci<=?: a is not a character".
1679! 5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "incorrect number of arguments 0 to #<procedure char>=?>".
1680! 5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "incorrect number of arguments 1 to #<procedure char>=?>".
1681  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char>=?: a is not a character".
1682  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char>=?: a is not a character".
1683  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char>=?: a is not a character".
1684  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char>=?: a is not a character".
1685! 5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "incorrect number of arguments 0 to #<procedure char-ci>=?>".
1686! 5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "incorrect number of arguments 1 to #<procedure char-ci>=?>".
1687  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char-ci>=?: a is not a character".
1688  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char-ci>=?: a is not a character".
1689  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char-ci>=?: a is not a character".
1690  5_4.mo:Expected error in mat r6rs:char>=?/r6rs:char-ci>=?: "char-ci>=?: a is not a character".
1691! 5_4.mo:Expected error in mat char-alphabetic?: "incorrect number of arguments 0 to #<procedure char-alphabetic?>".
1692! 5_4.mo:Expected error in mat char-alphabetic?: "incorrect number of arguments 2 to #<procedure char-alphabetic?>".
1693  5_4.mo:Expected error in mat char-alphabetic?: "char-alphabetic?: a is not a character".
1694! 5_4.mo:Expected error in mat char-numeric?: "incorrect number of arguments 0 to #<procedure char-numeric?>".
1695! 5_4.mo:Expected error in mat char-numeric?: "incorrect number of arguments 2 to #<procedure char-numeric?>".
1696  5_4.mo:Expected error in mat char-numeric?: "char-numeric?: a is not a character".
1697! 5_4.mo:Expected error in mat char-lower-case?: "incorrect number of arguments 0 to #<procedure char-lower-case?>".
1698! 5_4.mo:Expected error in mat char-lower-case?: "incorrect number of arguments 2 to #<procedure char-lower-case?>".
1699  5_4.mo:Expected error in mat char-lower-case?: "char-lower-case?: a is not a character".
1700! 5_4.mo:Expected error in mat char-upper-case?: "incorrect number of arguments 0 to #<procedure char-upper-case?>".
1701! 5_4.mo:Expected error in mat char-upper-case?: "incorrect number of arguments 2 to #<procedure char-upper-case?>".
1702  5_4.mo:Expected error in mat char-upper-case?: "char-upper-case?: a is not a character".
1703! 5_4.mo:Expected error in mat char-title-case?: "incorrect number of arguments 0 to #<procedure char-title-case?>".
1704! 5_4.mo:Expected error in mat char-title-case?: "incorrect number of arguments 2 to #<procedure char-title-case?>".
1705  5_4.mo:Expected error in mat char-title-case?: "char-title-case?: a is not a character".
1706! 5_4.mo:Expected error in mat char-general-category: "incorrect number of arguments 0 to #<procedure char-general-category>".
1707! 5_4.mo:Expected error in mat char-general-category: "incorrect number of arguments 2 to #<procedure char-general-category>".
1708  5_4.mo:Expected error in mat char-general-category: "char-general-category: a is not a character".
1709! 5_4.mo:Expected error in mat char-whitespace?: "incorrect number of arguments 0 to #<procedure char-whitespace?>".
1710! 5_4.mo:Expected error in mat char-whitespace?: "incorrect number of arguments 2 to #<procedure char-whitespace?>".
1711  5_4.mo:Expected error in mat char-whitespace?: "char-whitespace?: a is not a character".
1712! 5_4.mo:Expected error in mat char-upcase: "incorrect number of arguments 0 to #<procedure char-upcase>".
1713! 5_4.mo:Expected error in mat char-upcase: "incorrect number of arguments 2 to #<procedure char-upcase>".
1714  5_4.mo:Expected error in mat char-upcase: "char-upcase: a is not a character".
1715! 5_4.mo:Expected error in mat char-titlecase: "incorrect number of arguments 0 to #<procedure char-titlecase>".
1716! 5_4.mo:Expected error in mat char-titlecase: "incorrect number of arguments 2 to #<procedure char-titlecase>".
1717  5_4.mo:Expected error in mat char-titlecase: "char-titlecase: a is not a character".
1718! 5_4.mo:Expected error in mat char-downcase: "incorrect number of arguments 0 to #<procedure char-downcase>".
1719! 5_4.mo:Expected error in mat char-downcase: "incorrect number of arguments 2 to #<procedure char-downcase>".
1720  5_4.mo:Expected error in mat char-downcase: "char-downcase: a is not a character".
1721! 5_4.mo:Expected error in mat char-foldcase: "incorrect number of arguments 0 to #<procedure char-foldcase>".
1722! 5_4.mo:Expected error in mat char-foldcase: "incorrect number of arguments 2 to #<procedure char-foldcase>".
1723  5_4.mo:Expected error in mat char-foldcase: "char-foldcase: a is not a character".
1724! 5_4.mo:Expected error in mat integer->char: "incorrect number of arguments 0 to #<procedure integer->char>".
1725! 5_4.mo:Expected error in mat integer->char: "incorrect number of arguments 2 to #<procedure integer->char>".
1726  5_4.mo:Expected error in mat integer->char: "integer->char: a is not a valid unicode scalar value".
1727  5_4.mo:Expected error in mat integer->char: "integer->char: #f is not a valid unicode scalar value".
1728  5_4.mo:Expected error in mat integer->char: "integer->char: #\a is not a valid unicode scalar value".
1729***************
1730*** 2070,2082 ****
1731  5_4.mo:Expected error in mat integer->char: "integer->char: 1114112 is not a valid unicode scalar value".
1732  5_4.mo:Expected error in mat integer->char: "integer->char: 1179648 is not a valid unicode scalar value".
1733  5_4.mo:Expected error in mat integer->char: "integer->char: <int> is not a valid unicode scalar value".
1734! 5_4.mo:Expected error in mat char->integer: "incorrect argument count in call (char->integer)".
1735! 5_4.mo:Expected error in mat char->integer: "incorrect argument count in call (char->integer #\a #\b)".
1736  5_4.mo:Expected error in mat char->integer: "char->integer: a is not a character".
1737  5_4.mo:Expected error in mat char->integer: "char->integer: <int> is not a character".
1738! 5_4.mo:Expected error in mat string-for-each: "incorrect argument count in call (string-for-each)".
1739! 5_4.mo:Expected error in mat string-for-each: "incorrect argument count in call (string-for-each (quote #()))".
1740! 5_4.mo:Expected error in mat string-for-each: "incorrect argument count in call (string-for-each +)".
1741  5_4.mo:Expected error in mat string-for-each: "string-for-each: "" is not a procedure".
1742  5_4.mo:Expected error in mat string-for-each: "string-for-each: "" is not a procedure".
1743  5_4.mo:Expected error in mat string-for-each: "string-for-each: "" is not a procedure".
1744--- 2070,2082 ----
1745  5_4.mo:Expected error in mat integer->char: "integer->char: 1114112 is not a valid unicode scalar value".
1746  5_4.mo:Expected error in mat integer->char: "integer->char: 1179648 is not a valid unicode scalar value".
1747  5_4.mo:Expected error in mat integer->char: "integer->char: <int> is not a valid unicode scalar value".
1748! 5_4.mo:Expected error in mat char->integer: "incorrect number of arguments 0 to #<procedure char->integer>".
1749! 5_4.mo:Expected error in mat char->integer: "incorrect number of arguments 2 to #<procedure char->integer>".
1750  5_4.mo:Expected error in mat char->integer: "char->integer: a is not a character".
1751  5_4.mo:Expected error in mat char->integer: "char->integer: <int> is not a character".
1752! 5_4.mo:Expected error in mat string-for-each: "incorrect number of arguments 0 to #<procedure string-for-each>".
1753! 5_4.mo:Expected error in mat string-for-each: "incorrect number of arguments 1 to #<procedure string-for-each>".
1754! 5_4.mo:Expected error in mat string-for-each: "incorrect number of arguments 1 to #<procedure string-for-each>".
1755  5_4.mo:Expected error in mat string-for-each: "string-for-each: "" is not a procedure".
1756  5_4.mo:Expected error in mat string-for-each: "string-for-each: "" is not a procedure".
1757  5_4.mo:Expected error in mat string-for-each: "string-for-each: "" is not a procedure".
1758***************
1759*** 2091,2236 ****
1760  5_4.mo:Expected error in mat string-for-each: "string-for-each: lengths of input string "" and "x" differ".
1761  5_4.mo:Expected error in mat string-for-each: "string-for-each: lengths of input string "y" and "" differ".
1762  5_4.mo:Expected error in mat string-for-each: "string-for-each: lengths of input string "y" and "" differ".
1763! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect argument count in call (string-upcase)".
1764! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect argument count in call (string-upcase "hello" "goodbye")".
1765  5_4.mo:Expected error in mat string-xcase-errors: "string-upcase: ouch is not a string".
1766! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect argument count in call (string-downcase)".
1767! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect argument count in call (string-downcase "hello" "goodbye")".
1768  5_4.mo:Expected error in mat string-xcase-errors: "string-downcase: ouch is not a string".
1769! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect argument count in call (string-titlecase)".
1770! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect argument count in call (string-titlecase "hello" "goodbye")".
1771  5_4.mo:Expected error in mat string-xcase-errors: "string-titlecase: ouch is not a string".
1772! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect argument count in call (string-foldcase)".
1773! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect argument count in call (string-foldcase "hello" "goodbye")".
1774  5_4.mo:Expected error in mat string-xcase-errors: "string-foldcase: ouch is not a string".
1775! 5_4.mo:Expected error in mat normalization-tests: "incorrect argument count in call (string-normalize-nfd)".
1776! 5_4.mo:Expected error in mat normalization-tests: "incorrect argument count in call (string-normalize-nfd "hello" "goodbye")".
1777  5_4.mo:Expected error in mat normalization-tests: "string-normalize-nfd: ouch is not a string".
1778! 5_4.mo:Expected error in mat normalization-tests: "incorrect argument count in call (string-normalize-nfkd)".
1779! 5_4.mo:Expected error in mat normalization-tests: "incorrect argument count in call (string-normalize-nfkd "hello" "goodbye")".
1780  5_4.mo:Expected error in mat normalization-tests: "string-normalize-nfkd: ouch is not a string".
1781! 5_4.mo:Expected error in mat normalization-tests: "incorrect argument count in call (string-normalize-nfc)".
1782! 5_4.mo:Expected error in mat normalization-tests: "incorrect argument count in call (string-normalize-nfc "hello" "goodbye")".
1783  5_4.mo:Expected error in mat normalization-tests: "string-normalize-nfc: ouch is not a string".
1784! 5_4.mo:Expected error in mat normalization-tests: "incorrect argument count in call (string-normalize-nfkc)".
1785! 5_4.mo:Expected error in mat normalization-tests: "incorrect argument count in call (string-normalize-nfkc "hello" "goodbye")".
1786  5_4.mo:Expected error in mat normalization-tests: "string-normalize-nfkc: ouch is not a string".
1787! 5_5.mo:Expected error in mat string=?/string-ci=?: "incorrect argument count in call (string=?)".
1788  5_5.mo:Expected error in mat string=?/string-ci=?: "string=?: a is not a string".
1789  5_5.mo:Expected error in mat string=?/string-ci=?: "string=?: a is not a string".
1790  5_5.mo:Expected error in mat string=?/string-ci=?: "string=?: a is not a string".
1791  5_5.mo:Expected error in mat string=?/string-ci=?: "string=?: a is not a string".
1792  5_5.mo:Expected error in mat string=?/string-ci=?: "string=?: a is not a string".
1793! 5_5.mo:Expected error in mat string=?/string-ci=?: "incorrect argument count in call (string-ci=?)".
1794  5_5.mo:Expected error in mat string=?/string-ci=?: "string-ci=?: a is not a string".
1795  5_5.mo:Expected error in mat string=?/string-ci=?: "string-ci=?: a is not a string".
1796  5_5.mo:Expected error in mat string=?/string-ci=?: "string-ci=?: a is not a string".
1797  5_5.mo:Expected error in mat string=?/string-ci=?: "string-ci=?: a is not a string".
1798  5_5.mo:Expected error in mat string=?/string-ci=?: "string-ci=?: a is not a string".
1799! 5_5.mo:Expected error in mat string<?/string-ci<?: "incorrect argument count in call (string<?)".
1800  5_5.mo:Expected error in mat string<?/string-ci<?: "string<?: a is not a string".
1801  5_5.mo:Expected error in mat string<?/string-ci<?: "string<?: a is not a string".
1802  5_5.mo:Expected error in mat string<?/string-ci<?: "string<?: a is not a string".
1803  5_5.mo:Expected error in mat string<?/string-ci<?: "string<?: a is not a string".
1804  5_5.mo:Expected error in mat string<?/string-ci<?: "string<?: a is not a string".
1805! 5_5.mo:Expected error in mat string<?/string-ci<?: "incorrect argument count in call (string-ci<?)".
1806  5_5.mo:Expected error in mat string<?/string-ci<?: "string-ci<?: a is not a string".
1807  5_5.mo:Expected error in mat string<?/string-ci<?: "string-ci<?: a is not a string".
1808  5_5.mo:Expected error in mat string<?/string-ci<?: "string-ci<?: a is not a string".
1809  5_5.mo:Expected error in mat string<?/string-ci<?: "string-ci<?: a is not a string".
1810  5_5.mo:Expected error in mat string<?/string-ci<?: "string-ci<?: a is not a string".
1811! 5_5.mo:Expected error in mat string>?/string-ci>?: "incorrect argument count in call (string>?)".
1812  5_5.mo:Expected error in mat string>?/string-ci>?: "string>?: a is not a string".
1813  5_5.mo:Expected error in mat string>?/string-ci>?: "string>?: a is not a string".
1814  5_5.mo:Expected error in mat string>?/string-ci>?: "string>?: a is not a string".
1815  5_5.mo:Expected error in mat string>?/string-ci>?: "string>?: a is not a string".
1816  5_5.mo:Expected error in mat string>?/string-ci>?: "string>?: a is not a string".
1817! 5_5.mo:Expected error in mat string>?/string-ci>?: "incorrect argument count in call (string-ci>?)".
1818  5_5.mo:Expected error in mat string>?/string-ci>?: "string-ci>?: a is not a string".
1819  5_5.mo:Expected error in mat string>?/string-ci>?: "string-ci>?: a is not a string".
1820  5_5.mo:Expected error in mat string>?/string-ci>?: "string-ci>?: a is not a string".
1821  5_5.mo:Expected error in mat string>?/string-ci>?: "string-ci>?: a is not a string".
1822  5_5.mo:Expected error in mat string>?/string-ci>?: "string-ci>?: a is not a string".
1823! 5_5.mo:Expected error in mat string<=?/string-ci<=?: "incorrect argument count in call (string<=?)".
1824  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string<=?: a is not a string".
1825  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string<=?: a is not a string".
1826  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string<=?: a is not a string".
1827  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string<=?: a is not a string".
1828  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string<=?: a is not a string".
1829! 5_5.mo:Expected error in mat string<=?/string-ci<=?: "incorrect argument count in call (string-ci<=?)".
1830  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string-ci<=?: a is not a string".
1831  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string-ci<=?: a is not a string".
1832  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string-ci<=?: a is not a string".
1833  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string-ci<=?: a is not a string".
1834  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string-ci<=?: a is not a string".
1835! 5_5.mo:Expected error in mat string>=?/string-ci>=?: "incorrect argument count in call (string>=?)".
1836  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string>=?: a is not a string".
1837  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string>=?: a is not a string".
1838  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string>=?: a is not a string".
1839  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string>=?: a is not a string".
1840  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string>=?: a is not a string".
1841! 5_5.mo:Expected error in mat string>=?/string-ci>=?: "incorrect argument count in call (string-ci>=?)".
1842  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string-ci>=?: a is not a string".
1843  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string-ci>=?: a is not a string".
1844  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string-ci>=?: a is not a string".
1845  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string-ci>=?: a is not a string".
1846  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string-ci>=?: a is not a string".
1847! 5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "incorrect argument count in call (string=?)".
1848! 5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "incorrect argument count in call (string=? (quote a))".
1849  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string=?: a is not a string".
1850  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string=?: a is not a string".
1851  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string=?: a is not a string".
1852  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string=?: a is not a string".
1853! 5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "incorrect argument count in call (string-ci=?)".
1854! 5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "incorrect argument count in call (string-ci=? (quote a))".
1855  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string-ci=?: a is not a string".
1856  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string-ci=?: a is not a string".
1857  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string-ci=?: a is not a string".
1858  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string-ci=?: a is not a string".
1859! 5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "incorrect argument count in call (string<?)".
1860! 5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "incorrect argument count in call (string<? (quote a))".
1861  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string<?: a is not a string".
1862  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string<?: a is not a string".
1863  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string<?: a is not a string".
1864  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string<?: a is not a string".
1865! 5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "incorrect argument count in call (string-ci<?)".
1866! 5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "incorrect argument count in call (string-ci<? (quote a))".
1867  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string-ci<?: a is not a string".
1868  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string-ci<?: a is not a string".
1869  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string-ci<?: a is not a string".
1870  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string-ci<?: a is not a string".
1871! 5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "incorrect argument count in call (string>?)".
1872! 5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "incorrect argument count in call (string>? (quote a))".
1873  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string>?: a is not a string".
1874  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string>?: a is not a string".
1875  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string>?: a is not a string".
1876  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string>?: a is not a string".
1877! 5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "incorrect argument count in call (string-ci>?)".
1878! 5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "incorrect argument count in call (string-ci>? (quote a))".
1879  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string-ci>?: a is not a string".
1880  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string-ci>?: a is not a string".
1881  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string-ci>?: a is not a string".
1882  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string-ci>?: a is not a string".
1883! 5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "incorrect argument count in call (string<=?)".
1884! 5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "incorrect argument count in call (string<=? (quote a))".
1885  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string<=?: a is not a string".
1886  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string<=?: a is not a string".
1887  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string<=?: a is not a string".
1888  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string<=?: a is not a string".
1889! 5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "incorrect argument count in call (string-ci<=?)".
1890! 5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "incorrect argument count in call (string-ci<=? (quote a))".
1891  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string-ci<=?: a is not a string".
1892  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string-ci<=?: a is not a string".
1893  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string-ci<=?: a is not a string".
1894  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string-ci<=?: a is not a string".
1895! 5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "incorrect argument count in call (string>=?)".
1896! 5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "incorrect argument count in call (string>=? (quote a))".
1897  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string>=?: a is not a string".
1898  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string>=?: a is not a string".
1899  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string>=?: a is not a string".
1900  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string>=?: a is not a string".
1901! 5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "incorrect argument count in call (string-ci>=?)".
1902! 5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "incorrect argument count in call (string-ci>=? (quote a))".
1903  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string-ci>=?: a is not a string".
1904  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string-ci>=?: a is not a string".
1905  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string-ci>=?: a is not a string".
1906--- 2091,2236 ----
1907  5_4.mo:Expected error in mat string-for-each: "string-for-each: lengths of input string "" and "x" differ".
1908  5_4.mo:Expected error in mat string-for-each: "string-for-each: lengths of input string "y" and "" differ".
1909  5_4.mo:Expected error in mat string-for-each: "string-for-each: lengths of input string "y" and "" differ".
1910! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect number of arguments 0 to #<procedure string-upcase>".
1911! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect number of arguments 2 to #<procedure string-upcase>".
1912  5_4.mo:Expected error in mat string-xcase-errors: "string-upcase: ouch is not a string".
1913! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect number of arguments 0 to #<procedure string-downcase>".
1914! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect number of arguments 2 to #<procedure string-downcase>".
1915  5_4.mo:Expected error in mat string-xcase-errors: "string-downcase: ouch is not a string".
1916! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect number of arguments 0 to #<procedure string-titlecase>".
1917! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect number of arguments 2 to #<procedure string-titlecase>".
1918  5_4.mo:Expected error in mat string-xcase-errors: "string-titlecase: ouch is not a string".
1919! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect number of arguments 0 to #<procedure string-foldcase>".
1920! 5_4.mo:Expected error in mat string-xcase-errors: "incorrect number of arguments 2 to #<procedure string-foldcase>".
1921  5_4.mo:Expected error in mat string-xcase-errors: "string-foldcase: ouch is not a string".
1922! 5_4.mo:Expected error in mat normalization-tests: "incorrect number of arguments 0 to #<procedure string-normalize-nfd>".
1923! 5_4.mo:Expected error in mat normalization-tests: "incorrect number of arguments 2 to #<procedure string-normalize-nfd>".
1924  5_4.mo:Expected error in mat normalization-tests: "string-normalize-nfd: ouch is not a string".
1925! 5_4.mo:Expected error in mat normalization-tests: "incorrect number of arguments 0 to #<procedure string-normalize-nfkd>".
1926! 5_4.mo:Expected error in mat normalization-tests: "incorrect number of arguments 2 to #<procedure string-normalize-nfkd>".
1927  5_4.mo:Expected error in mat normalization-tests: "string-normalize-nfkd: ouch is not a string".
1928! 5_4.mo:Expected error in mat normalization-tests: "incorrect number of arguments 0 to #<procedure string-normalize-nfc>".
1929! 5_4.mo:Expected error in mat normalization-tests: "incorrect number of arguments 2 to #<procedure string-normalize-nfc>".
1930  5_4.mo:Expected error in mat normalization-tests: "string-normalize-nfc: ouch is not a string".
1931! 5_4.mo:Expected error in mat normalization-tests: "incorrect number of arguments 0 to #<procedure string-normalize-nfkc>".
1932! 5_4.mo:Expected error in mat normalization-tests: "incorrect number of arguments 2 to #<procedure string-normalize-nfkc>".
1933  5_4.mo:Expected error in mat normalization-tests: "string-normalize-nfkc: ouch is not a string".
1934! 5_5.mo:Expected error in mat string=?/string-ci=?: "incorrect number of arguments 0 to #<procedure string=?>".
1935  5_5.mo:Expected error in mat string=?/string-ci=?: "string=?: a is not a string".
1936  5_5.mo:Expected error in mat string=?/string-ci=?: "string=?: a is not a string".
1937  5_5.mo:Expected error in mat string=?/string-ci=?: "string=?: a is not a string".
1938  5_5.mo:Expected error in mat string=?/string-ci=?: "string=?: a is not a string".
1939  5_5.mo:Expected error in mat string=?/string-ci=?: "string=?: a is not a string".
1940! 5_5.mo:Expected error in mat string=?/string-ci=?: "incorrect number of arguments 0 to #<procedure string-ci=?>".
1941  5_5.mo:Expected error in mat string=?/string-ci=?: "string-ci=?: a is not a string".
1942  5_5.mo:Expected error in mat string=?/string-ci=?: "string-ci=?: a is not a string".
1943  5_5.mo:Expected error in mat string=?/string-ci=?: "string-ci=?: a is not a string".
1944  5_5.mo:Expected error in mat string=?/string-ci=?: "string-ci=?: a is not a string".
1945  5_5.mo:Expected error in mat string=?/string-ci=?: "string-ci=?: a is not a string".
1946! 5_5.mo:Expected error in mat string<?/string-ci<?: "incorrect number of arguments 0 to #<procedure string<?>".
1947  5_5.mo:Expected error in mat string<?/string-ci<?: "string<?: a is not a string".
1948  5_5.mo:Expected error in mat string<?/string-ci<?: "string<?: a is not a string".
1949  5_5.mo:Expected error in mat string<?/string-ci<?: "string<?: a is not a string".
1950  5_5.mo:Expected error in mat string<?/string-ci<?: "string<?: a is not a string".
1951  5_5.mo:Expected error in mat string<?/string-ci<?: "string<?: a is not a string".
1952! 5_5.mo:Expected error in mat string<?/string-ci<?: "incorrect number of arguments 0 to #<procedure string-ci<?>".
1953  5_5.mo:Expected error in mat string<?/string-ci<?: "string-ci<?: a is not a string".
1954  5_5.mo:Expected error in mat string<?/string-ci<?: "string-ci<?: a is not a string".
1955  5_5.mo:Expected error in mat string<?/string-ci<?: "string-ci<?: a is not a string".
1956  5_5.mo:Expected error in mat string<?/string-ci<?: "string-ci<?: a is not a string".
1957  5_5.mo:Expected error in mat string<?/string-ci<?: "string-ci<?: a is not a string".
1958! 5_5.mo:Expected error in mat string>?/string-ci>?: "incorrect number of arguments 0 to #<procedure string>?>".
1959  5_5.mo:Expected error in mat string>?/string-ci>?: "string>?: a is not a string".
1960  5_5.mo:Expected error in mat string>?/string-ci>?: "string>?: a is not a string".
1961  5_5.mo:Expected error in mat string>?/string-ci>?: "string>?: a is not a string".
1962  5_5.mo:Expected error in mat string>?/string-ci>?: "string>?: a is not a string".
1963  5_5.mo:Expected error in mat string>?/string-ci>?: "string>?: a is not a string".
1964! 5_5.mo:Expected error in mat string>?/string-ci>?: "incorrect number of arguments 0 to #<procedure string-ci>?>".
1965  5_5.mo:Expected error in mat string>?/string-ci>?: "string-ci>?: a is not a string".
1966  5_5.mo:Expected error in mat string>?/string-ci>?: "string-ci>?: a is not a string".
1967  5_5.mo:Expected error in mat string>?/string-ci>?: "string-ci>?: a is not a string".
1968  5_5.mo:Expected error in mat string>?/string-ci>?: "string-ci>?: a is not a string".
1969  5_5.mo:Expected error in mat string>?/string-ci>?: "string-ci>?: a is not a string".
1970! 5_5.mo:Expected error in mat string<=?/string-ci<=?: "incorrect number of arguments 0 to #<procedure string<=?>".
1971  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string<=?: a is not a string".
1972  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string<=?: a is not a string".
1973  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string<=?: a is not a string".
1974  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string<=?: a is not a string".
1975  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string<=?: a is not a string".
1976! 5_5.mo:Expected error in mat string<=?/string-ci<=?: "incorrect number of arguments 0 to #<procedure string-ci<=?>".
1977  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string-ci<=?: a is not a string".
1978  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string-ci<=?: a is not a string".
1979  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string-ci<=?: a is not a string".
1980  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string-ci<=?: a is not a string".
1981  5_5.mo:Expected error in mat string<=?/string-ci<=?: "string-ci<=?: a is not a string".
1982! 5_5.mo:Expected error in mat string>=?/string-ci>=?: "incorrect number of arguments 0 to #<procedure string>=?>".
1983  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string>=?: a is not a string".
1984  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string>=?: a is not a string".
1985  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string>=?: a is not a string".
1986  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string>=?: a is not a string".
1987  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string>=?: a is not a string".
1988! 5_5.mo:Expected error in mat string>=?/string-ci>=?: "incorrect number of arguments 0 to #<procedure string-ci>=?>".
1989  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string-ci>=?: a is not a string".
1990  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string-ci>=?: a is not a string".
1991  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string-ci>=?: a is not a string".
1992  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string-ci>=?: a is not a string".
1993  5_5.mo:Expected error in mat string>=?/string-ci>=?: "string-ci>=?: a is not a string".
1994! 5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "incorrect number of arguments 0 to #<procedure string=?>".
1995! 5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "incorrect number of arguments 1 to #<procedure string=?>".
1996  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string=?: a is not a string".
1997  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string=?: a is not a string".
1998  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string=?: a is not a string".
1999  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string=?: a is not a string".
2000! 5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "incorrect number of arguments 0 to #<procedure string-ci=?>".
2001! 5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "incorrect number of arguments 1 to #<procedure string-ci=?>".
2002  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string-ci=?: a is not a string".
2003  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string-ci=?: a is not a string".
2004  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string-ci=?: a is not a string".
2005  5_5.mo:Expected error in mat r6rs:string=?/r6rs:string-ci=?: "string-ci=?: a is not a string".
2006! 5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "incorrect number of arguments 0 to #<procedure string<?>".
2007! 5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "incorrect number of arguments 1 to #<procedure string<?>".
2008  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string<?: a is not a string".
2009  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string<?: a is not a string".
2010  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string<?: a is not a string".
2011  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string<?: a is not a string".
2012! 5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "incorrect number of arguments 0 to #<procedure string-ci<?>".
2013! 5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "incorrect number of arguments 1 to #<procedure string-ci<?>".
2014  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string-ci<?: a is not a string".
2015  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string-ci<?: a is not a string".
2016  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string-ci<?: a is not a string".
2017  5_5.mo:Expected error in mat r6rs:string<?/r6rs:string-ci<?: "string-ci<?: a is not a string".
2018! 5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "incorrect number of arguments 0 to #<procedure string>?>".
2019! 5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "incorrect number of arguments 1 to #<procedure string>?>".
2020  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string>?: a is not a string".
2021  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string>?: a is not a string".
2022  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string>?: a is not a string".
2023  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string>?: a is not a string".
2024! 5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "incorrect number of arguments 0 to #<procedure string-ci>?>".
2025! 5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "incorrect number of arguments 1 to #<procedure string-ci>?>".
2026  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string-ci>?: a is not a string".
2027  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string-ci>?: a is not a string".
2028  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string-ci>?: a is not a string".
2029  5_5.mo:Expected error in mat r6rs:string>?/r6rs:string-ci>?: "string-ci>?: a is not a string".
2030! 5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "incorrect number of arguments 0 to #<procedure string<=?>".
2031! 5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "incorrect number of arguments 1 to #<procedure string<=?>".
2032  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string<=?: a is not a string".
2033  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string<=?: a is not a string".
2034  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string<=?: a is not a string".
2035  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string<=?: a is not a string".
2036! 5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "incorrect number of arguments 0 to #<procedure string-ci<=?>".
2037! 5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "incorrect number of arguments 1 to #<procedure string-ci<=?>".
2038  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string-ci<=?: a is not a string".
2039  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string-ci<=?: a is not a string".
2040  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string-ci<=?: a is not a string".
2041  5_5.mo:Expected error in mat r6rs:string<=?/r6rs:string-ci<=?: "string-ci<=?: a is not a string".
2042! 5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "incorrect number of arguments 0 to #<procedure string>=?>".
2043! 5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "incorrect number of arguments 1 to #<procedure string>=?>".
2044  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string>=?: a is not a string".
2045  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string>=?: a is not a string".
2046  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string>=?: a is not a string".
2047  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string>=?: a is not a string".
2048! 5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "incorrect number of arguments 0 to #<procedure string-ci>=?>".
2049! 5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "incorrect number of arguments 1 to #<procedure string-ci>=?>".
2050  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string-ci>=?: a is not a string".
2051  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string-ci>=?: a is not a string".
2052  5_5.mo:Expected error in mat r6rs:string>=?/r6rs:string-ci>=?: "string-ci>=?: a is not a string".
2053***************
2054*** 2238,2276 ****
2055  5_5.mo:Expected error in mat string: "string: a is not a character".
2056  5_5.mo:Expected error in mat string: "string: a is not a character".
2057  5_5.mo:Expected error in mat string: "string: a is not a character".
2058! 5_5.mo:Expected error in mat make-string: "incorrect argument count in call (make-string)".
2059! 5_5.mo:Expected error in mat make-string: "incorrect argument count in call (make-string 2 #\a #\b)".
2060  5_5.mo:Expected error in mat make-string: "make-string: a is not a character".
2061  5_5.mo:Expected error in mat make-string: "make-string: a is not a valid string length".
2062! 5_5.mo:Expected error in mat string-length: "incorrect argument count in call (string-length)".
2063! 5_5.mo:Expected error in mat string-length: "incorrect argument count in call (string-length "hi" "there")".
2064  5_5.mo:Expected error in mat string-length: "string-length: a is not a string".
2065! 5_5.mo:Expected error in mat string-ref: "incorrect argument count in call (string-ref)".
2066! 5_5.mo:Expected error in mat string-ref: "incorrect argument count in call (string-ref "hi")".
2067! 5_5.mo:Expected error in mat string-ref: "incorrect argument count in call (string-ref "hi" 3 4)".
2068  5_5.mo:Expected error in mat string-ref: "string-ref: a is not a string".
2069  5_5.mo:Expected error in mat string-ref: "string-ref: a is not a valid index for "hi"".
2070  5_5.mo:Expected error in mat string-ref: "string-ref: -1 is not a valid index for "hi"".
2071  5_5.mo:Expected error in mat string-ref: "string-ref: 2 is not a valid index for "hi"".
2072! 5_5.mo:Expected error in mat string-set!: "incorrect argument count in call (string-set!)".
2073! 5_5.mo:Expected error in mat string-set!: "incorrect argument count in call (string-set! "hi")".
2074! 5_5.mo:Expected error in mat string-set!: "incorrect argument count in call (string-set! "hi" 1)".
2075! 5_5.mo:Expected error in mat string-set!: "incorrect argument count in call (string-set! "hi" 3 #\a #\b)".
2076  5_5.mo:Expected error in mat string-set!: "string-set!: a is not a mutable string".
2077  5_5.mo:Expected error in mat string-set!: "string-set!: a is not a valid index for "hi"".
2078  5_5.mo:Expected error in mat string-set!: "string-set!: 3 is not a valid index for "hi"".
2079  5_5.mo:Expected error in mat string-set!: "string-set!: -1 is not a valid index for "hi"".
2080  5_5.mo:Expected error in mat string-set!: "string-set!: 2 is not a valid index for "hi"".
2081! 5_5.mo:Expected error in mat string-copy: "incorrect argument count in call (string-copy)".
2082! 5_5.mo:Expected error in mat string-copy: "incorrect argument count in call (string-copy "hi" "there")".
2083  5_5.mo:Expected error in mat string-copy: "string-copy: a is not a string".
2084  5_5.mo:Expected error in mat string-copy: "string-copy: (a b c) is not a string".
2085! 5_5.mo:Expected error in mat string-copy!: "incorrect argument count in call (string-copy!)".
2086! 5_5.mo:Expected error in mat string-copy!: "incorrect argument count in call (string-copy! $s2)".
2087! 5_5.mo:Expected error in mat string-copy!: "incorrect argument count in call (string-copy! $s2 3)".
2088! 5_5.mo:Expected error in mat string-copy!: "incorrect argument count in call (string-copy! $s2 3 $s1)".
2089! 5_5.mo:Expected error in mat string-copy!: "incorrect argument count in call (string-copy! $s2 3 $s1 1)".
2090! 5_5.mo:Expected error in mat string-copy!: "incorrect argument count in call (string-copy! $s2 3 $s1 1 2 ...)".
2091  5_5.mo:Expected error in mat string-copy!: "string-copy!: 0 is not a string".
2092  5_5.mo:Expected error in mat string-copy!: "string-copy!: #vu8(1 2 3) is not a mutable string".
2093  5_5.mo:Expected error in mat string-copy!: "string-copy!: invalid start value -1".
2094--- 2238,2276 ----
2095  5_5.mo:Expected error in mat string: "string: a is not a character".
2096  5_5.mo:Expected error in mat string: "string: a is not a character".
2097  5_5.mo:Expected error in mat string: "string: a is not a character".
2098! 5_5.mo:Expected error in mat make-string: "incorrect number of arguments 0 to #<procedure make-string>".
2099! 5_5.mo:Expected error in mat make-string: "incorrect number of arguments 3 to #<procedure make-string>".
2100  5_5.mo:Expected error in mat make-string: "make-string: a is not a character".
2101  5_5.mo:Expected error in mat make-string: "make-string: a is not a valid string length".
2102! 5_5.mo:Expected error in mat string-length: "incorrect number of arguments 0 to #<procedure string-length>".
2103! 5_5.mo:Expected error in mat string-length: "incorrect number of arguments 2 to #<procedure string-length>".
2104  5_5.mo:Expected error in mat string-length: "string-length: a is not a string".
2105! 5_5.mo:Expected error in mat string-ref: "incorrect number of arguments 0 to #<procedure string-ref>".
2106! 5_5.mo:Expected error in mat string-ref: "incorrect number of arguments 1 to #<procedure string-ref>".
2107! 5_5.mo:Expected error in mat string-ref: "incorrect number of arguments 3 to #<procedure string-ref>".
2108  5_5.mo:Expected error in mat string-ref: "string-ref: a is not a string".
2109  5_5.mo:Expected error in mat string-ref: "string-ref: a is not a valid index for "hi"".
2110  5_5.mo:Expected error in mat string-ref: "string-ref: -1 is not a valid index for "hi"".
2111  5_5.mo:Expected error in mat string-ref: "string-ref: 2 is not a valid index for "hi"".
2112! 5_5.mo:Expected error in mat string-set!: "incorrect number of arguments 0 to #<procedure string-set!>".
2113! 5_5.mo:Expected error in mat string-set!: "incorrect number of arguments 1 to #<procedure string-set!>".
2114! 5_5.mo:Expected error in mat string-set!: "incorrect number of arguments 2 to #<procedure string-set!>".
2115! 5_5.mo:Expected error in mat string-set!: "incorrect number of arguments 4 to #<procedure string-set!>".
2116  5_5.mo:Expected error in mat string-set!: "string-set!: a is not a mutable string".
2117  5_5.mo:Expected error in mat string-set!: "string-set!: a is not a valid index for "hi"".
2118  5_5.mo:Expected error in mat string-set!: "string-set!: 3 is not a valid index for "hi"".
2119  5_5.mo:Expected error in mat string-set!: "string-set!: -1 is not a valid index for "hi"".
2120  5_5.mo:Expected error in mat string-set!: "string-set!: 2 is not a valid index for "hi"".
2121! 5_5.mo:Expected error in mat string-copy: "incorrect number of arguments 0 to #<procedure string-copy>".
2122! 5_5.mo:Expected error in mat string-copy: "incorrect number of arguments 2 to #<procedure string-copy>".
2123  5_5.mo:Expected error in mat string-copy: "string-copy: a is not a string".
2124  5_5.mo:Expected error in mat string-copy: "string-copy: (a b c) is not a string".
2125! 5_5.mo:Expected error in mat string-copy!: "incorrect number of arguments 0 to #<procedure string-copy!>".
2126! 5_5.mo:Expected error in mat string-copy!: "incorrect number of arguments 1 to #<procedure string-copy!>".
2127! 5_5.mo:Expected error in mat string-copy!: "incorrect number of arguments 2 to #<procedure string-copy!>".
2128! 5_5.mo:Expected error in mat string-copy!: "incorrect number of arguments 3 to #<procedure string-copy!>".
2129! 5_5.mo:Expected error in mat string-copy!: "incorrect number of arguments 4 to #<procedure string-copy!>".
2130! 5_5.mo:Expected error in mat string-copy!: "incorrect number of arguments 6 to #<procedure string-copy!>".
2131  5_5.mo:Expected error in mat string-copy!: "string-copy!: 0 is not a string".
2132  5_5.mo:Expected error in mat string-copy!: "string-copy!: #vu8(1 2 3) is not a mutable string".
2133  5_5.mo:Expected error in mat string-copy!: "string-copy!: invalid start value -1".
2134***************
2135*** 2294,2302 ****
2136  5_5.mo:Expected error in mat string-copy!: "string-copy!: index 4 + count 1 is beyond the end of "1234"".
2137  5_5.mo:Expected error in mat string-copy!: "string-copy!: index 0 + count 500 is beyond the end of "abcdefghi"".
2138  5_5.mo:Expected error in mat string-copy!: "string-copy!: index 500 + count 0 is beyond the end of "abcdefghi"".
2139! 5_5.mo:Expected error in mat string-truncate!: "incorrect argument count in call (string-truncate!)".
2140! 5_5.mo:Expected error in mat string-truncate!: "incorrect argument count in call (string-truncate! $s)".
2141! 5_5.mo:Expected error in mat string-truncate!: "incorrect argument count in call (string-truncate! $s 3 15)".
2142  5_5.mo:Expected error in mat string-truncate!: "string-truncate!: 0 is not a mutable string".
2143  5_5.mo:Expected error in mat string-truncate!: "string-truncate!: #vu8(1 2 3) is not a mutable string".
2144  5_5.mo:Expected error in mat string-truncate!: "string-truncate!: invalid new length -1 for "abcdefghi"".
2145--- 2294,2302 ----
2146  5_5.mo:Expected error in mat string-copy!: "string-copy!: index 4 + count 1 is beyond the end of "1234"".
2147  5_5.mo:Expected error in mat string-copy!: "string-copy!: index 0 + count 500 is beyond the end of "abcdefghi"".
2148  5_5.mo:Expected error in mat string-copy!: "string-copy!: index 500 + count 0 is beyond the end of "abcdefghi"".
2149! 5_5.mo:Expected error in mat string-truncate!: "incorrect number of arguments 0 to #<procedure string-truncate!>".
2150! 5_5.mo:Expected error in mat string-truncate!: "incorrect number of arguments 1 to #<procedure string-truncate!>".
2151! 5_5.mo:Expected error in mat string-truncate!: "incorrect number of arguments 3 to #<procedure string-truncate!>".
2152  5_5.mo:Expected error in mat string-truncate!: "string-truncate!: 0 is not a mutable string".
2153  5_5.mo:Expected error in mat string-truncate!: "string-truncate!: #vu8(1 2 3) is not a mutable string".
2154  5_5.mo:Expected error in mat string-truncate!: "string-truncate!: invalid new length -1 for "abcdefghi"".
2155***************
2156*** 2311,2363 ****
2157  5_5.mo:Expected error in mat string-append-immutable: "string-append-immutable: a is not a string".
2158  5_5.mo:Expected error in mat string-append-immutable: "string-append-immutable: b is not a string".
2159  5_5.mo:Expected error in mat string-append-immutable: "string-append-immutable: b is not a string".
2160! 5_5.mo:Expected error in mat substring: "incorrect argument count in call (substring)".
2161! 5_5.mo:Expected error in mat substring: "incorrect argument count in call (substring "hi")".
2162! 5_5.mo:Expected error in mat substring: "incorrect argument count in call (substring "hi" 0)".
2163! 5_5.mo:Expected error in mat substring: "incorrect argument count in call (substring "hi" 0 2 3)".
2164  5_5.mo:Expected error in mat substring: "substring: 0 and 3 are not valid start/end indices for "hi"".
2165  5_5.mo:Expected error in mat substring: "substring: -1 and 2 are not valid start/end indices for "hi"".
2166  5_5.mo:Expected error in mat substring: "substring: a and 2 are not valid start/end indices for "hi"".
2167  5_5.mo:Expected error in mat substring: "substring: a is not a string".
2168  5_5.mo:Expected error in mat substring: "substring: 0 and a are not valid start/end indices for "hi"".
2169  5_5.mo:Expected error in mat substring: "substring: 1 and 0 are not valid start/end indices for "hi"".
2170! 5_5.mo:Expected error in mat string-fill!: "incorrect argument count in call (string-fill!)".
2171! 5_5.mo:Expected error in mat string-fill!: "incorrect argument count in call (string-fill! "hi")".
2172! 5_5.mo:Expected error in mat string-fill!: "incorrect argument count in call (string-fill! "hi" #\a #\b)".
2173  5_5.mo:Expected error in mat string-fill!: "string-fill!: a is not a character".
2174  5_5.mo:Expected error in mat string-fill!: "string-fill!: a is not a mutable string".
2175! 5_5.mo:Expected error in mat substring-fill!: "incorrect argument count in call (substring-fill!)".
2176! 5_5.mo:Expected error in mat substring-fill!: "incorrect argument count in call (substring-fill! "hi")".
2177! 5_5.mo:Expected error in mat substring-fill!: "incorrect argument count in call (substring-fill! "hi" 0)".
2178! 5_5.mo:Expected error in mat substring-fill!: "incorrect argument count in call (substring-fill! "hi" 0 2)".
2179  5_5.mo:Expected error in mat substring-fill!: "substring-fill!: 0 and 3 are not valid start/end indices for "hi"".
2180  5_5.mo:Expected error in mat substring-fill!: "substring-fill!: -1 and 3 are not valid start/end indices for "hi"".
2181  5_5.mo:Expected error in mat substring-fill!: "substring-fill!: a is not a mutable string".
2182  5_5.mo:Expected error in mat substring-fill!: "substring-fill!: 0 and a are not valid start/end indices for "hi"".
2183  5_5.mo:Expected error in mat substring-fill!: "substring-fill!: 1 and 0 are not valid start/end indices for "hi"".
2184! 5_5.mo:Expected error in mat list->string: "incorrect argument count in call (list->string)".
2185! 5_5.mo:Expected error in mat list->string: "incorrect argument count in call (list->string (quote (#\a #\b)) (quote (#\c #\d)))".
2186  5_5.mo:Expected error in mat list->string: "list->string: a is not a proper list".
2187  5_5.mo:Expected error in mat list->string: "list->string: a is not a character".
2188  5_5.mo:Expected error in mat list->string: "list->string: (#\a #\b . #\c) is not a proper list".
2189  5_5.mo:Expected error in mat list->string: "list->string: (#\a #\b #\c #\b #\c #\b ...) is circular".
2190! 5_5.mo:Expected error in mat string->list: "incorrect argument count in call (string->list)".
2191! 5_5.mo:Expected error in mat string->list: "incorrect argument count in call (string->list "ab" "cd")".
2192  5_5.mo:Expected error in mat string->list: "string->list: a is not a string".
2193  5_5.mo:Expected error in mat string->immutable-string: "string-set!: "abc" is not a mutable string".
2194  5_5.mo:Expected error in mat string->immutable-string: "string-fill!: "abc" is not a mutable string".
2195  5_5.mo:Expected error in mat string->immutable-string: "substring-fill!: "abc" is not a mutable string".
2196  5_5.mo:Expected error in mat string->immutable-string: "string-copy!: "abc" is not a mutable string".
2197  5_5.mo:Expected error in mat string->immutable-string: "string-truncate!: "abc" is not a mutable string".
2198! bytevector.mo:Expected error in mat native-endianness: "incorrect argument count in call (native-endianness (quote big))".
2199  bytevector.mo:Expected error in mat endianness: "invalid endianness spam".
2200  bytevector.mo:Expected error in mat endianness: "invalid endianness (quote big)".
2201  bytevector.mo:Expected error in mat endianness: "invalid endianness "little"".
2202  bytevector.mo:Expected error in mat endianness: "invalid syntax (endianness)".
2203  bytevector.mo:Expected error in mat endianness: "invalid syntax (endianness . big)".
2204  bytevector.mo:Expected error in mat endianness: "invalid syntax (endianness big little)".
2205! bytevector.mo:Expected error in mat make-bytevector: "incorrect argument count in call (make-bytevector)".
2206! bytevector.mo:Expected error in mat make-bytevector: "incorrect argument count in call (make-bytevector 0 0 0)".
2207  bytevector.mo:Expected error in mat make-bytevector: "make-bytevector: -1 is not a valid bytevector length".
2208  bytevector.mo:Expected error in mat make-bytevector: "make-bytevector: -1 is not a valid bytevector length".
2209  bytevector.mo:Expected error in mat make-bytevector: "make-bytevector: <int> is not a valid bytevector length".
2210--- 2311,2363 ----
2211  5_5.mo:Expected error in mat string-append-immutable: "string-append-immutable: a is not a string".
2212  5_5.mo:Expected error in mat string-append-immutable: "string-append-immutable: b is not a string".
2213  5_5.mo:Expected error in mat string-append-immutable: "string-append-immutable: b is not a string".
2214! 5_5.mo:Expected error in mat substring: "incorrect number of arguments 0 to #<procedure substring>".
2215! 5_5.mo:Expected error in mat substring: "incorrect number of arguments 1 to #<procedure substring>".
2216! 5_5.mo:Expected error in mat substring: "incorrect number of arguments 2 to #<procedure substring>".
2217! 5_5.mo:Expected error in mat substring: "incorrect number of arguments 4 to #<procedure substring>".
2218  5_5.mo:Expected error in mat substring: "substring: 0 and 3 are not valid start/end indices for "hi"".
2219  5_5.mo:Expected error in mat substring: "substring: -1 and 2 are not valid start/end indices for "hi"".
2220  5_5.mo:Expected error in mat substring: "substring: a and 2 are not valid start/end indices for "hi"".
2221  5_5.mo:Expected error in mat substring: "substring: a is not a string".
2222  5_5.mo:Expected error in mat substring: "substring: 0 and a are not valid start/end indices for "hi"".
2223  5_5.mo:Expected error in mat substring: "substring: 1 and 0 are not valid start/end indices for "hi"".
2224! 5_5.mo:Expected error in mat string-fill!: "incorrect number of arguments 0 to #<procedure string-fill!>".
2225! 5_5.mo:Expected error in mat string-fill!: "incorrect number of arguments 1 to #<procedure string-fill!>".
2226! 5_5.mo:Expected error in mat string-fill!: "incorrect number of arguments 3 to #<procedure string-fill!>".
2227  5_5.mo:Expected error in mat string-fill!: "string-fill!: a is not a character".
2228  5_5.mo:Expected error in mat string-fill!: "string-fill!: a is not a mutable string".
2229! 5_5.mo:Expected error in mat substring-fill!: "incorrect number of arguments 0 to #<procedure substring-fill!>".
2230! 5_5.mo:Expected error in mat substring-fill!: "incorrect number of arguments 1 to #<procedure substring-fill!>".
2231! 5_5.mo:Expected error in mat substring-fill!: "incorrect number of arguments 2 to #<procedure substring-fill!>".
2232! 5_5.mo:Expected error in mat substring-fill!: "incorrect number of arguments 3 to #<procedure substring-fill!>".
2233  5_5.mo:Expected error in mat substring-fill!: "substring-fill!: 0 and 3 are not valid start/end indices for "hi"".
2234  5_5.mo:Expected error in mat substring-fill!: "substring-fill!: -1 and 3 are not valid start/end indices for "hi"".
2235  5_5.mo:Expected error in mat substring-fill!: "substring-fill!: a is not a mutable string".
2236  5_5.mo:Expected error in mat substring-fill!: "substring-fill!: 0 and a are not valid start/end indices for "hi"".
2237  5_5.mo:Expected error in mat substring-fill!: "substring-fill!: 1 and 0 are not valid start/end indices for "hi"".
2238! 5_5.mo:Expected error in mat list->string: "incorrect number of arguments 0 to #<procedure list->string>".
2239! 5_5.mo:Expected error in mat list->string: "incorrect number of arguments 2 to #<procedure list->string>".
2240  5_5.mo:Expected error in mat list->string: "list->string: a is not a proper list".
2241  5_5.mo:Expected error in mat list->string: "list->string: a is not a character".
2242  5_5.mo:Expected error in mat list->string: "list->string: (#\a #\b . #\c) is not a proper list".
2243  5_5.mo:Expected error in mat list->string: "list->string: (#\a #\b #\c #\b #\c #\b ...) is circular".
2244! 5_5.mo:Expected error in mat string->list: "incorrect number of arguments 0 to #<procedure string->list>".
2245! 5_5.mo:Expected error in mat string->list: "incorrect number of arguments 2 to #<procedure string->list>".
2246  5_5.mo:Expected error in mat string->list: "string->list: a is not a string".
2247  5_5.mo:Expected error in mat string->immutable-string: "string-set!: "abc" is not a mutable string".
2248  5_5.mo:Expected error in mat string->immutable-string: "string-fill!: "abc" is not a mutable string".
2249  5_5.mo:Expected error in mat string->immutable-string: "substring-fill!: "abc" is not a mutable string".
2250  5_5.mo:Expected error in mat string->immutable-string: "string-copy!: "abc" is not a mutable string".
2251  5_5.mo:Expected error in mat string->immutable-string: "string-truncate!: "abc" is not a mutable string".
2252! bytevector.mo:Expected error in mat native-endianness: "incorrect number of arguments 1 to #<procedure native-endianness>".
2253  bytevector.mo:Expected error in mat endianness: "invalid endianness spam".
2254  bytevector.mo:Expected error in mat endianness: "invalid endianness (quote big)".
2255  bytevector.mo:Expected error in mat endianness: "invalid endianness "little"".
2256  bytevector.mo:Expected error in mat endianness: "invalid syntax (endianness)".
2257  bytevector.mo:Expected error in mat endianness: "invalid syntax (endianness . big)".
2258  bytevector.mo:Expected error in mat endianness: "invalid syntax (endianness big little)".
2259! bytevector.mo:Expected error in mat make-bytevector: "incorrect number of arguments 0 to #<procedure make-bytevector>".
2260! bytevector.mo:Expected error in mat make-bytevector: "incorrect number of arguments 3 to #<procedure make-bytevector>".
2261  bytevector.mo:Expected error in mat make-bytevector: "make-bytevector: -1 is not a valid bytevector length".
2262  bytevector.mo:Expected error in mat make-bytevector: "make-bytevector: -1 is not a valid bytevector length".
2263  bytevector.mo:Expected error in mat make-bytevector: "make-bytevector: <int> is not a valid bytevector length".
2264***************
2265*** 2374,2403 ****
2266  bytevector.mo:Expected error in mat bytevector: "bytevector: invalid value -500".
2267  bytevector.mo:Expected error in mat bytevector: "bytevector: invalid value 1e+100".
2268  bytevector.mo:Expected error in mat bytevector: "bytevector: invalid value 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000".
2269! bytevector.mo:Expected error in mat bytevector-length: "incorrect argument count in call (bytevector-length)".
2270! bytevector.mo:Expected error in mat bytevector-length: "incorrect argument count in call (bytevector-length #vu8() #vu8())".
2271  bytevector.mo:Expected error in mat bytevector-length: "bytevector-length: (a b c) is not a bytevector".
2272  bytevector.mo:Expected error in mat bytevector-length: "bytevector-length: (a b c) is not a bytevector".
2273! bytevector.mo:Expected error in mat bytevector-s8-ref: "incorrect argument count in call (bytevector-s8-ref)".
2274! bytevector.mo:Expected error in mat bytevector-s8-ref: "incorrect argument count in call (bytevector-s8-ref #vu8(3 252 5))".
2275! bytevector.mo:Expected error in mat bytevector-s8-ref: "incorrect argument count in call (bytevector-s8-ref #vu8(3 252 5) 0 5)".
2276  bytevector.mo:Expected error in mat bytevector-s8-ref: "bytevector-s8-ref: #(3 -4 5) is not a bytevector".
2277  bytevector.mo:Expected error in mat bytevector-s8-ref: "bytevector-s8-ref: (3 -4 5) is not a bytevector".
2278  bytevector.mo:Expected error in mat bytevector-s8-ref: "bytevector-s8-ref: 3 is not a valid index for #vu8(3 252 5)".
2279  bytevector.mo:Expected error in mat bytevector-s8-ref: "bytevector-s8-ref: -1 is not a valid index for #vu8(3 252 5)".
2280  bytevector.mo:Expected error in mat bytevector-s8-ref: "bytevector-s8-ref: a is not a valid index for #vu8(3 252 5)".
2281! bytevector.mo:Expected error in mat bytevector-u8-ref: "incorrect argument count in call (bytevector-u8-ref)".
2282! bytevector.mo:Expected error in mat bytevector-u8-ref: "incorrect argument count in call (bytevector-u8-ref #vu8(3 252 5))".
2283! bytevector.mo:Expected error in mat bytevector-u8-ref: "incorrect argument count in call (bytevector-u8-ref #vu8(3 252 5) 0 5)".
2284  bytevector.mo:Expected error in mat bytevector-u8-ref: "bytevector-u8-ref: #(3 -4 5) is not a bytevector".
2285  bytevector.mo:Expected error in mat bytevector-u8-ref: "bytevector-u8-ref: (3 -4 5) is not a bytevector".
2286  bytevector.mo:Expected error in mat bytevector-u8-ref: "bytevector-u8-ref: 3 is not a valid index for #vu8(3 252 5)".
2287  bytevector.mo:Expected error in mat bytevector-u8-ref: "bytevector-u8-ref: -1 is not a valid index for #vu8(3 252 5)".
2288  bytevector.mo:Expected error in mat bytevector-u8-ref: "bytevector-u8-ref: a is not a valid index for #vu8(3 252 5)".
2289! bytevector.mo:Expected error in mat bytevector-s8-set!: "incorrect argument count in call (bytevector-s8-set!)".
2290! bytevector.mo:Expected error in mat bytevector-s8-set!: "incorrect argument count in call (bytevector-s8-set! $v1)".
2291! bytevector.mo:Expected error in mat bytevector-s8-set!: "incorrect argument count in call (bytevector-s8-set! $v1 2)".
2292! bytevector.mo:Expected error in mat bytevector-s8-set!: "incorrect argument count in call (bytevector-s8-set! $v1 2 3 4)".
2293  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: (3 4 5) is not a mutable bytevector".
2294  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: (3 4 5) is not a mutable bytevector".
2295  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: 3 is not a valid index for #vu8(3 4 5)".
2296--- 2374,2403 ----
2297  bytevector.mo:Expected error in mat bytevector: "bytevector: invalid value -500".
2298  bytevector.mo:Expected error in mat bytevector: "bytevector: invalid value 1e+100".
2299  bytevector.mo:Expected error in mat bytevector: "bytevector: invalid value 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000".
2300! bytevector.mo:Expected error in mat bytevector-length: "incorrect number of arguments 0 to #<procedure bytevector-length>".
2301! bytevector.mo:Expected error in mat bytevector-length: "incorrect number of arguments 2 to #<procedure bytevector-length>".
2302  bytevector.mo:Expected error in mat bytevector-length: "bytevector-length: (a b c) is not a bytevector".
2303  bytevector.mo:Expected error in mat bytevector-length: "bytevector-length: (a b c) is not a bytevector".
2304! bytevector.mo:Expected error in mat bytevector-s8-ref: "incorrect number of arguments 0 to #<procedure bytevector-s8-ref>".
2305! bytevector.mo:Expected error in mat bytevector-s8-ref: "incorrect number of arguments 1 to #<procedure bytevector-s8-ref>".
2306! bytevector.mo:Expected error in mat bytevector-s8-ref: "incorrect number of arguments 3 to #<procedure bytevector-s8-ref>".
2307  bytevector.mo:Expected error in mat bytevector-s8-ref: "bytevector-s8-ref: #(3 -4 5) is not a bytevector".
2308  bytevector.mo:Expected error in mat bytevector-s8-ref: "bytevector-s8-ref: (3 -4 5) is not a bytevector".
2309  bytevector.mo:Expected error in mat bytevector-s8-ref: "bytevector-s8-ref: 3 is not a valid index for #vu8(3 252 5)".
2310  bytevector.mo:Expected error in mat bytevector-s8-ref: "bytevector-s8-ref: -1 is not a valid index for #vu8(3 252 5)".
2311  bytevector.mo:Expected error in mat bytevector-s8-ref: "bytevector-s8-ref: a is not a valid index for #vu8(3 252 5)".
2312! bytevector.mo:Expected error in mat bytevector-u8-ref: "incorrect number of arguments 0 to #<procedure bytevector-u8-ref>".
2313! bytevector.mo:Expected error in mat bytevector-u8-ref: "incorrect number of arguments 1 to #<procedure bytevector-u8-ref>".
2314! bytevector.mo:Expected error in mat bytevector-u8-ref: "incorrect number of arguments 3 to #<procedure bytevector-u8-ref>".
2315  bytevector.mo:Expected error in mat bytevector-u8-ref: "bytevector-u8-ref: #(3 -4 5) is not a bytevector".
2316  bytevector.mo:Expected error in mat bytevector-u8-ref: "bytevector-u8-ref: (3 -4 5) is not a bytevector".
2317  bytevector.mo:Expected error in mat bytevector-u8-ref: "bytevector-u8-ref: 3 is not a valid index for #vu8(3 252 5)".
2318  bytevector.mo:Expected error in mat bytevector-u8-ref: "bytevector-u8-ref: -1 is not a valid index for #vu8(3 252 5)".
2319  bytevector.mo:Expected error in mat bytevector-u8-ref: "bytevector-u8-ref: a is not a valid index for #vu8(3 252 5)".
2320! bytevector.mo:Expected error in mat bytevector-s8-set!: "incorrect number of arguments 0 to #<procedure bytevector-s8-set!>".
2321! bytevector.mo:Expected error in mat bytevector-s8-set!: "incorrect number of arguments 1 to #<procedure bytevector-s8-set!>".
2322! bytevector.mo:Expected error in mat bytevector-s8-set!: "incorrect number of arguments 2 to #<procedure bytevector-s8-set!>".
2323! bytevector.mo:Expected error in mat bytevector-s8-set!: "incorrect number of arguments 4 to #<procedure bytevector-s8-set!>".
2324  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: (3 4 5) is not a mutable bytevector".
2325  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: (3 4 5) is not a mutable bytevector".
2326  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: 3 is not a valid index for #vu8(3 4 5)".
2327***************
2328*** 2406,2415 ****
2329  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: invalid value -129".
2330  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: invalid value 128".
2331  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: invalid value d".
2332! bytevector.mo:Expected error in mat bytevector-u8-set!: "incorrect argument count in call (bytevector-u8-set!)".
2333! bytevector.mo:Expected error in mat bytevector-u8-set!: "incorrect argument count in call (bytevector-u8-set! $v1)".
2334! bytevector.mo:Expected error in mat bytevector-u8-set!: "incorrect argument count in call (bytevector-u8-set! $v1 2)".
2335! bytevector.mo:Expected error in mat bytevector-u8-set!: "incorrect argument count in call (bytevector-u8-set! $v1 2 3 4)".
2336  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: (3 4 5) is not a mutable bytevector".
2337  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: (3 4 5) is not a mutable bytevector".
2338  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: 3 is not a valid index for #vu8(3 4 5)".
2339--- 2406,2415 ----
2340  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: invalid value -129".
2341  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: invalid value 128".
2342  bytevector.mo:Expected error in mat bytevector-s8-set!: "bytevector-s8-set!: invalid value d".
2343! bytevector.mo:Expected error in mat bytevector-u8-set!: "incorrect number of arguments 0 to #<procedure bytevector-u8-set!>".
2344! bytevector.mo:Expected error in mat bytevector-u8-set!: "incorrect number of arguments 1 to #<procedure bytevector-u8-set!>".
2345! bytevector.mo:Expected error in mat bytevector-u8-set!: "incorrect number of arguments 2 to #<procedure bytevector-u8-set!>".
2346! bytevector.mo:Expected error in mat bytevector-u8-set!: "incorrect number of arguments 4 to #<procedure bytevector-u8-set!>".
2347  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: (3 4 5) is not a mutable bytevector".
2348  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: (3 4 5) is not a mutable bytevector".
2349  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: 3 is not a valid index for #vu8(3 4 5)".
2350***************
2351*** 2418,2426 ****
2352  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: invalid value -1".
2353  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: invalid value 256".
2354  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: invalid value d".
2355! bytevector.mo:Expected error in mat bytevector-s16-native-ref: "incorrect argument count in call (bytevector-s16-native-ref)".
2356! bytevector.mo:Expected error in mat bytevector-s16-native-ref: "incorrect argument count in call (bytevector-s16-native-ref #vu8(3 252 5))".
2357! bytevector.mo:Expected error in mat bytevector-s16-native-ref: "incorrect argument count in call (bytevector-s16-native-ref #vu8(3 252 5) 0 0)".
2358  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: #(3 252 5) is not a bytevector".
2359  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: #(3 252 5) is not a bytevector".
2360  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: invalid index -1 for bytevector #vu8(3 252 5)".
2361--- 2418,2426 ----
2362  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: invalid value -1".
2363  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: invalid value 256".
2364  bytevector.mo:Expected error in mat bytevector-u8-set!: "bytevector-u8-set!: invalid value d".
2365! bytevector.mo:Expected error in mat bytevector-s16-native-ref: "incorrect number of arguments 0 to #<procedure bytevector-s16-native-ref>".
2366! bytevector.mo:Expected error in mat bytevector-s16-native-ref: "incorrect number of arguments 1 to #<procedure bytevector-s16-native-ref>".
2367! bytevector.mo:Expected error in mat bytevector-s16-native-ref: "incorrect number of arguments 3 to #<procedure bytevector-s16-native-ref>".
2368  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: #(3 252 5) is not a bytevector".
2369  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: #(3 252 5) is not a bytevector".
2370  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: invalid index -1 for bytevector #vu8(3 252 5)".
2371***************
2372*** 2428,2436 ****
2373  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: invalid index 2 for bytevector #vu8(3 252 5)".
2374  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: invalid index 3 for bytevector #vu8(3 252 5)".
2375  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: invalid index 4.0 for bytevector #vu8(3 252 5)".
2376! bytevector.mo:Expected error in mat bytevector-u16-native-ref: "incorrect argument count in call (bytevector-u16-native-ref)".
2377! bytevector.mo:Expected error in mat bytevector-u16-native-ref: "incorrect argument count in call (bytevector-u16-native-ref #vu8(3 252 5))".
2378! bytevector.mo:Expected error in mat bytevector-u16-native-ref: "incorrect argument count in call (bytevector-u16-native-ref #vu8(3 252 5) 0 0)".
2379  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: #(3 252 5) is not a bytevector".
2380  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: #(3 252 5) is not a bytevector".
2381  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: invalid index -1 for bytevector #vu8(3 252 5)".
2382--- 2428,2436 ----
2383  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: invalid index 2 for bytevector #vu8(3 252 5)".
2384  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: invalid index 3 for bytevector #vu8(3 252 5)".
2385  bytevector.mo:Expected error in mat bytevector-s16-native-ref: "bytevector-s16-native-ref: invalid index 4.0 for bytevector #vu8(3 252 5)".
2386! bytevector.mo:Expected error in mat bytevector-u16-native-ref: "incorrect number of arguments 0 to #<procedure bytevector-u16-native-ref>".
2387! bytevector.mo:Expected error in mat bytevector-u16-native-ref: "incorrect number of arguments 1 to #<procedure bytevector-u16-native-ref>".
2388! bytevector.mo:Expected error in mat bytevector-u16-native-ref: "incorrect number of arguments 3 to #<procedure bytevector-u16-native-ref>".
2389  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: #(3 252 5) is not a bytevector".
2390  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: #(3 252 5) is not a bytevector".
2391  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: invalid index -1 for bytevector #vu8(3 252 5)".
2392***************
2393*** 2438,2447 ****
2394  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: invalid index 2 for bytevector #vu8(3 252 5)".
2395  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: invalid index 3 for bytevector #vu8(3 252 5)".
2396  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: invalid index 4.0 for bytevector #vu8(3 252 5)".
2397! bytevector.mo:Expected error in mat bytevector-s16-native-set!: "incorrect argument count in call (bytevector-s16-native-set!)".
2398! bytevector.mo:Expected error in mat bytevector-s16-native-set!: "incorrect argument count in call (bytevector-s16-native-set! $v1)".
2399! bytevector.mo:Expected error in mat bytevector-s16-native-set!: "incorrect argument count in call (bytevector-s16-native-set! $v1 0)".
2400! bytevector.mo:Expected error in mat bytevector-s16-native-set!: "incorrect argument count in call (bytevector-s16-native-set! $v1 0 0 15)".
2401  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2402  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2403  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2404--- 2438,2447 ----
2405  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: invalid index 2 for bytevector #vu8(3 252 5)".
2406  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: invalid index 3 for bytevector #vu8(3 252 5)".
2407  bytevector.mo:Expected error in mat bytevector-u16-native-ref: "bytevector-u16-native-ref: invalid index 4.0 for bytevector #vu8(3 252 5)".
2408! bytevector.mo:Expected error in mat bytevector-s16-native-set!: "incorrect number of arguments 0 to #<procedure bytevector-s16-native-set!>".
2409! bytevector.mo:Expected error in mat bytevector-s16-native-set!: "incorrect number of arguments 1 to #<procedure bytevector-s16-native-set!>".
2410! bytevector.mo:Expected error in mat bytevector-s16-native-set!: "incorrect number of arguments 2 to #<procedure bytevector-s16-native-set!>".
2411! bytevector.mo:Expected error in mat bytevector-s16-native-set!: "incorrect number of arguments 4 to #<procedure bytevector-s16-native-set!>".
2412  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2413  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2414  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2415***************
2416*** 2455,2464 ****
2417  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: invalid value 32768".
2418  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: invalid value -32769".
2419  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: invalid value "hello"".
2420! bytevector.mo:Expected error in mat bytevector-u16-native-set!: "incorrect argument count in call (bytevector-u16-native-set!)".
2421! bytevector.mo:Expected error in mat bytevector-u16-native-set!: "incorrect argument count in call (bytevector-u16-native-set! $v1)".
2422! bytevector.mo:Expected error in mat bytevector-u16-native-set!: "incorrect argument count in call (bytevector-u16-native-set! $v1 0)".
2423! bytevector.mo:Expected error in mat bytevector-u16-native-set!: "incorrect argument count in call (bytevector-u16-native-set! $v1 0 0 15)".
2424  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2425  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2426  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2427--- 2455,2464 ----
2428  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: invalid value 32768".
2429  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: invalid value -32769".
2430  bytevector.mo:Expected error in mat bytevector-s16-native-set!: "bytevector-s16-native-set!: invalid value "hello"".
2431! bytevector.mo:Expected error in mat bytevector-u16-native-set!: "incorrect number of arguments 0 to #<procedure bytevector-u16-native-set!>".
2432! bytevector.mo:Expected error in mat bytevector-u16-native-set!: "incorrect number of arguments 1 to #<procedure bytevector-u16-native-set!>".
2433! bytevector.mo:Expected error in mat bytevector-u16-native-set!: "incorrect number of arguments 2 to #<procedure bytevector-u16-native-set!>".
2434! bytevector.mo:Expected error in mat bytevector-u16-native-set!: "incorrect number of arguments 4 to #<procedure bytevector-u16-native-set!>".
2435  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2436  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2437  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2438***************
2439*** 2472,2480 ****
2440  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: invalid value 65536".
2441  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: invalid value -1".
2442  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: invalid value "hello"".
2443! bytevector.mo:Expected error in mat bytevector-s16-ref: "incorrect argument count in call (bytevector-s16-ref)".
2444! bytevector.mo:Expected error in mat bytevector-s16-ref: "incorrect argument count in call (bytevector-s16-ref #vu8(3 252 5))".
2445! bytevector.mo:Expected error in mat bytevector-s16-ref: "incorrect argument count in call (bytevector-s16-ref #vu8(3 252 5) 0 0 (quote big))".
2446  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: #(3 252 5) is not a bytevector".
2447  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: #(3 252 5) is not a bytevector".
2448  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: invalid index -1 for bytevector #vu8(3 252 5)".
2449--- 2472,2480 ----
2450  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: invalid value 65536".
2451  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: invalid value -1".
2452  bytevector.mo:Expected error in mat bytevector-u16-native-set!: "bytevector-u16-native-set!: invalid value "hello"".
2453! bytevector.mo:Expected error in mat bytevector-s16-ref: "incorrect number of arguments 0 to #<procedure bytevector-s16-ref>".
2454! bytevector.mo:Expected error in mat bytevector-s16-ref: "incorrect number of arguments 1 to #<procedure bytevector-s16-ref>".
2455! bytevector.mo:Expected error in mat bytevector-s16-ref: "incorrect number of arguments 4 to #<procedure bytevector-s16-ref>".
2456  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: #(3 252 5) is not a bytevector".
2457  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: #(3 252 5) is not a bytevector".
2458  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: invalid index -1 for bytevector #vu8(3 252 5)".
2459***************
2460*** 2484,2492 ****
2461  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: unrecognized endianness bigger".
2462  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: unrecognized endianness "little"".
2463  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: unrecognized endianness #t".
2464! bytevector.mo:Expected error in mat bytevector-u16-ref: "incorrect argument count in call (bytevector-u16-ref)".
2465! bytevector.mo:Expected error in mat bytevector-u16-ref: "incorrect argument count in call (bytevector-u16-ref #vu8(3 252 5))".
2466! bytevector.mo:Expected error in mat bytevector-u16-ref: "incorrect argument count in call (bytevector-u16-ref #vu8(3 252 5) 0 0 (quote big))".
2467  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: #(3 252 5) is not a bytevector".
2468  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: #(3 252 5) is not a bytevector".
2469  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: invalid index -1 for bytevector #vu8(3 252 5)".
2470--- 2484,2492 ----
2471  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: unrecognized endianness bigger".
2472  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: unrecognized endianness "little"".
2473  bytevector.mo:Expected error in mat bytevector-s16-ref: "bytevector-s16-ref: unrecognized endianness #t".
2474! bytevector.mo:Expected error in mat bytevector-u16-ref: "incorrect number of arguments 0 to #<procedure bytevector-u16-ref>".
2475! bytevector.mo:Expected error in mat bytevector-u16-ref: "incorrect number of arguments 1 to #<procedure bytevector-u16-ref>".
2476! bytevector.mo:Expected error in mat bytevector-u16-ref: "incorrect number of arguments 4 to #<procedure bytevector-u16-ref>".
2477  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: #(3 252 5) is not a bytevector".
2478  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: #(3 252 5) is not a bytevector".
2479  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: invalid index -1 for bytevector #vu8(3 252 5)".
2480***************
2481*** 2496,2505 ****
2482  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: unrecognized endianness bigger".
2483  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: unrecognized endianness "little"".
2484  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: unrecognized endianness #t".
2485! bytevector.mo:Expected error in mat bytevector-s16-set!: "incorrect argument count in call (bytevector-s16-set!)".
2486! bytevector.mo:Expected error in mat bytevector-s16-set!: "incorrect argument count in call (bytevector-s16-set! $v1)".
2487! bytevector.mo:Expected error in mat bytevector-s16-set!: "incorrect argument count in call (bytevector-s16-set! $v1 0 0)".
2488! bytevector.mo:Expected error in mat bytevector-s16-set!: "incorrect argument count in call (bytevector-s16-set! $v1 0 0 0 (native-endianness))".
2489  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2490  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2491  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2492--- 2496,2505 ----
2493  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: unrecognized endianness bigger".
2494  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: unrecognized endianness "little"".
2495  bytevector.mo:Expected error in mat bytevector-u16-ref: "bytevector-u16-ref: unrecognized endianness #t".
2496! bytevector.mo:Expected error in mat bytevector-s16-set!: "incorrect number of arguments 0 to #<procedure bytevector-s16-set!>".
2497! bytevector.mo:Expected error in mat bytevector-s16-set!: "incorrect number of arguments 1 to #<procedure bytevector-s16-set!>".
2498! bytevector.mo:Expected error in mat bytevector-s16-set!: "incorrect number of arguments 3 to #<procedure bytevector-s16-set!>".
2499! bytevector.mo:Expected error in mat bytevector-s16-set!: "incorrect number of arguments 5 to #<procedure bytevector-s16-set!>".
2500  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2501  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2502  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2503***************
2504*** 2515,2524 ****
2505  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: unrecognized endianness bigger".
2506  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: unrecognized endianness "little"".
2507  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: unrecognized endianness #t".
2508! bytevector.mo:Expected error in mat bytevector-u16-set!: "incorrect argument count in call (bytevector-u16-set!)".
2509! bytevector.mo:Expected error in mat bytevector-u16-set!: "incorrect argument count in call (bytevector-u16-set! $v1)".
2510! bytevector.mo:Expected error in mat bytevector-u16-set!: "incorrect argument count in call (bytevector-u16-set! $v1 0 0)".
2511! bytevector.mo:Expected error in mat bytevector-u16-set!: "incorrect argument count in call (bytevector-u16-set! $v1 0 0 0 (native-endianness))".
2512  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2513  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2514  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2515--- 2515,2524 ----
2516  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: unrecognized endianness bigger".
2517  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: unrecognized endianness "little"".
2518  bytevector.mo:Expected error in mat bytevector-s16-set!: "bytevector-s16-set!: unrecognized endianness #t".
2519! bytevector.mo:Expected error in mat bytevector-u16-set!: "incorrect number of arguments 0 to #<procedure bytevector-u16-set!>".
2520! bytevector.mo:Expected error in mat bytevector-u16-set!: "incorrect number of arguments 1 to #<procedure bytevector-u16-set!>".
2521! bytevector.mo:Expected error in mat bytevector-u16-set!: "incorrect number of arguments 3 to #<procedure bytevector-u16-set!>".
2522! bytevector.mo:Expected error in mat bytevector-u16-set!: "incorrect number of arguments 5 to #<procedure bytevector-u16-set!>".
2523  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2524  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2525  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2526***************
2527*** 2534,2543 ****
2528  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: unrecognized endianness bigger".
2529  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: unrecognized endianness "little"".
2530  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: unrecognized endianness #t".
2531! bytevector.mo:Expected error in mat bytevector-s24-ref: "incorrect argument count in call (bytevector-s24-ref)".
2532! bytevector.mo:Expected error in mat bytevector-s24-ref: "incorrect argument count in call (bytevector-s24-ref #vu8(3 252 5 0))".
2533! bytevector.mo:Expected error in mat bytevector-s24-ref: "incorrect argument count in call (bytevector-s24-ref #vu8(3 252 5 0) 0)".
2534! bytevector.mo:Expected error in mat bytevector-s24-ref: "incorrect argument count in call (bytevector-s24-ref #vu8(3 252 5 0) 0 (native-endianness) 0)".
2535  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2536  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2537  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2538--- 2534,2543 ----
2539  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: unrecognized endianness bigger".
2540  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: unrecognized endianness "little"".
2541  bytevector.mo:Expected error in mat bytevector-u16-set!: "bytevector-u16-set!: unrecognized endianness #t".
2542! bytevector.mo:Expected error in mat bytevector-s24-ref: "incorrect number of arguments 0 to #<procedure bytevector-s24-ref>".
2543! bytevector.mo:Expected error in mat bytevector-s24-ref: "incorrect number of arguments 1 to #<procedure bytevector-s24-ref>".
2544! bytevector.mo:Expected error in mat bytevector-s24-ref: "incorrect number of arguments 2 to #<procedure bytevector-s24-ref>".
2545! bytevector.mo:Expected error in mat bytevector-s24-ref: "incorrect number of arguments 4 to #<procedure bytevector-s24-ref>".
2546  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2547  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2548  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2549***************
2550*** 2547,2556 ****
2551  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: unrecognized endianness bigger".
2552  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: unrecognized endianness "little"".
2553  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: unrecognized endianness #t".
2554! bytevector.mo:Expected error in mat bytevector-u24-ref: "incorrect argument count in call (bytevector-u24-ref)".
2555! bytevector.mo:Expected error in mat bytevector-u24-ref: "incorrect argument count in call (bytevector-u24-ref #vu8(3 252 5 0))".
2556! bytevector.mo:Expected error in mat bytevector-u24-ref: "incorrect argument count in call (bytevector-u24-ref #vu8(3 252 5 0) 0)".
2557! bytevector.mo:Expected error in mat bytevector-u24-ref: "incorrect argument count in call (bytevector-u24-ref #vu8(3 252 5 0) 0 (native-endianness) 0)".
2558  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2559  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2560  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2561--- 2547,2556 ----
2562  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: unrecognized endianness bigger".
2563  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: unrecognized endianness "little"".
2564  bytevector.mo:Expected error in mat bytevector-s24-ref: "bytevector-s24-ref: unrecognized endianness #t".
2565! bytevector.mo:Expected error in mat bytevector-u24-ref: "incorrect number of arguments 0 to #<procedure bytevector-u24-ref>".
2566! bytevector.mo:Expected error in mat bytevector-u24-ref: "incorrect number of arguments 1 to #<procedure bytevector-u24-ref>".
2567! bytevector.mo:Expected error in mat bytevector-u24-ref: "incorrect number of arguments 2 to #<procedure bytevector-u24-ref>".
2568! bytevector.mo:Expected error in mat bytevector-u24-ref: "incorrect number of arguments 4 to #<procedure bytevector-u24-ref>".
2569  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2570  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2571  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2572***************
2573*** 2560,2570 ****
2574  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: unrecognized endianness bigger".
2575  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: unrecognized endianness "little"".
2576  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: unrecognized endianness #t".
2577! bytevector.mo:Expected error in mat bytevector-s24-set!: "incorrect argument count in call (bytevector-s24-set!)".
2578! bytevector.mo:Expected error in mat bytevector-s24-set!: "incorrect argument count in call (bytevector-s24-set! $v1)".
2579! bytevector.mo:Expected error in mat bytevector-s24-set!: "incorrect argument count in call (bytevector-s24-set! $v1 0)".
2580! bytevector.mo:Expected error in mat bytevector-s24-set!: "incorrect argument count in call (bytevector-s24-set! $v1 0 0)".
2581! bytevector.mo:Expected error in mat bytevector-s24-set!: "incorrect argument count in call (bytevector-s24-set! $v1 0 0 (quote big) 0)".
2582  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2583  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2584  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2585--- 2560,2570 ----
2586  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: unrecognized endianness bigger".
2587  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: unrecognized endianness "little"".
2588  bytevector.mo:Expected error in mat bytevector-u24-ref: "bytevector-u24-ref: unrecognized endianness #t".
2589! bytevector.mo:Expected error in mat bytevector-s24-set!: "incorrect number of arguments 0 to #<procedure bytevector-s24-set!>".
2590! bytevector.mo:Expected error in mat bytevector-s24-set!: "incorrect number of arguments 1 to #<procedure bytevector-s24-set!>".
2591! bytevector.mo:Expected error in mat bytevector-s24-set!: "incorrect number of arguments 2 to #<procedure bytevector-s24-set!>".
2592! bytevector.mo:Expected error in mat bytevector-s24-set!: "incorrect number of arguments 3 to #<procedure bytevector-s24-set!>".
2593! bytevector.mo:Expected error in mat bytevector-s24-set!: "incorrect number of arguments 5 to #<procedure bytevector-s24-set!>".
2594  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2595  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2596  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2597***************
2598*** 2578,2588 ****
2599  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: unrecognized endianness huge".
2600  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: unrecognized endianness "tiny"".
2601  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2602! bytevector.mo:Expected error in mat bytevector-u24-set!: "incorrect argument count in call (bytevector-u24-set!)".
2603! bytevector.mo:Expected error in mat bytevector-u24-set!: "incorrect argument count in call (bytevector-u24-set! $v1)".
2604! bytevector.mo:Expected error in mat bytevector-u24-set!: "incorrect argument count in call (bytevector-u24-set! $v1 0)".
2605! bytevector.mo:Expected error in mat bytevector-u24-set!: "incorrect argument count in call (bytevector-u24-set! $v1 0 0)".
2606! bytevector.mo:Expected error in mat bytevector-u24-set!: "incorrect argument count in call (bytevector-u24-set! $v1 0 0 (quote big) 0)".
2607  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2608  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2609  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2610--- 2578,2588 ----
2611  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: unrecognized endianness huge".
2612  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: unrecognized endianness "tiny"".
2613  bytevector.mo:Expected error in mat bytevector-s24-set!: "bytevector-s24-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2614! bytevector.mo:Expected error in mat bytevector-u24-set!: "incorrect number of arguments 0 to #<procedure bytevector-u24-set!>".
2615! bytevector.mo:Expected error in mat bytevector-u24-set!: "incorrect number of arguments 1 to #<procedure bytevector-u24-set!>".
2616! bytevector.mo:Expected error in mat bytevector-u24-set!: "incorrect number of arguments 2 to #<procedure bytevector-u24-set!>".
2617! bytevector.mo:Expected error in mat bytevector-u24-set!: "incorrect number of arguments 3 to #<procedure bytevector-u24-set!>".
2618! bytevector.mo:Expected error in mat bytevector-u24-set!: "incorrect number of arguments 5 to #<procedure bytevector-u24-set!>".
2619  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2620  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2621  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2622***************
2623*** 2596,2604 ****
2624  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: unrecognized endianness huge".
2625  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: unrecognized endianness "tiny"".
2626  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2627! bytevector.mo:Expected error in mat bytevector-s32-native-ref: "incorrect argument count in call (bytevector-s32-native-ref)".
2628! bytevector.mo:Expected error in mat bytevector-s32-native-ref: "incorrect argument count in call (bytevector-s32-native-ref #vu8(3 252 5 0))".
2629! bytevector.mo:Expected error in mat bytevector-s32-native-ref: "incorrect argument count in call (bytevector-s32-native-ref #vu8(3 252 5 0) 0 0)".
2630  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2631  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2632  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2633--- 2596,2604 ----
2634  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: unrecognized endianness huge".
2635  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: unrecognized endianness "tiny"".
2636  bytevector.mo:Expected error in mat bytevector-u24-set!: "bytevector-u24-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2637! bytevector.mo:Expected error in mat bytevector-s32-native-ref: "incorrect number of arguments 0 to #<procedure bytevector-s32-native-ref>".
2638! bytevector.mo:Expected error in mat bytevector-s32-native-ref: "incorrect number of arguments 1 to #<procedure bytevector-s32-native-ref>".
2639! bytevector.mo:Expected error in mat bytevector-s32-native-ref: "incorrect number of arguments 3 to #<procedure bytevector-s32-native-ref>".
2640  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2641  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2642  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2643***************
2644*** 2610,2618 ****
2645  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: invalid index 6 for bytevector #vu8(3 252 5 0 0 0 ...)".
2646  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: invalid index 7 for bytevector #vu8(3 252 5 0 0 0 ...)".
2647  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: invalid index 4.0 for bytevector #vu8(3 252 5 0 0 0 ...)".
2648! bytevector.mo:Expected error in mat bytevector-u32-native-ref: "incorrect argument count in call (bytevector-u32-native-ref)".
2649! bytevector.mo:Expected error in mat bytevector-u32-native-ref: "incorrect argument count in call (bytevector-u32-native-ref #vu8(3 252 5 0))".
2650! bytevector.mo:Expected error in mat bytevector-u32-native-ref: "incorrect argument count in call (bytevector-u32-native-ref #vu8(3 252 5 0) 0 0)".
2651  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2652  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2653  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2654--- 2610,2618 ----
2655  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: invalid index 6 for bytevector #vu8(3 252 5 0 0 0 ...)".
2656  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: invalid index 7 for bytevector #vu8(3 252 5 0 0 0 ...)".
2657  bytevector.mo:Expected error in mat bytevector-s32-native-ref: "bytevector-s32-native-ref: invalid index 4.0 for bytevector #vu8(3 252 5 0 0 0 ...)".
2658! bytevector.mo:Expected error in mat bytevector-u32-native-ref: "incorrect number of arguments 0 to #<procedure bytevector-u32-native-ref>".
2659! bytevector.mo:Expected error in mat bytevector-u32-native-ref: "incorrect number of arguments 1 to #<procedure bytevector-u32-native-ref>".
2660! bytevector.mo:Expected error in mat bytevector-u32-native-ref: "incorrect number of arguments 3 to #<procedure bytevector-u32-native-ref>".
2661  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2662  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2663  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2664***************
2665*** 2624,2633 ****
2666  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: invalid index 6 for bytevector #vu8(3 252 5 0 0 0 ...)".
2667  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: invalid index 7 for bytevector #vu8(3 252 5 0 0 0 ...)".
2668  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: invalid index 4.0 for bytevector #vu8(3 252 5 0 0 0 ...)".
2669! bytevector.mo:Expected error in mat bytevector-s32-native-set!: "incorrect argument count in call (bytevector-s32-native-set!)".
2670! bytevector.mo:Expected error in mat bytevector-s32-native-set!: "incorrect argument count in call (bytevector-s32-native-set! $v1)".
2671! bytevector.mo:Expected error in mat bytevector-s32-native-set!: "incorrect argument count in call (bytevector-s32-native-set! $v1 0)".
2672! bytevector.mo:Expected error in mat bytevector-s32-native-set!: "incorrect argument count in call (bytevector-s32-native-set! $v1 0 0 15)".
2673  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2674  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2675  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2676--- 2624,2633 ----
2677  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: invalid index 6 for bytevector #vu8(3 252 5 0 0 0 ...)".
2678  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: invalid index 7 for bytevector #vu8(3 252 5 0 0 0 ...)".
2679  bytevector.mo:Expected error in mat bytevector-u32-native-ref: "bytevector-u32-native-ref: invalid index 4.0 for bytevector #vu8(3 252 5 0 0 0 ...)".
2680! bytevector.mo:Expected error in mat bytevector-s32-native-set!: "incorrect number of arguments 0 to #<procedure bytevector-s32-native-set!>".
2681! bytevector.mo:Expected error in mat bytevector-s32-native-set!: "incorrect number of arguments 1 to #<procedure bytevector-s32-native-set!>".
2682! bytevector.mo:Expected error in mat bytevector-s32-native-set!: "incorrect number of arguments 2 to #<procedure bytevector-s32-native-set!>".
2683! bytevector.mo:Expected error in mat bytevector-s32-native-set!: "incorrect number of arguments 4 to #<procedure bytevector-s32-native-set!>".
2684  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2685  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2686  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2687***************
2688*** 2654,2663 ****
2689  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: invalid value <int>".
2690  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: invalid value <-int>".
2691  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: invalid value "hello"".
2692! bytevector.mo:Expected error in mat bytevector-u32-native-set!: "incorrect argument count in call (bytevector-u32-native-set!)".
2693! bytevector.mo:Expected error in mat bytevector-u32-native-set!: "incorrect argument count in call (bytevector-u32-native-set! $v1)".
2694! bytevector.mo:Expected error in mat bytevector-u32-native-set!: "incorrect argument count in call (bytevector-u32-native-set! $v1 0)".
2695! bytevector.mo:Expected error in mat bytevector-u32-native-set!: "incorrect argument count in call (bytevector-u32-native-set! $v1 0 0 15)".
2696  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2697  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2698  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2699--- 2654,2663 ----
2700  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: invalid value <int>".
2701  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: invalid value <-int>".
2702  bytevector.mo:Expected error in mat bytevector-s32-native-set!: "bytevector-s32-native-set!: invalid value "hello"".
2703! bytevector.mo:Expected error in mat bytevector-u32-native-set!: "incorrect number of arguments 0 to #<procedure bytevector-u32-native-set!>".
2704! bytevector.mo:Expected error in mat bytevector-u32-native-set!: "incorrect number of arguments 1 to #<procedure bytevector-u32-native-set!>".
2705! bytevector.mo:Expected error in mat bytevector-u32-native-set!: "incorrect number of arguments 2 to #<procedure bytevector-u32-native-set!>".
2706! bytevector.mo:Expected error in mat bytevector-u32-native-set!: "incorrect number of arguments 4 to #<procedure bytevector-u32-native-set!>".
2707  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2708  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2709  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2710***************
2711*** 2684,2693 ****
2712  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: invalid value <int>".
2713  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: invalid value -1".
2714  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: invalid value "hello"".
2715! bytevector.mo:Expected error in mat bytevector-s32-ref: "incorrect argument count in call (bytevector-s32-ref)".
2716! bytevector.mo:Expected error in mat bytevector-s32-ref: "incorrect argument count in call (bytevector-s32-ref #vu8(3 252 5 0))".
2717! bytevector.mo:Expected error in mat bytevector-s32-ref: "incorrect argument count in call (bytevector-s32-ref #vu8(3 252 5 0) 0)".
2718! bytevector.mo:Expected error in mat bytevector-s32-ref: "incorrect argument count in call (bytevector-s32-ref #vu8(3 252 5 0) 0 (native-endianness) 0)".
2719  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2720  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2721  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2722--- 2684,2693 ----
2723  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: invalid value <int>".
2724  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: invalid value -1".
2725  bytevector.mo:Expected error in mat bytevector-u32-native-set!: "bytevector-u32-native-set!: invalid value "hello"".
2726! bytevector.mo:Expected error in mat bytevector-s32-ref: "incorrect number of arguments 0 to #<procedure bytevector-s32-ref>".
2727! bytevector.mo:Expected error in mat bytevector-s32-ref: "incorrect number of arguments 1 to #<procedure bytevector-s32-ref>".
2728! bytevector.mo:Expected error in mat bytevector-s32-ref: "incorrect number of arguments 2 to #<procedure bytevector-s32-ref>".
2729! bytevector.mo:Expected error in mat bytevector-s32-ref: "incorrect number of arguments 4 to #<procedure bytevector-s32-ref>".
2730  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2731  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2732  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2733***************
2734*** 2697,2706 ****
2735  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: unrecognized endianness bigger".
2736  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: unrecognized endianness "little"".
2737  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: unrecognized endianness #t".
2738! bytevector.mo:Expected error in mat bytevector-u32-ref: "incorrect argument count in call (bytevector-u32-ref)".
2739! bytevector.mo:Expected error in mat bytevector-u32-ref: "incorrect argument count in call (bytevector-u32-ref #vu8(3 252 5 0))".
2740! bytevector.mo:Expected error in mat bytevector-u32-ref: "incorrect argument count in call (bytevector-u32-ref #vu8(3 252 5 0) 0)".
2741! bytevector.mo:Expected error in mat bytevector-u32-ref: "incorrect argument count in call (bytevector-u32-ref #vu8(3 252 5 0) 0 (native-endianness) 0)".
2742  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2743  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2744  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2745--- 2697,2706 ----
2746  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: unrecognized endianness bigger".
2747  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: unrecognized endianness "little"".
2748  bytevector.mo:Expected error in mat bytevector-s32-ref: "bytevector-s32-ref: unrecognized endianness #t".
2749! bytevector.mo:Expected error in mat bytevector-u32-ref: "incorrect number of arguments 0 to #<procedure bytevector-u32-ref>".
2750! bytevector.mo:Expected error in mat bytevector-u32-ref: "incorrect number of arguments 1 to #<procedure bytevector-u32-ref>".
2751! bytevector.mo:Expected error in mat bytevector-u32-ref: "incorrect number of arguments 2 to #<procedure bytevector-u32-ref>".
2752! bytevector.mo:Expected error in mat bytevector-u32-ref: "incorrect number of arguments 4 to #<procedure bytevector-u32-ref>".
2753  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2754  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2755  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2756***************
2757*** 2710,2720 ****
2758  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: unrecognized endianness bigger".
2759  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: unrecognized endianness "little"".
2760  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: unrecognized endianness #t".
2761! bytevector.mo:Expected error in mat bytevector-s32-set!: "incorrect argument count in call (bytevector-s32-set!)".
2762! bytevector.mo:Expected error in mat bytevector-s32-set!: "incorrect argument count in call (bytevector-s32-set! $v1)".
2763! bytevector.mo:Expected error in mat bytevector-s32-set!: "incorrect argument count in call (bytevector-s32-set! $v1 0)".
2764! bytevector.mo:Expected error in mat bytevector-s32-set!: "incorrect argument count in call (bytevector-s32-set! $v1 0 0)".
2765! bytevector.mo:Expected error in mat bytevector-s32-set!: "incorrect argument count in call (bytevector-s32-set! $v1 0 0 (quote big) 0)".
2766  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2767  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2768  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2769--- 2710,2720 ----
2770  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: unrecognized endianness bigger".
2771  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: unrecognized endianness "little"".
2772  bytevector.mo:Expected error in mat bytevector-u32-ref: "bytevector-u32-ref: unrecognized endianness #t".
2773! bytevector.mo:Expected error in mat bytevector-s32-set!: "incorrect number of arguments 0 to #<procedure bytevector-s32-set!>".
2774! bytevector.mo:Expected error in mat bytevector-s32-set!: "incorrect number of arguments 1 to #<procedure bytevector-s32-set!>".
2775! bytevector.mo:Expected error in mat bytevector-s32-set!: "incorrect number of arguments 2 to #<procedure bytevector-s32-set!>".
2776! bytevector.mo:Expected error in mat bytevector-s32-set!: "incorrect number of arguments 3 to #<procedure bytevector-s32-set!>".
2777! bytevector.mo:Expected error in mat bytevector-s32-set!: "incorrect number of arguments 5 to #<procedure bytevector-s32-set!>".
2778  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2779  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2780  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2781***************
2782*** 2729,2739 ****
2783  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: unrecognized endianness huge".
2784  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: unrecognized endianness "tiny"".
2785  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2786! bytevector.mo:Expected error in mat bytevector-u32-set!: "incorrect argument count in call (bytevector-u32-set!)".
2787! bytevector.mo:Expected error in mat bytevector-u32-set!: "incorrect argument count in call (bytevector-u32-set! $v1)".
2788! bytevector.mo:Expected error in mat bytevector-u32-set!: "incorrect argument count in call (bytevector-u32-set! $v1 0)".
2789! bytevector.mo:Expected error in mat bytevector-u32-set!: "incorrect argument count in call (bytevector-u32-set! $v1 0 0)".
2790! bytevector.mo:Expected error in mat bytevector-u32-set!: "incorrect argument count in call (bytevector-u32-set! $v1 0 0 (quote big) 0)".
2791  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2792  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2793  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2794--- 2729,2739 ----
2795  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: unrecognized endianness huge".
2796  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: unrecognized endianness "tiny"".
2797  bytevector.mo:Expected error in mat bytevector-s32-set!: "bytevector-s32-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2798! bytevector.mo:Expected error in mat bytevector-u32-set!: "incorrect number of arguments 0 to #<procedure bytevector-u32-set!>".
2799! bytevector.mo:Expected error in mat bytevector-u32-set!: "incorrect number of arguments 1 to #<procedure bytevector-u32-set!>".
2800! bytevector.mo:Expected error in mat bytevector-u32-set!: "incorrect number of arguments 2 to #<procedure bytevector-u32-set!>".
2801! bytevector.mo:Expected error in mat bytevector-u32-set!: "incorrect number of arguments 3 to #<procedure bytevector-u32-set!>".
2802! bytevector.mo:Expected error in mat bytevector-u32-set!: "incorrect number of arguments 5 to #<procedure bytevector-u32-set!>".
2803  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2804  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2805  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2806***************
2807*** 2748,2757 ****
2808  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: unrecognized endianness huge".
2809  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: unrecognized endianness "tiny"".
2810  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2811! bytevector.mo:Expected error in mat bytevector-s40-ref: "incorrect argument count in call (bytevector-s40-ref)".
2812! bytevector.mo:Expected error in mat bytevector-s40-ref: "incorrect argument count in call (bytevector-s40-ref #vu8(3 252 5 0 0))".
2813! bytevector.mo:Expected error in mat bytevector-s40-ref: "incorrect argument count in call (bytevector-s40-ref #vu8(3 252 5 0 0) 0)".
2814! bytevector.mo:Expected error in mat bytevector-s40-ref: "incorrect argument count in call (bytevector-s40-ref #vu8(3 252 5 0 0) 0 (native-endianness) 0)".
2815  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2816  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2817  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2818--- 2748,2757 ----
2819  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: unrecognized endianness huge".
2820  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: unrecognized endianness "tiny"".
2821  bytevector.mo:Expected error in mat bytevector-u32-set!: "bytevector-u32-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2822! bytevector.mo:Expected error in mat bytevector-s40-ref: "incorrect number of arguments 0 to #<procedure bytevector-s40-ref>".
2823! bytevector.mo:Expected error in mat bytevector-s40-ref: "incorrect number of arguments 1 to #<procedure bytevector-s40-ref>".
2824! bytevector.mo:Expected error in mat bytevector-s40-ref: "incorrect number of arguments 2 to #<procedure bytevector-s40-ref>".
2825! bytevector.mo:Expected error in mat bytevector-s40-ref: "incorrect number of arguments 4 to #<procedure bytevector-s40-ref>".
2826  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2827  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2828  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2829***************
2830*** 2761,2770 ****
2831  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: unrecognized endianness bigger".
2832  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: unrecognized endianness "little"".
2833  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: unrecognized endianness #t".
2834! bytevector.mo:Expected error in mat bytevector-u40-ref: "incorrect argument count in call (bytevector-u40-ref)".
2835! bytevector.mo:Expected error in mat bytevector-u40-ref: "incorrect argument count in call (bytevector-u40-ref #vu8(3 252 5 0 0))".
2836! bytevector.mo:Expected error in mat bytevector-u40-ref: "incorrect argument count in call (bytevector-u40-ref #vu8(3 252 5 0 0) 0)".
2837! bytevector.mo:Expected error in mat bytevector-u40-ref: "incorrect argument count in call (bytevector-u40-ref #vu8(3 252 5 0 0) 0 (native-endianness) 0)".
2838  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2839  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2840  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2841--- 2761,2770 ----
2842  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: unrecognized endianness bigger".
2843  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: unrecognized endianness "little"".
2844  bytevector.mo:Expected error in mat bytevector-s40-ref: "bytevector-s40-ref: unrecognized endianness #t".
2845! bytevector.mo:Expected error in mat bytevector-u40-ref: "incorrect number of arguments 0 to #<procedure bytevector-u40-ref>".
2846! bytevector.mo:Expected error in mat bytevector-u40-ref: "incorrect number of arguments 1 to #<procedure bytevector-u40-ref>".
2847! bytevector.mo:Expected error in mat bytevector-u40-ref: "incorrect number of arguments 2 to #<procedure bytevector-u40-ref>".
2848! bytevector.mo:Expected error in mat bytevector-u40-ref: "incorrect number of arguments 4 to #<procedure bytevector-u40-ref>".
2849  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2850  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2851  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2852***************
2853*** 2774,2784 ****
2854  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: unrecognized endianness bigger".
2855  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: unrecognized endianness "little"".
2856  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: unrecognized endianness #t".
2857! bytevector.mo:Expected error in mat bytevector-s40-set!: "incorrect argument count in call (bytevector-s40-set!)".
2858! bytevector.mo:Expected error in mat bytevector-s40-set!: "incorrect argument count in call (bytevector-s40-set! $v1)".
2859! bytevector.mo:Expected error in mat bytevector-s40-set!: "incorrect argument count in call (bytevector-s40-set! $v1 0)".
2860! bytevector.mo:Expected error in mat bytevector-s40-set!: "incorrect argument count in call (bytevector-s40-set! $v1 0 0)".
2861! bytevector.mo:Expected error in mat bytevector-s40-set!: "incorrect argument count in call (bytevector-s40-set! $v1 0 0 (quote big) 0)".
2862  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2863  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2864  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2865--- 2774,2784 ----
2866  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: unrecognized endianness bigger".
2867  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: unrecognized endianness "little"".
2868  bytevector.mo:Expected error in mat bytevector-u40-ref: "bytevector-u40-ref: unrecognized endianness #t".
2869! bytevector.mo:Expected error in mat bytevector-s40-set!: "incorrect number of arguments 0 to #<procedure bytevector-s40-set!>".
2870! bytevector.mo:Expected error in mat bytevector-s40-set!: "incorrect number of arguments 1 to #<procedure bytevector-s40-set!>".
2871! bytevector.mo:Expected error in mat bytevector-s40-set!: "incorrect number of arguments 2 to #<procedure bytevector-s40-set!>".
2872! bytevector.mo:Expected error in mat bytevector-s40-set!: "incorrect number of arguments 3 to #<procedure bytevector-s40-set!>".
2873! bytevector.mo:Expected error in mat bytevector-s40-set!: "incorrect number of arguments 5 to #<procedure bytevector-s40-set!>".
2874  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2875  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2876  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2877***************
2878*** 2792,2802 ****
2879  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: unrecognized endianness huge".
2880  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: unrecognized endianness "tiny"".
2881  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2882! bytevector.mo:Expected error in mat bytevector-u40-set!: "incorrect argument count in call (bytevector-u40-set!)".
2883! bytevector.mo:Expected error in mat bytevector-u40-set!: "incorrect argument count in call (bytevector-u40-set! $v1)".
2884! bytevector.mo:Expected error in mat bytevector-u40-set!: "incorrect argument count in call (bytevector-u40-set! $v1 0)".
2885! bytevector.mo:Expected error in mat bytevector-u40-set!: "incorrect argument count in call (bytevector-u40-set! $v1 0 0)".
2886! bytevector.mo:Expected error in mat bytevector-u40-set!: "incorrect argument count in call (bytevector-u40-set! $v1 0 0 (quote big) 0)".
2887  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2888  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2889  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2890--- 2792,2802 ----
2891  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: unrecognized endianness huge".
2892  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: unrecognized endianness "tiny"".
2893  bytevector.mo:Expected error in mat bytevector-s40-set!: "bytevector-s40-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2894! bytevector.mo:Expected error in mat bytevector-u40-set!: "incorrect number of arguments 0 to #<procedure bytevector-u40-set!>".
2895! bytevector.mo:Expected error in mat bytevector-u40-set!: "incorrect number of arguments 1 to #<procedure bytevector-u40-set!>".
2896! bytevector.mo:Expected error in mat bytevector-u40-set!: "incorrect number of arguments 2 to #<procedure bytevector-u40-set!>".
2897! bytevector.mo:Expected error in mat bytevector-u40-set!: "incorrect number of arguments 3 to #<procedure bytevector-u40-set!>".
2898! bytevector.mo:Expected error in mat bytevector-u40-set!: "incorrect number of arguments 5 to #<procedure bytevector-u40-set!>".
2899  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2900  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2901  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2902***************
2903*** 2810,2819 ****
2904  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: unrecognized endianness huge".
2905  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: unrecognized endianness "tiny"".
2906  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2907! bytevector.mo:Expected error in mat bytevector-s48-ref: "incorrect argument count in call (bytevector-s48-ref)".
2908! bytevector.mo:Expected error in mat bytevector-s48-ref: "incorrect argument count in call (bytevector-s48-ref #vu8(3 252 5 0 0 0))".
2909! bytevector.mo:Expected error in mat bytevector-s48-ref: "incorrect argument count in call (bytevector-s48-ref #vu8(3 252 5 0 0 0) 0)".
2910! bytevector.mo:Expected error in mat bytevector-s48-ref: "incorrect argument count in call (bytevector-s48-ref #vu8(3 252 5 0 0 0) 0 (native-endianness) 0)".
2911  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2912  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2913  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2914--- 2810,2819 ----
2915  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: unrecognized endianness huge".
2916  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: unrecognized endianness "tiny"".
2917  bytevector.mo:Expected error in mat bytevector-u40-set!: "bytevector-u40-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2918! bytevector.mo:Expected error in mat bytevector-s48-ref: "incorrect number of arguments 0 to #<procedure bytevector-s48-ref>".
2919! bytevector.mo:Expected error in mat bytevector-s48-ref: "incorrect number of arguments 1 to #<procedure bytevector-s48-ref>".
2920! bytevector.mo:Expected error in mat bytevector-s48-ref: "incorrect number of arguments 2 to #<procedure bytevector-s48-ref>".
2921! bytevector.mo:Expected error in mat bytevector-s48-ref: "incorrect number of arguments 4 to #<procedure bytevector-s48-ref>".
2922  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2923  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2924  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2925***************
2926*** 2823,2832 ****
2927  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: unrecognized endianness bigger".
2928  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: unrecognized endianness "little"".
2929  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: unrecognized endianness #t".
2930! bytevector.mo:Expected error in mat bytevector-u48-ref: "incorrect argument count in call (bytevector-u48-ref)".
2931! bytevector.mo:Expected error in mat bytevector-u48-ref: "incorrect argument count in call (bytevector-u48-ref #vu8(3 252 5 0 0 0))".
2932! bytevector.mo:Expected error in mat bytevector-u48-ref: "incorrect argument count in call (bytevector-u48-ref #vu8(3 252 5 0 0 0) 0)".
2933! bytevector.mo:Expected error in mat bytevector-u48-ref: "incorrect argument count in call (bytevector-u48-ref #vu8(3 252 5 0 0 0) 0 (native-endianness) 0)".
2934  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2935  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2936  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2937--- 2823,2832 ----
2938  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: unrecognized endianness bigger".
2939  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: unrecognized endianness "little"".
2940  bytevector.mo:Expected error in mat bytevector-s48-ref: "bytevector-s48-ref: unrecognized endianness #t".
2941! bytevector.mo:Expected error in mat bytevector-u48-ref: "incorrect number of arguments 0 to #<procedure bytevector-u48-ref>".
2942! bytevector.mo:Expected error in mat bytevector-u48-ref: "incorrect number of arguments 1 to #<procedure bytevector-u48-ref>".
2943! bytevector.mo:Expected error in mat bytevector-u48-ref: "incorrect number of arguments 2 to #<procedure bytevector-u48-ref>".
2944! bytevector.mo:Expected error in mat bytevector-u48-ref: "incorrect number of arguments 4 to #<procedure bytevector-u48-ref>".
2945  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2946  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
2947  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
2948***************
2949*** 2836,2846 ****
2950  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: unrecognized endianness bigger".
2951  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: unrecognized endianness "little"".
2952  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: unrecognized endianness #t".
2953! bytevector.mo:Expected error in mat bytevector-s48-set!: "incorrect argument count in call (bytevector-s48-set!)".
2954! bytevector.mo:Expected error in mat bytevector-s48-set!: "incorrect argument count in call (bytevector-s48-set! $v1)".
2955! bytevector.mo:Expected error in mat bytevector-s48-set!: "incorrect argument count in call (bytevector-s48-set! $v1 0)".
2956! bytevector.mo:Expected error in mat bytevector-s48-set!: "incorrect argument count in call (bytevector-s48-set! $v1 0 0)".
2957! bytevector.mo:Expected error in mat bytevector-s48-set!: "incorrect argument count in call (bytevector-s48-set! $v1 0 0 (quote big) 0)".
2958  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2959  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2960  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2961--- 2836,2846 ----
2962  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: unrecognized endianness bigger".
2963  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: unrecognized endianness "little"".
2964  bytevector.mo:Expected error in mat bytevector-u48-ref: "bytevector-u48-ref: unrecognized endianness #t".
2965! bytevector.mo:Expected error in mat bytevector-s48-set!: "incorrect number of arguments 0 to #<procedure bytevector-s48-set!>".
2966! bytevector.mo:Expected error in mat bytevector-s48-set!: "incorrect number of arguments 1 to #<procedure bytevector-s48-set!>".
2967! bytevector.mo:Expected error in mat bytevector-s48-set!: "incorrect number of arguments 2 to #<procedure bytevector-s48-set!>".
2968! bytevector.mo:Expected error in mat bytevector-s48-set!: "incorrect number of arguments 3 to #<procedure bytevector-s48-set!>".
2969! bytevector.mo:Expected error in mat bytevector-s48-set!: "incorrect number of arguments 5 to #<procedure bytevector-s48-set!>".
2970  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2971  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2972  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2973***************
2974*** 2854,2864 ****
2975  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: unrecognized endianness huge".
2976  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: unrecognized endianness "tiny"".
2977  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2978! bytevector.mo:Expected error in mat bytevector-u48-set!: "incorrect argument count in call (bytevector-u48-set!)".
2979! bytevector.mo:Expected error in mat bytevector-u48-set!: "incorrect argument count in call (bytevector-u48-set! $v1)".
2980! bytevector.mo:Expected error in mat bytevector-u48-set!: "incorrect argument count in call (bytevector-u48-set! $v1 0)".
2981! bytevector.mo:Expected error in mat bytevector-u48-set!: "incorrect argument count in call (bytevector-u48-set! $v1 0 0)".
2982! bytevector.mo:Expected error in mat bytevector-u48-set!: "incorrect argument count in call (bytevector-u48-set! $v1 0 0 (quote big) 0)".
2983  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2984  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2985  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2986--- 2854,2864 ----
2987  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: unrecognized endianness huge".
2988  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: unrecognized endianness "tiny"".
2989  bytevector.mo:Expected error in mat bytevector-s48-set!: "bytevector-s48-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
2990! bytevector.mo:Expected error in mat bytevector-u48-set!: "incorrect number of arguments 0 to #<procedure bytevector-u48-set!>".
2991! bytevector.mo:Expected error in mat bytevector-u48-set!: "incorrect number of arguments 1 to #<procedure bytevector-u48-set!>".
2992! bytevector.mo:Expected error in mat bytevector-u48-set!: "incorrect number of arguments 2 to #<procedure bytevector-u48-set!>".
2993! bytevector.mo:Expected error in mat bytevector-u48-set!: "incorrect number of arguments 3 to #<procedure bytevector-u48-set!>".
2994! bytevector.mo:Expected error in mat bytevector-u48-set!: "incorrect number of arguments 5 to #<procedure bytevector-u48-set!>".
2995  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2996  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
2997  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
2998***************
2999*** 2872,2881 ****
3000  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: unrecognized endianness huge".
3001  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: unrecognized endianness "tiny"".
3002  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
3003! bytevector.mo:Expected error in mat bytevector-s56-ref: "incorrect argument count in call (bytevector-s56-ref)".
3004! bytevector.mo:Expected error in mat bytevector-s56-ref: "incorrect argument count in call (bytevector-s56-ref #vu8(3 252 5 0 0 0 ...))".
3005! bytevector.mo:Expected error in mat bytevector-s56-ref: "incorrect argument count in call (bytevector-s56-ref #vu8(3 252 5 0 0 0) 0)".
3006! bytevector.mo:Expected error in mat bytevector-s56-ref: "incorrect argument count in call (bytevector-s56-ref #vu8(3 252 5 0 0 0 ...) 0 (native-endianness) 0)".
3007  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3008  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3009  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
3010--- 2872,2881 ----
3011  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: unrecognized endianness huge".
3012  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: unrecognized endianness "tiny"".
3013  bytevector.mo:Expected error in mat bytevector-u48-set!: "bytevector-u48-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
3014! bytevector.mo:Expected error in mat bytevector-s56-ref: "incorrect number of arguments 0 to #<procedure bytevector-s56-ref>".
3015! bytevector.mo:Expected error in mat bytevector-s56-ref: "incorrect number of arguments 1 to #<procedure bytevector-s56-ref>".
3016! bytevector.mo:Expected error in mat bytevector-s56-ref: "incorrect number of arguments 2 to #<procedure bytevector-s56-ref>".
3017! bytevector.mo:Expected error in mat bytevector-s56-ref: "incorrect number of arguments 4 to #<procedure bytevector-s56-ref>".
3018  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3019  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3020  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
3021***************
3022*** 2885,2894 ****
3023  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: unrecognized endianness bigger".
3024  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: unrecognized endianness "little"".
3025  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: unrecognized endianness #t".
3026! bytevector.mo:Expected error in mat bytevector-u56-ref: "incorrect argument count in call (bytevector-u56-ref)".
3027! bytevector.mo:Expected error in mat bytevector-u56-ref: "incorrect argument count in call (bytevector-u56-ref #vu8(3 252 5 0 0 0 ...))".
3028! bytevector.mo:Expected error in mat bytevector-u56-ref: "incorrect argument count in call (bytevector-u56-ref #vu8(3 252 5 0 0 0) 0)".
3029! bytevector.mo:Expected error in mat bytevector-u56-ref: "incorrect argument count in call (bytevector-u56-ref #vu8(3 252 5 0 0 0 ...) 0 (native-endianness) 0)".
3030  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3031  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3032  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
3033--- 2885,2894 ----
3034  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: unrecognized endianness bigger".
3035  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: unrecognized endianness "little"".
3036  bytevector.mo:Expected error in mat bytevector-s56-ref: "bytevector-s56-ref: unrecognized endianness #t".
3037! bytevector.mo:Expected error in mat bytevector-u56-ref: "incorrect number of arguments 0 to #<procedure bytevector-u56-ref>".
3038! bytevector.mo:Expected error in mat bytevector-u56-ref: "incorrect number of arguments 1 to #<procedure bytevector-u56-ref>".
3039! bytevector.mo:Expected error in mat bytevector-u56-ref: "incorrect number of arguments 2 to #<procedure bytevector-u56-ref>".
3040! bytevector.mo:Expected error in mat bytevector-u56-ref: "incorrect number of arguments 4 to #<procedure bytevector-u56-ref>".
3041  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3042  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3043  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: invalid index -1 for bytevector #vu8(3 252 5 0 0 0 ...)".
3044***************
3045*** 2898,2908 ****
3046  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: unrecognized endianness bigger".
3047  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: unrecognized endianness "little"".
3048  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: unrecognized endianness #t".
3049! bytevector.mo:Expected error in mat bytevector-s56-set!: "incorrect argument count in call (bytevector-s56-set!)".
3050! bytevector.mo:Expected error in mat bytevector-s56-set!: "incorrect argument count in call (bytevector-s56-set! $v1)".
3051! bytevector.mo:Expected error in mat bytevector-s56-set!: "incorrect argument count in call (bytevector-s56-set! $v1 0)".
3052! bytevector.mo:Expected error in mat bytevector-s56-set!: "incorrect argument count in call (bytevector-s56-set! $v1 0 0)".
3053! bytevector.mo:Expected error in mat bytevector-s56-set!: "incorrect argument count in call (bytevector-s56-set! $v1 0 0 (quote big) 0)".
3054  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3055  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3056  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3057--- 2898,2908 ----
3058  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: unrecognized endianness bigger".
3059  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: unrecognized endianness "little"".
3060  bytevector.mo:Expected error in mat bytevector-u56-ref: "bytevector-u56-ref: unrecognized endianness #t".
3061! bytevector.mo:Expected error in mat bytevector-s56-set!: "incorrect number of arguments 0 to #<procedure bytevector-s56-set!>".
3062! bytevector.mo:Expected error in mat bytevector-s56-set!: "incorrect number of arguments 1 to #<procedure bytevector-s56-set!>".
3063! bytevector.mo:Expected error in mat bytevector-s56-set!: "incorrect number of arguments 2 to #<procedure bytevector-s56-set!>".
3064! bytevector.mo:Expected error in mat bytevector-s56-set!: "incorrect number of arguments 3 to #<procedure bytevector-s56-set!>".
3065! bytevector.mo:Expected error in mat bytevector-s56-set!: "incorrect number of arguments 5 to #<procedure bytevector-s56-set!>".
3066  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3067  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3068  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3069***************
3070*** 2916,2926 ****
3071  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: unrecognized endianness huge".
3072  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: unrecognized endianness "tiny"".
3073  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
3074! bytevector.mo:Expected error in mat bytevector-u56-set!: "incorrect argument count in call (bytevector-u56-set!)".
3075! bytevector.mo:Expected error in mat bytevector-u56-set!: "incorrect argument count in call (bytevector-u56-set! $v1)".
3076! bytevector.mo:Expected error in mat bytevector-u56-set!: "incorrect argument count in call (bytevector-u56-set! $v1 0)".
3077! bytevector.mo:Expected error in mat bytevector-u56-set!: "incorrect argument count in call (bytevector-u56-set! $v1 0 0)".
3078! bytevector.mo:Expected error in mat bytevector-u56-set!: "incorrect argument count in call (bytevector-u56-set! $v1 0 0 (quote big) 0)".
3079  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3080  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3081  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3082--- 2916,2926 ----
3083  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: unrecognized endianness huge".
3084  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: unrecognized endianness "tiny"".
3085  bytevector.mo:Expected error in mat bytevector-s56-set!: "bytevector-s56-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
3086! bytevector.mo:Expected error in mat bytevector-u56-set!: "incorrect number of arguments 0 to #<procedure bytevector-u56-set!>".
3087! bytevector.mo:Expected error in mat bytevector-u56-set!: "incorrect number of arguments 1 to #<procedure bytevector-u56-set!>".
3088! bytevector.mo:Expected error in mat bytevector-u56-set!: "incorrect number of arguments 2 to #<procedure bytevector-u56-set!>".
3089! bytevector.mo:Expected error in mat bytevector-u56-set!: "incorrect number of arguments 3 to #<procedure bytevector-u56-set!>".
3090! bytevector.mo:Expected error in mat bytevector-u56-set!: "incorrect number of arguments 5 to #<procedure bytevector-u56-set!>".
3091  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3092  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3093  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3094***************
3095*** 2934,2942 ****
3096  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: unrecognized endianness huge".
3097  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: unrecognized endianness "tiny"".
3098  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
3099! bytevector.mo:Expected error in mat bytevector-s64-native-ref: "incorrect argument count in call (bytevector-s64-native-ref)".
3100! bytevector.mo:Expected error in mat bytevector-s64-native-ref: "incorrect argument count in call (bytevector-s64-native-ref $v1)".
3101! bytevector.mo:Expected error in mat bytevector-s64-native-ref: "incorrect argument count in call (bytevector-s64-native-ref $v1 0 0)".
3102  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3103  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3104  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3105--- 2934,2942 ----
3106  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: unrecognized endianness huge".
3107  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: unrecognized endianness "tiny"".
3108  bytevector.mo:Expected error in mat bytevector-u56-set!: "bytevector-u56-set!: unrecognized endianness #vu8(173 173 173 173 173 173 ...)".
3109! bytevector.mo:Expected error in mat bytevector-s64-native-ref: "incorrect number of arguments 0 to #<procedure bytevector-s64-native-ref>".
3110! bytevector.mo:Expected error in mat bytevector-s64-native-ref: "incorrect number of arguments 1 to #<procedure bytevector-s64-native-ref>".
3111! bytevector.mo:Expected error in mat bytevector-s64-native-ref: "incorrect number of arguments 3 to #<procedure bytevector-s64-native-ref>".
3112  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3113  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3114  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3115***************
3116*** 2966,2974 ****
3117  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: invalid index 102 for bytevector #vu8(0 0 0 0 0 0 ...)".
3118  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: invalid index 103 for bytevector #vu8(0 0 0 0 0 0 ...)".
3119  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: invalid index 4.0 for bytevector #vu8(0 0 0 0 0 0 ...)".
3120! bytevector.mo:Expected error in mat bytevector-u64-native-ref: "incorrect argument count in call (bytevector-u64-native-ref)".
3121! bytevector.mo:Expected error in mat bytevector-u64-native-ref: "incorrect argument count in call (bytevector-u64-native-ref $v1)".
3122! bytevector.mo:Expected error in mat bytevector-u64-native-ref: "incorrect argument count in call (bytevector-u64-native-ref $v1 0 0)".
3123  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3124  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3125  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3126--- 2966,2974 ----
3127  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: invalid index 102 for bytevector #vu8(0 0 0 0 0 0 ...)".
3128  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: invalid index 103 for bytevector #vu8(0 0 0 0 0 0 ...)".
3129  bytevector.mo:Expected error in mat bytevector-s64-native-ref: "bytevector-s64-native-ref: invalid index 4.0 for bytevector #vu8(0 0 0 0 0 0 ...)".
3130! bytevector.mo:Expected error in mat bytevector-u64-native-ref: "incorrect number of arguments 0 to #<procedure bytevector-u64-native-ref>".
3131! bytevector.mo:Expected error in mat bytevector-u64-native-ref: "incorrect number of arguments 1 to #<procedure bytevector-u64-native-ref>".
3132! bytevector.mo:Expected error in mat bytevector-u64-native-ref: "incorrect number of arguments 3 to #<procedure bytevector-u64-native-ref>".
3133  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3134  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3135  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3136***************
3137*** 2998,3007 ****
3138  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: invalid index 102 for bytevector #vu8(0 0 0 0 0 0 ...)".
3139  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: invalid index 103 for bytevector #vu8(0 0 0 0 0 0 ...)".
3140  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: invalid index 4.0 for bytevector #vu8(0 0 0 0 0 0 ...)".
3141! bytevector.mo:Expected error in mat bytevector-s64-native-set!: "incorrect argument count in call (bytevector-s64-native-set!)".
3142! bytevector.mo:Expected error in mat bytevector-s64-native-set!: "incorrect argument count in call (bytevector-s64-native-set! $v1)".
3143! bytevector.mo:Expected error in mat bytevector-s64-native-set!: "incorrect argument count in call (bytevector-s64-native-set! $v1 0)".
3144! bytevector.mo:Expected error in mat bytevector-s64-native-set!: "incorrect argument count in call (bytevector-s64-native-set! $v1 0 0 15)".
3145  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3146  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3147  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3148--- 2998,3007 ----
3149  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: invalid index 102 for bytevector #vu8(0 0 0 0 0 0 ...)".
3150  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: invalid index 103 for bytevector #vu8(0 0 0 0 0 0 ...)".
3151  bytevector.mo:Expected error in mat bytevector-u64-native-ref: "bytevector-u64-native-ref: invalid index 4.0 for bytevector #vu8(0 0 0 0 0 0 ...)".
3152! bytevector.mo:Expected error in mat bytevector-s64-native-set!: "incorrect number of arguments 0 to #<procedure bytevector-s64-native-set!>".
3153! bytevector.mo:Expected error in mat bytevector-s64-native-set!: "incorrect number of arguments 1 to #<procedure bytevector-s64-native-set!>".
3154! bytevector.mo:Expected error in mat bytevector-s64-native-set!: "incorrect number of arguments 2 to #<procedure bytevector-s64-native-set!>".
3155! bytevector.mo:Expected error in mat bytevector-s64-native-set!: "incorrect number of arguments 4 to #<procedure bytevector-s64-native-set!>".
3156  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3157  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3158  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3159***************
3160*** 3035,3044 ****
3161  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: invalid value <int>".
3162  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: invalid value <-int>".
3163  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: invalid value "hello"".
3164! bytevector.mo:Expected error in mat bytevector-u64-native-set!: "incorrect argument count in call (bytevector-u64-native-set!)".
3165! bytevector.mo:Expected error in mat bytevector-u64-native-set!: "incorrect argument count in call (bytevector-u64-native-set! $v1)".
3166! bytevector.mo:Expected error in mat bytevector-u64-native-set!: "incorrect argument count in call (bytevector-u64-native-set! $v1 0)".
3167! bytevector.mo:Expected error in mat bytevector-u64-native-set!: "incorrect argument count in call (bytevector-u64-native-set! $v1 0 0 15)".
3168  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3169  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3170  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3171--- 3035,3044 ----
3172  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: invalid value <int>".
3173  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: invalid value <-int>".
3174  bytevector.mo:Expected error in mat bytevector-s64-native-set!: "bytevector-s64-native-set!: invalid value "hello"".
3175! bytevector.mo:Expected error in mat bytevector-u64-native-set!: "incorrect number of arguments 0 to #<procedure bytevector-u64-native-set!>".
3176! bytevector.mo:Expected error in mat bytevector-u64-native-set!: "incorrect number of arguments 1 to #<procedure bytevector-u64-native-set!>".
3177! bytevector.mo:Expected error in mat bytevector-u64-native-set!: "incorrect number of arguments 2 to #<procedure bytevector-u64-native-set!>".
3178! bytevector.mo:Expected error in mat bytevector-u64-native-set!: "incorrect number of arguments 4 to #<procedure bytevector-u64-native-set!>".
3179  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3180  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3181  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3182***************
3183*** 3072,3081 ****
3184  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: invalid value <int>".
3185  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: invalid value -1".
3186  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: invalid value "hello"".
3187! bytevector.mo:Expected error in mat bytevector-s64-ref: "incorrect argument count in call (bytevector-s64-ref)".
3188! bytevector.mo:Expected error in mat bytevector-s64-ref: "incorrect argument count in call (bytevector-s64-ref $v1)".
3189! bytevector.mo:Expected error in mat bytevector-s64-ref: "incorrect argument count in call (bytevector-s64-ref $v1 0)".
3190! bytevector.mo:Expected error in mat bytevector-s64-ref: "incorrect argument count in call (bytevector-s64-ref $v1 0 (quote big) 0)".
3191  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3192  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3193  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3194--- 3072,3081 ----
3195  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: invalid value <int>".
3196  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: invalid value -1".
3197  bytevector.mo:Expected error in mat bytevector-u64-native-set!: "bytevector-u64-native-set!: invalid value "hello"".
3198! bytevector.mo:Expected error in mat bytevector-s64-ref: "incorrect number of arguments 0 to #<procedure bytevector-s64-ref>".
3199! bytevector.mo:Expected error in mat bytevector-s64-ref: "incorrect number of arguments 1 to #<procedure bytevector-s64-ref>".
3200! bytevector.mo:Expected error in mat bytevector-s64-ref: "incorrect number of arguments 2 to #<procedure bytevector-s64-ref>".
3201! bytevector.mo:Expected error in mat bytevector-s64-ref: "incorrect number of arguments 4 to #<procedure bytevector-s64-ref>".
3202  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3203  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3204  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3205***************
3206*** 3091,3100 ****
3207  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: unrecognized endianness (quote bonkers)".
3208  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: unrecognized endianness get-real".
3209  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: unrecognized endianness 1e+23".
3210! bytevector.mo:Expected error in mat bytevector-u64-ref: "incorrect argument count in call (bytevector-u64-ref)".
3211! bytevector.mo:Expected error in mat bytevector-u64-ref: "incorrect argument count in call (bytevector-u64-ref $v1)".
3212! bytevector.mo:Expected error in mat bytevector-u64-ref: "incorrect argument count in call (bytevector-u64-ref $v1 0)".
3213! bytevector.mo:Expected error in mat bytevector-u64-ref: "incorrect argument count in call (bytevector-u64-ref $v1 0 (quote big) 0)".
3214  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3215  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3216  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3217--- 3091,3100 ----
3218  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: unrecognized endianness (quote bonkers)".
3219  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: unrecognized endianness get-real".
3220  bytevector.mo:Expected error in mat bytevector-s64-ref: "bytevector-s64-ref: unrecognized endianness 1e+23".
3221! bytevector.mo:Expected error in mat bytevector-u64-ref: "incorrect number of arguments 0 to #<procedure bytevector-u64-ref>".
3222! bytevector.mo:Expected error in mat bytevector-u64-ref: "incorrect number of arguments 1 to #<procedure bytevector-u64-ref>".
3223! bytevector.mo:Expected error in mat bytevector-u64-ref: "incorrect number of arguments 2 to #<procedure bytevector-u64-ref>".
3224! bytevector.mo:Expected error in mat bytevector-u64-ref: "incorrect number of arguments 4 to #<procedure bytevector-u64-ref>".
3225  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3226  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3227  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3228***************
3229*** 3110,3120 ****
3230  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: unrecognized endianness (quote bonkers)".
3231  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: unrecognized endianness get-real".
3232  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: unrecognized endianness 1e+23".
3233! bytevector.mo:Expected error in mat bytevector-s64-set!: "incorrect argument count in call (bytevector-s64-set!)".
3234! bytevector.mo:Expected error in mat bytevector-s64-set!: "incorrect argument count in call (bytevector-s64-set! $v1)".
3235! bytevector.mo:Expected error in mat bytevector-s64-set!: "incorrect argument count in call (bytevector-s64-set! $v1 0)".
3236! bytevector.mo:Expected error in mat bytevector-s64-set!: "incorrect argument count in call (bytevector-s64-set! $v1 0 0)".
3237! bytevector.mo:Expected error in mat bytevector-s64-set!: "incorrect argument count in call (bytevector-s64-set! $v1 0 0 (quote big) 15)".
3238  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3239  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3240  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3241--- 3110,3120 ----
3242  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: unrecognized endianness (quote bonkers)".
3243  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: unrecognized endianness get-real".
3244  bytevector.mo:Expected error in mat bytevector-u64-ref: "bytevector-u64-ref: unrecognized endianness 1e+23".
3245! bytevector.mo:Expected error in mat bytevector-s64-set!: "incorrect number of arguments 0 to #<procedure bytevector-s64-set!>".
3246! bytevector.mo:Expected error in mat bytevector-s64-set!: "incorrect number of arguments 1 to #<procedure bytevector-s64-set!>".
3247! bytevector.mo:Expected error in mat bytevector-s64-set!: "incorrect number of arguments 2 to #<procedure bytevector-s64-set!>".
3248! bytevector.mo:Expected error in mat bytevector-s64-set!: "incorrect number of arguments 3 to #<procedure bytevector-s64-set!>".
3249! bytevector.mo:Expected error in mat bytevector-s64-set!: "incorrect number of arguments 5 to #<procedure bytevector-s64-set!>".
3250  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3251  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3252  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3253***************
3254*** 3133,3143 ****
3255  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: unrecognized endianness gorgeous".
3256  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: unrecognized endianness #(ravenous)".
3257  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: unrecognized endianness #t".
3258! bytevector.mo:Expected error in mat bytevector-u64-set!: "incorrect argument count in call (bytevector-u64-set!)".
3259! bytevector.mo:Expected error in mat bytevector-u64-set!: "incorrect argument count in call (bytevector-u64-set! $v1)".
3260! bytevector.mo:Expected error in mat bytevector-u64-set!: "incorrect argument count in call (bytevector-u64-set! $v1 0)".
3261! bytevector.mo:Expected error in mat bytevector-u64-set!: "incorrect argument count in call (bytevector-u64-set! $v1 0 0)".
3262! bytevector.mo:Expected error in mat bytevector-u64-set!: "incorrect argument count in call (bytevector-u64-set! $v1 0 0 (quote big) 15)".
3263  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3264  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3265  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3266--- 3133,3143 ----
3267  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: unrecognized endianness gorgeous".
3268  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: unrecognized endianness #(ravenous)".
3269  bytevector.mo:Expected error in mat bytevector-s64-set!: "bytevector-s64-set!: unrecognized endianness #t".
3270! bytevector.mo:Expected error in mat bytevector-u64-set!: "incorrect number of arguments 0 to #<procedure bytevector-u64-set!>".
3271! bytevector.mo:Expected error in mat bytevector-u64-set!: "incorrect number of arguments 1 to #<procedure bytevector-u64-set!>".
3272! bytevector.mo:Expected error in mat bytevector-u64-set!: "incorrect number of arguments 2 to #<procedure bytevector-u64-set!>".
3273! bytevector.mo:Expected error in mat bytevector-u64-set!: "incorrect number of arguments 3 to #<procedure bytevector-u64-set!>".
3274! bytevector.mo:Expected error in mat bytevector-u64-set!: "incorrect number of arguments 5 to #<procedure bytevector-u64-set!>".
3275  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3276  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: #(0 0 0 0 0 0 ...) is not a mutable bytevector".
3277  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: invalid index -1 for bytevector #vu8(173 173 173 173 173 173 ...)".
3278***************
3279*** 3156,3164 ****
3280  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: unrecognized endianness gorgeous".
3281  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: unrecognized endianness #(ravenous)".
3282  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: unrecognized endianness #t".
3283! bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "incorrect argument count in call (bytevector-ieee-single-native-ref)".
3284! bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "incorrect argument count in call (bytevector-ieee-single-native-ref $v1)".
3285! bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "incorrect argument count in call (bytevector-ieee-single-native-ref $v1 0 0)".
3286  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3287  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3288  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3289--- 3156,3164 ----
3290  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: unrecognized endianness gorgeous".
3291  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: unrecognized endianness #(ravenous)".
3292  bytevector.mo:Expected error in mat bytevector-u64-set!: "bytevector-u64-set!: unrecognized endianness #t".
3293! bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "incorrect number of arguments 0 to #<procedure bytevector-ieee-single-native-ref>".
3294! bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "incorrect number of arguments 1 to #<procedure bytevector-ieee-single-native-ref>".
3295! bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "incorrect number of arguments 3 to #<procedure bytevector-ieee-single-native-ref>".
3296  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3297  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3298  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3299***************
3300*** 3194,3202 ****
3301  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: invalid index 38 for bytevector #vu8(0 0 0 0 0 0 ...)".
3302  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: invalid index 39 for bytevector #vu8(0 0 0 0 0 0 ...)".
3303  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: invalid index 4.0 for bytevector #vu8(0 0 0 0 0 0 ...)".
3304! bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "incorrect argument count in call (bytevector-ieee-double-native-ref)".
3305! bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "incorrect argument count in call (bytevector-ieee-double-native-ref $v1)".
3306! bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "incorrect argument count in call (bytevector-ieee-double-native-ref $v1 0 0)".
3307  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3308  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3309  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3310--- 3194,3202 ----
3311  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: invalid index 38 for bytevector #vu8(0 0 0 0 0 0 ...)".
3312  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: invalid index 39 for bytevector #vu8(0 0 0 0 0 0 ...)".
3313  bytevector.mo:Expected error in mat bytevector-ieee-single-native-ref: "bytevector-ieee-single-native-ref: invalid index 4.0 for bytevector #vu8(0 0 0 0 0 0 ...)".
3314! bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "incorrect number of arguments 0 to #<procedure bytevector-ieee-double-native-ref>".
3315! bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "incorrect number of arguments 1 to #<procedure bytevector-ieee-double-native-ref>".
3316! bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "incorrect number of arguments 3 to #<procedure bytevector-ieee-double-native-ref>".
3317  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3318  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3319  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3320***************
3321*** 3236,3245 ****
3322  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: invalid index 70 for bytevector #vu8(0 0 0 0 0 0 ...)".
3323  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: invalid index 71 for bytevector #vu8(0 0 0 0 0 0 ...)".
3324  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: invalid index 4.0 for bytevector #vu8(0 0 0 0 0 0 ...)".
3325! bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "incorrect argument count in call (bytevector-ieee-single-native-set!)".
3326! bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "incorrect argument count in call (bytevector-ieee-single-native-set! $v1)".
3327! bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "incorrect argument count in call (bytevector-ieee-single-native-set! $v1 0)".
3328! bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "incorrect argument count in call (bytevector-ieee-single-native-set! $v1 0 0.0 0.0)".
3329  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3330  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3331  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: invalid index -1 for bytevector #vu8(235 235 235 235 235 235 ...)".
3332--- 3236,3245 ----
3333  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: invalid index 70 for bytevector #vu8(0 0 0 0 0 0 ...)".
3334  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: invalid index 71 for bytevector #vu8(0 0 0 0 0 0 ...)".
3335  bytevector.mo:Expected error in mat bytevector-ieee-double-native-ref: "bytevector-ieee-double-native-ref: invalid index 4.0 for bytevector #vu8(0 0 0 0 0 0 ...)".
3336! bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "incorrect number of arguments 0 to #<procedure bytevector-ieee-single-native-set!>".
3337! bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "incorrect number of arguments 1 to #<procedure bytevector-ieee-single-native-set!>".
3338! bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "incorrect number of arguments 2 to #<procedure bytevector-ieee-single-native-set!>".
3339! bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "incorrect number of arguments 4 to #<procedure bytevector-ieee-single-native-set!>".
3340  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3341  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3342  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: invalid index -1 for bytevector #vu8(235 235 235 235 235 235 ...)".
3343***************
3344*** 3273,3282 ****
3345  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: 1.0+0.0i is not a real number".
3346  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: 1.0-0.0i is not a real number".
3347  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: "oops" is not a real number".
3348! bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "incorrect argument count in call (bytevector-ieee-double-native-set!)".
3349! bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "incorrect argument count in call (bytevector-ieee-double-native-set! $v1)".
3350! bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "incorrect argument count in call (bytevector-ieee-double-native-set! $v1 0)".
3351! bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "incorrect argument count in call (bytevector-ieee-double-native-set! $v1 0 0.0 0.0)".
3352  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3353  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3354  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: invalid index -1 for bytevector #vu8(235 235 235 235 235 235 ...)".
3355--- 3273,3282 ----
3356  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: 1.0+0.0i is not a real number".
3357  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: 1.0-0.0i is not a real number".
3358  bytevector.mo:Expected error in mat bytevector-ieee-single-native-set!: "bytevector-ieee-single-native-set!: "oops" is not a real number".
3359! bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "incorrect number of arguments 0 to #<procedure bytevector-ieee-double-native-set!>".
3360! bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "incorrect number of arguments 1 to #<procedure bytevector-ieee-double-native-set!>".
3361! bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "incorrect number of arguments 2 to #<procedure bytevector-ieee-double-native-set!>".
3362! bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "incorrect number of arguments 4 to #<procedure bytevector-ieee-double-native-set!>".
3363  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3364  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3365  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: invalid index -1 for bytevector #vu8(235 235 235 235 235 235 ...)".
3366***************
3367*** 3322,3331 ****
3368  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: 1.0+0.0i is not a real number".
3369  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: 1.0-0.0i is not a real number".
3370  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: "oops" is not a real number".
3371! bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "incorrect argument count in call (bytevector-ieee-single-ref)".
3372! bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "incorrect argument count in call (bytevector-ieee-single-ref $vnative)".
3373! bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "incorrect argument count in call (bytevector-ieee-single-ref $vnative 0)".
3374! bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "incorrect argument count in call (bytevector-ieee-single-ref $vnative 0 (quote big) 0)".
3375  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3376  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3377  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: invalid index -1 for bytevector #vu8(0 0 0 0 199 0 ...)".
3378--- 3322,3331 ----
3379  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: 1.0+0.0i is not a real number".
3380  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: 1.0-0.0i is not a real number".
3381  bytevector.mo:Expected error in mat bytevector-ieee-double-native-set!: "bytevector-ieee-double-native-set!: "oops" is not a real number".
3382! bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "incorrect number of arguments 0 to #<procedure bytevector-ieee-single-ref>".
3383! bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "incorrect number of arguments 1 to #<procedure bytevector-ieee-single-ref>".
3384! bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "incorrect number of arguments 2 to #<procedure bytevector-ieee-single-ref>".
3385! bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "incorrect number of arguments 4 to #<procedure bytevector-ieee-single-ref>".
3386  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3387  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3388  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: invalid index -1 for bytevector #vu8(0 0 0 0 199 0 ...)".
3389***************
3390*** 3337,3346 ****
3391  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: unrecognized endianness "nuts"".
3392  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: unrecognized endianness crazy".
3393  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: unrecognized endianness 35".
3394! bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "incorrect argument count in call (bytevector-ieee-double-ref)".
3395! bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "incorrect argument count in call (bytevector-ieee-double-ref $vnative)".
3396! bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "incorrect argument count in call (bytevector-ieee-double-ref $vnative 0)".
3397! bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "incorrect argument count in call (bytevector-ieee-double-ref $vnative 0 (quote big) 0)".
3398  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3399  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3400  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3401--- 3337,3346 ----
3402  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: unrecognized endianness "nuts"".
3403  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: unrecognized endianness crazy".
3404  bytevector.mo:Expected error in mat bytevector-ieee-single-ref: "bytevector-ieee-single-ref: unrecognized endianness 35".
3405! bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "incorrect number of arguments 0 to #<procedure bytevector-ieee-double-ref>".
3406! bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "incorrect number of arguments 1 to #<procedure bytevector-ieee-double-ref>".
3407! bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "incorrect number of arguments 2 to #<procedure bytevector-ieee-double-ref>".
3408! bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "incorrect number of arguments 4 to #<procedure bytevector-ieee-double-ref>".
3409  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3410  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3411  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3412***************
3413*** 3356,3366 ****
3414  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: unrecognized endianness "nuts"".
3415  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: unrecognized endianness crazy".
3416  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: unrecognized endianness 35".
3417! bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "incorrect argument count in call (bytevector-ieee-single-set!)".
3418! bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "incorrect argument count in call (bytevector-ieee-single-set! $v1)".
3419! bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "incorrect argument count in call (bytevector-ieee-single-set! $v1 0)".
3420! bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "incorrect argument count in call (bytevector-ieee-single-set! $v1 0 0.0)".
3421! bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "incorrect argument count in call (bytevector-ieee-single-set! $v1 0 0.0 (quote big) (quote bigger))".
3422  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3423  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3424  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: invalid index -1 for bytevector #vu8(235 235 235 235 235 235 ...)".
3425--- 3356,3366 ----
3426  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: unrecognized endianness "nuts"".
3427  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: unrecognized endianness crazy".
3428  bytevector.mo:Expected error in mat bytevector-ieee-double-ref: "bytevector-ieee-double-ref: unrecognized endianness 35".
3429! bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "incorrect number of arguments 0 to #<procedure bytevector-ieee-single-set!>".
3430! bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "incorrect number of arguments 1 to #<procedure bytevector-ieee-single-set!>".
3431! bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "incorrect number of arguments 2 to #<procedure bytevector-ieee-single-set!>".
3432! bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "incorrect number of arguments 3 to #<procedure bytevector-ieee-single-set!>".
3433! bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "incorrect number of arguments 5 to #<procedure bytevector-ieee-single-set!>".
3434  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3435  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3436  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: invalid index -1 for bytevector #vu8(235 235 235 235 235 235 ...)".
3437***************
3438*** 3377,3387 ****
3439  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: unrecognized endianness "ouch"".
3440  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: unrecognized endianness what?".
3441  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: unrecognized endianness #\newline".
3442! bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "incorrect argument count in call (bytevector-ieee-double-set!)".
3443! bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "incorrect argument count in call (bytevector-ieee-double-set! $v1)".
3444! bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "incorrect argument count in call (bytevector-ieee-double-set! $v1 0)".
3445! bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "incorrect argument count in call (bytevector-ieee-double-set! $v1 0 0.0)".
3446! bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "incorrect argument count in call (bytevector-ieee-double-set! $v1 0 0.0 (quote big) (quote bigger))".
3447  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3448  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3449  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: invalid index -1 for bytevector #vu8(235 235 235 235 235 235 ...)".
3450--- 3377,3387 ----
3451  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: unrecognized endianness "ouch"".
3452  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: unrecognized endianness what?".
3453  bytevector.mo:Expected error in mat bytevector-ieee-single-set!: "bytevector-ieee-single-set!: unrecognized endianness #\newline".
3454! bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "incorrect number of arguments 0 to #<procedure bytevector-ieee-double-set!>".
3455! bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "incorrect number of arguments 1 to #<procedure bytevector-ieee-double-set!>".
3456! bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "incorrect number of arguments 2 to #<procedure bytevector-ieee-double-set!>".
3457! bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "incorrect number of arguments 3 to #<procedure bytevector-ieee-double-set!>".
3458! bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "incorrect number of arguments 5 to #<procedure bytevector-ieee-double-set!>".
3459  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3460  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3461  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: invalid index -1 for bytevector #vu8(235 235 235 235 235 235 ...)".
3462***************
3463*** 3402,3412 ****
3464  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: unrecognized endianness "ouch"".
3465  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: unrecognized endianness what?".
3466  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: unrecognized endianness #\newline".
3467! bytevector.mo:Expected error in mat bytevector-sint-ref: "incorrect argument count in call (bytevector-sint-ref)".
3468! bytevector.mo:Expected error in mat bytevector-sint-ref: "incorrect argument count in call (bytevector-sint-ref $v1)".
3469! bytevector.mo:Expected error in mat bytevector-sint-ref: "incorrect argument count in call (bytevector-sint-ref $v1 0)".
3470! bytevector.mo:Expected error in mat bytevector-sint-ref: "incorrect argument count in call (bytevector-sint-ref $v1 0 (quote big))".
3471! bytevector.mo:Expected error in mat bytevector-sint-ref: "incorrect argument count in call (bytevector-sint-ref $v1 0 (quote big) 5 0)".
3472  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3473  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3474  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3475--- 3402,3412 ----
3476  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: unrecognized endianness "ouch"".
3477  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: unrecognized endianness what?".
3478  bytevector.mo:Expected error in mat bytevector-ieee-double-set!: "bytevector-ieee-double-set!: unrecognized endianness #\newline".
3479! bytevector.mo:Expected error in mat bytevector-sint-ref: "incorrect number of arguments 0 to #<procedure bytevector-sint-ref>".
3480! bytevector.mo:Expected error in mat bytevector-sint-ref: "incorrect number of arguments 1 to #<procedure bytevector-sint-ref>".
3481! bytevector.mo:Expected error in mat bytevector-sint-ref: "incorrect number of arguments 2 to #<procedure bytevector-sint-ref>".
3482! bytevector.mo:Expected error in mat bytevector-sint-ref: "incorrect number of arguments 3 to #<procedure bytevector-sint-ref>".
3483! bytevector.mo:Expected error in mat bytevector-sint-ref: "incorrect number of arguments 5 to #<procedure bytevector-sint-ref>".
3484  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3485  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3486  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3487***************
3488*** 3441,3451 ****
3489  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: invalid size 0".
3490  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: invalid size -1".
3491  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: invalid size byte".
3492! bytevector.mo:Expected error in mat bytevector-uint-ref: "incorrect argument count in call (bytevector-uint-ref)".
3493! bytevector.mo:Expected error in mat bytevector-uint-ref: "incorrect argument count in call (bytevector-uint-ref $v1)".
3494! bytevector.mo:Expected error in mat bytevector-uint-ref: "incorrect argument count in call (bytevector-uint-ref $v1 0)".
3495! bytevector.mo:Expected error in mat bytevector-uint-ref: "incorrect argument count in call (bytevector-uint-ref $v1 0 (quote big))".
3496! bytevector.mo:Expected error in mat bytevector-uint-ref: "incorrect argument count in call (bytevector-uint-ref $v1 0 (quote big) 5 0)".
3497  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3498  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3499  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3500--- 3441,3451 ----
3501  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: invalid size 0".
3502  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: invalid size -1".
3503  bytevector.mo:Expected error in mat bytevector-sint-ref: "bytevector-sint-ref: invalid size byte".
3504! bytevector.mo:Expected error in mat bytevector-uint-ref: "incorrect number of arguments 0 to #<procedure bytevector-uint-ref>".
3505! bytevector.mo:Expected error in mat bytevector-uint-ref: "incorrect number of arguments 1 to #<procedure bytevector-uint-ref>".
3506! bytevector.mo:Expected error in mat bytevector-uint-ref: "incorrect number of arguments 2 to #<procedure bytevector-uint-ref>".
3507! bytevector.mo:Expected error in mat bytevector-uint-ref: "incorrect number of arguments 3 to #<procedure bytevector-uint-ref>".
3508! bytevector.mo:Expected error in mat bytevector-uint-ref: "incorrect number of arguments 5 to #<procedure bytevector-uint-ref>".
3509  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3510  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: #(3 252 5 0 0 0 ...) is not a bytevector".
3511  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3512***************
3513*** 3483,3494 ****
3514  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: invalid size <int> for bytevector #vu8(1 2 3 4)".
3515  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: invalid size -1".
3516  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: invalid size byte".
3517! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect argument count in call (bytevector-sint-set!)".
3518! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect argument count in call (bytevector-sint-set! $v1)".
3519! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect argument count in call (bytevector-sint-set! $v1 0)".
3520! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect argument count in call (bytevector-sint-set! $v1 0 7)".
3521! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect argument count in call (bytevector-sint-set! $v1 0 7 (quote big))".
3522! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect argument count in call (bytevector-sint-set! $v1 0 7 (quote big) 5 ...)".
3523  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3524  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3525  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3526--- 3483,3494 ----
3527  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: invalid size <int> for bytevector #vu8(1 2 3 4)".
3528  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: invalid size -1".
3529  bytevector.mo:Expected error in mat bytevector-uint-ref: "bytevector-uint-ref: invalid size byte".
3530! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect number of arguments 0 to #<procedure bytevector-sint-set!>".
3531! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect number of arguments 1 to #<procedure bytevector-sint-set!>".
3532! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect number of arguments 2 to #<procedure bytevector-sint-set!>".
3533! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect number of arguments 3 to #<procedure bytevector-sint-set!>".
3534! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect number of arguments 4 to #<procedure bytevector-sint-set!>".
3535! bytevector.mo:Expected error in mat bytevector-sint-set!: "incorrect number of arguments 6 to #<procedure bytevector-sint-set!>".
3536  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3537  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3538  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3539***************
3540*** 3547,3558 ****
3541  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: invalid size 0".
3542  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: invalid size -1".
3543  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: invalid size byte".
3544! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect argument count in call (bytevector-uint-set!)".
3545! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect argument count in call (bytevector-uint-set! $v1)".
3546! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect argument count in call (bytevector-uint-set! $v1 0)".
3547! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect argument count in call (bytevector-uint-set! $v1 0 7)".
3548! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect argument count in call (bytevector-uint-set! $v1 0 7 (quote big))".
3549! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect argument count in call (bytevector-uint-set! $v1 0 7 (quote big) 5 ...)".
3550  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3551  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3552  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3553--- 3547,3558 ----
3554  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: invalid size 0".
3555  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: invalid size -1".
3556  bytevector.mo:Expected error in mat bytevector-sint-set!: "bytevector-sint-set!: invalid size byte".
3557! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect number of arguments 0 to #<procedure bytevector-uint-set!>".
3558! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect number of arguments 1 to #<procedure bytevector-uint-set!>".
3559! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect number of arguments 2 to #<procedure bytevector-uint-set!>".
3560! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect number of arguments 3 to #<procedure bytevector-uint-set!>".
3561! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect number of arguments 4 to #<procedure bytevector-uint-set!>".
3562! bytevector.mo:Expected error in mat bytevector-uint-set!: "incorrect number of arguments 6 to #<procedure bytevector-uint-set!>".
3563  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3564  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: #(3 252 5 0 0 0 ...) is not a mutable bytevector".
3565  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: invalid index -1 for bytevector #vu8(0 0 0 0 0 0 ...)".
3566***************
3567*** 3611,3626 ****
3568  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: invalid size 0".
3569  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: invalid size -1".
3570  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: invalid size byte".
3571! bytevector.mo:Expected error in mat bytevector-copy: "incorrect argument count in call (bytevector-copy)".
3572! bytevector.mo:Expected error in mat bytevector-copy: "incorrect argument count in call (bytevector-copy #vu8() #vu8())".
3573  bytevector.mo:Expected error in mat bytevector-copy: "bytevector-copy: (a b c) is not a bytevector".
3574  bytevector.mo:Expected error in mat bytevector-copy: "bytevector-copy: (a b c) is not a bytevector".
3575! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect argument count in call (bytevector-copy!)".
3576! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect argument count in call (bytevector-copy! $v2)".
3577! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect argument count in call (bytevector-copy! $v2 3)".
3578! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect argument count in call (bytevector-copy! $v2 3 $v1)".
3579! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect argument count in call (bytevector-copy! $v2 3 $v1 1)".
3580! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect argument count in call (bytevector-copy! $v2 3 $v1 1 2 ...)".
3581  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: 0 is not a bytevector".
3582  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: #(1 2 3) is not a mutable bytevector".
3583  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: invalid start value -1".
3584--- 3611,3626 ----
3585  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: invalid size 0".
3586  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: invalid size -1".
3587  bytevector.mo:Expected error in mat bytevector-uint-set!: "bytevector-uint-set!: invalid size byte".
3588! bytevector.mo:Expected error in mat bytevector-copy: "incorrect number of arguments 0 to #<procedure bytevector-copy>".
3589! bytevector.mo:Expected error in mat bytevector-copy: "incorrect number of arguments 2 to #<procedure bytevector-copy>".
3590  bytevector.mo:Expected error in mat bytevector-copy: "bytevector-copy: (a b c) is not a bytevector".
3591  bytevector.mo:Expected error in mat bytevector-copy: "bytevector-copy: (a b c) is not a bytevector".
3592! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect number of arguments 0 to #<procedure bytevector-copy!>".
3593! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect number of arguments 1 to #<procedure bytevector-copy!>".
3594! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect number of arguments 2 to #<procedure bytevector-copy!>".
3595! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect number of arguments 3 to #<procedure bytevector-copy!>".
3596! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect number of arguments 4 to #<procedure bytevector-copy!>".
3597! bytevector.mo:Expected error in mat bytevector-copy!: "incorrect number of arguments 6 to #<procedure bytevector-copy!>".
3598  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: 0 is not a bytevector".
3599  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: #(1 2 3) is not a mutable bytevector".
3600  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: invalid start value -1".
3601***************
3602*** 3644,3652 ****
3603  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: index 4 + count 1 is beyond the end of #vu8(1 2 3 4)".
3604  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: index 0 + count 500 is beyond the end of #vu8(255 254 253 252 251 250 ...)".
3605  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: index 500 + count 0 is beyond the end of #vu8(255 254 253 252 251 250 ...)".
3606! bytevector.mo:Expected error in mat bytevector-truncate!: "incorrect argument count in call (bytevector-truncate!)".
3607! bytevector.mo:Expected error in mat bytevector-truncate!: "incorrect argument count in call (bytevector-truncate! $v)".
3608! bytevector.mo:Expected error in mat bytevector-truncate!: "incorrect argument count in call (bytevector-truncate! $v 3 15)".
3609  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: 0 is not a mutable bytevector".
3610  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: "abc" is not a mutable bytevector".
3611  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: invalid new length -1 for #vu8(1 2 3 4 5 6 ...)".
3612--- 3644,3652 ----
3613  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: index 4 + count 1 is beyond the end of #vu8(1 2 3 4)".
3614  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: index 0 + count 500 is beyond the end of #vu8(255 254 253 252 251 250 ...)".
3615  bytevector.mo:Expected error in mat bytevector-copy!: "bytevector-copy!: index 500 + count 0 is beyond the end of #vu8(255 254 253 252 251 250 ...)".
3616! bytevector.mo:Expected error in mat bytevector-truncate!: "incorrect number of arguments 0 to #<procedure bytevector-truncate!>".
3617! bytevector.mo:Expected error in mat bytevector-truncate!: "incorrect number of arguments 1 to #<procedure bytevector-truncate!>".
3618! bytevector.mo:Expected error in mat bytevector-truncate!: "incorrect number of arguments 3 to #<procedure bytevector-truncate!>".
3619  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: 0 is not a mutable bytevector".
3620  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: "abc" is not a mutable bytevector".
3621  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: invalid new length -1 for #vu8(1 2 3 4 5 6 ...)".
3622***************
3623*** 3654,3694 ****
3624  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: invalid new length 1000 for #vu8(1 2 3 4 5 6 ...)".
3625  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: invalid new length <int> for #vu8(1 2 3 4 5 6 ...)".
3626  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: invalid new length a for #vu8(1 2 3 4 5 6 ...)".
3627! bytevector.mo:Expected error in mat bytevector-fill!: "incorrect argument count in call (bytevector-fill!)".
3628! bytevector.mo:Expected error in mat bytevector-fill!: "incorrect argument count in call (bytevector-fill! $v1)".
3629! bytevector.mo:Expected error in mat bytevector-fill!: "incorrect argument count in call (bytevector-fill! $v1 0 0)".
3630  bytevector.mo:Expected error in mat bytevector-fill!: "bytevector-fill!: a is not a mutable bytevector".
3631  bytevector.mo:Expected error in mat bytevector-fill!: "bytevector-fill!: #(1) is not a mutable bytevector".
3632  bytevector.mo:Expected error in mat bytevector-fill!: "bytevector-fill!: -129 is not a valid fill value".
3633  bytevector.mo:Expected error in mat bytevector-fill!: "bytevector-fill!: 256 is not a valid fill value".
3634  bytevector.mo:Expected error in mat bytevector-fill!: "bytevector-fill!: a is not a valid fill value".
3635! bytevector.mo:Expected error in mat s8-list->bytevector: "incorrect argument count in call (s8-list->bytevector)".
3636! bytevector.mo:Expected error in mat s8-list->bytevector: "incorrect argument count in call (s8-list->bytevector (quote (1 -2 3)) (quote (1 -2 3)))".
3637  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: #(a b c) is not a proper list".
3638  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: #(a b c) is not a proper list".
3639  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: (1 2 . 3) is not a proper list".
3640  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: (1 2 3 2 3 2 ...) is circular".
3641  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: invalid value -129".
3642  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: invalid value 128".
3643! bytevector.mo:Expected error in mat u8-list->bytevector: "incorrect argument count in call (u8-list->bytevector)".
3644! bytevector.mo:Expected error in mat u8-list->bytevector: "incorrect argument count in call (u8-list->bytevector (quote (1 2 3)) (quote (1 2 3)))".
3645  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: #(a b c) is not a proper list".
3646  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: #(a b c) is not a proper list".
3647  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: invalid value -129".
3648  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: invalid value -1".
3649  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: (1 2 . 3) is not a proper list".
3650  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: (1 2 3 2 3 2 ...) is circular".
3651! bytevector.mo:Expected error in mat bytevector->s8-list: "incorrect argument count in call (bytevector->s8-list)".
3652! bytevector.mo:Expected error in mat bytevector->s8-list: "incorrect argument count in call (bytevector->s8-list #vu8(1 2 3) #vu8(1 2 3))".
3653  bytevector.mo:Expected error in mat bytevector->s8-list: "bytevector->s8-list: "hello" is not a bytevector".
3654  bytevector.mo:Expected error in mat bytevector->s8-list: "bytevector->s8-list: (a b c) is not a bytevector".
3655! bytevector.mo:Expected error in mat bytevector->u8-list: "incorrect argument count in call (bytevector->u8-list)".
3656! bytevector.mo:Expected error in mat bytevector->u8-list: "incorrect argument count in call (bytevector->u8-list #vu8(1 2 3) #vu8(1 2 3))".
3657  bytevector.mo:Expected error in mat bytevector->u8-list: "bytevector->u8-list: "hello" is not a bytevector".
3658  bytevector.mo:Expected error in mat bytevector->u8-list: "bytevector->u8-list: (a b c) is not a bytevector".
3659! bytevector.mo:Expected error in mat sint-list->bytevector: "incorrect argument count in call (sint-list->bytevector)".
3660! bytevector.mo:Expected error in mat sint-list->bytevector: "incorrect argument count in call (sint-list->bytevector (quote (1 3 7)) (quote little))".
3661! bytevector.mo:Expected error in mat sint-list->bytevector: "incorrect argument count in call (sint-list->bytevector (quote (1 -3 7)) (quote big) 1 0)".
3662  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: #(a b c) is not a proper list".
3663  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: #(a b c) is not a proper list".
3664  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: (1 2 . 3) is not a proper list".
3665--- 3654,3694 ----
3666  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: invalid new length 1000 for #vu8(1 2 3 4 5 6 ...)".
3667  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: invalid new length <int> for #vu8(1 2 3 4 5 6 ...)".
3668  bytevector.mo:Expected error in mat bytevector-truncate!: "bytevector-truncate!: invalid new length a for #vu8(1 2 3 4 5 6 ...)".
3669! bytevector.mo:Expected error in mat bytevector-fill!: "incorrect number of arguments 0 to #<procedure bytevector-fill!>".
3670! bytevector.mo:Expected error in mat bytevector-fill!: "incorrect number of arguments 1 to #<procedure bytevector-fill!>".
3671! bytevector.mo:Expected error in mat bytevector-fill!: "incorrect number of arguments 3 to #<procedure bytevector-fill!>".
3672  bytevector.mo:Expected error in mat bytevector-fill!: "bytevector-fill!: a is not a mutable bytevector".
3673  bytevector.mo:Expected error in mat bytevector-fill!: "bytevector-fill!: #(1) is not a mutable bytevector".
3674  bytevector.mo:Expected error in mat bytevector-fill!: "bytevector-fill!: -129 is not a valid fill value".
3675  bytevector.mo:Expected error in mat bytevector-fill!: "bytevector-fill!: 256 is not a valid fill value".
3676  bytevector.mo:Expected error in mat bytevector-fill!: "bytevector-fill!: a is not a valid fill value".
3677! bytevector.mo:Expected error in mat s8-list->bytevector: "incorrect number of arguments 0 to #<procedure s8-list->bytevector>".
3678! bytevector.mo:Expected error in mat s8-list->bytevector: "incorrect number of arguments 2 to #<procedure s8-list->bytevector>".
3679  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: #(a b c) is not a proper list".
3680  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: #(a b c) is not a proper list".
3681  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: (1 2 . 3) is not a proper list".
3682  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: (1 2 3 2 3 2 ...) is circular".
3683  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: invalid value -129".
3684  bytevector.mo:Expected error in mat s8-list->bytevector: "s8-list->bytevector: invalid value 128".
3685! bytevector.mo:Expected error in mat u8-list->bytevector: "incorrect number of arguments 0 to #<procedure u8-list->bytevector>".
3686! bytevector.mo:Expected error in mat u8-list->bytevector: "incorrect number of arguments 2 to #<procedure u8-list->bytevector>".
3687  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: #(a b c) is not a proper list".
3688  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: #(a b c) is not a proper list".
3689  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: invalid value -129".
3690  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: invalid value -1".
3691  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: (1 2 . 3) is not a proper list".
3692  bytevector.mo:Expected error in mat u8-list->bytevector: "u8-list->bytevector: (1 2 3 2 3 2 ...) is circular".
3693! bytevector.mo:Expected error in mat bytevector->s8-list: "incorrect number of arguments 0 to #<procedure bytevector->s8-list>".
3694! bytevector.mo:Expected error in mat bytevector->s8-list: "incorrect number of arguments 2 to #<procedure bytevector->s8-list>".
3695  bytevector.mo:Expected error in mat bytevector->s8-list: "bytevector->s8-list: "hello" is not a bytevector".
3696  bytevector.mo:Expected error in mat bytevector->s8-list: "bytevector->s8-list: (a b c) is not a bytevector".
3697! bytevector.mo:Expected error in mat bytevector->u8-list: "incorrect number of arguments 0 to #<procedure bytevector->u8-list>".
3698! bytevector.mo:Expected error in mat bytevector->u8-list: "incorrect number of arguments 2 to #<procedure bytevector->u8-list>".
3699  bytevector.mo:Expected error in mat bytevector->u8-list: "bytevector->u8-list: "hello" is not a bytevector".
3700  bytevector.mo:Expected error in mat bytevector->u8-list: "bytevector->u8-list: (a b c) is not a bytevector".
3701! bytevector.mo:Expected error in mat sint-list->bytevector: "incorrect number of arguments 0 to #<procedure sint-list->bytevector>".
3702! bytevector.mo:Expected error in mat sint-list->bytevector: "incorrect number of arguments 2 to #<procedure sint-list->bytevector>".
3703! bytevector.mo:Expected error in mat sint-list->bytevector: "incorrect number of arguments 4 to #<procedure sint-list->bytevector>".
3704  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: #(a b c) is not a proper list".
3705  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: #(a b c) is not a proper list".
3706  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: (1 2 . 3) is not a proper list".
3707***************
3708*** 3727,3735 ****
3709  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: invalid size 0".
3710  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: invalid size 1.0".
3711  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: invalid size "oops"".
3712! bytevector.mo:Expected error in mat uint-list->bytevector: "incorrect argument count in call (uint-list->bytevector)".
3713! bytevector.mo:Expected error in mat uint-list->bytevector: "incorrect argument count in call (uint-list->bytevector (quote (1 3 7)) (quote little))".
3714! bytevector.mo:Expected error in mat uint-list->bytevector: "incorrect argument count in call (uint-list->bytevector (quote (1 -3 7)) (quote big) 1 0)".
3715  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: #(a b c) is not a proper list".
3716  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: #(a b c) is not a proper list".
3717  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: (1 2 . 3) is not a proper list".
3718--- 3727,3735 ----
3719  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: invalid size 0".
3720  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: invalid size 1.0".
3721  bytevector.mo:Expected error in mat sint-list->bytevector: "sint-list->bytevector: invalid size "oops"".
3722! bytevector.mo:Expected error in mat uint-list->bytevector: "incorrect number of arguments 0 to #<procedure uint-list->bytevector>".
3723! bytevector.mo:Expected error in mat uint-list->bytevector: "incorrect number of arguments 2 to #<procedure uint-list->bytevector>".
3724! bytevector.mo:Expected error in mat uint-list->bytevector: "incorrect number of arguments 4 to #<procedure uint-list->bytevector>".
3725  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: #(a b c) is not a proper list".
3726  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: #(a b c) is not a proper list".
3727  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: (1 2 . 3) is not a proper list".
3728***************
3729*** 3768,3776 ****
3730  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: invalid size 0".
3731  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: invalid size 1.0".
3732  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: invalid size "oops"".
3733! bytevector.mo:Expected error in mat bytevector->sint-list: "incorrect argument count in call (bytevector->sint-list)".
3734! bytevector.mo:Expected error in mat bytevector->sint-list: "incorrect argument count in call (bytevector->sint-list #vu8(1 3 7) (quote little))".
3735! bytevector.mo:Expected error in mat bytevector->sint-list: "incorrect argument count in call (bytevector->sint-list #vu8(1 253 7) (quote big) 1 0)".
3736  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: #(a b c) is not a bytevector".
3737  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: #(a b c) is not a bytevector".
3738  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: unrecognized endianness spam".
3739--- 3768,3776 ----
3740  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: invalid size 0".
3741  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: invalid size 1.0".
3742  bytevector.mo:Expected error in mat uint-list->bytevector: "uint-list->bytevector: invalid size "oops"".
3743! bytevector.mo:Expected error in mat bytevector->sint-list: "incorrect number of arguments 0 to #<procedure bytevector->sint-list>".
3744! bytevector.mo:Expected error in mat bytevector->sint-list: "incorrect number of arguments 2 to #<procedure bytevector->sint-list>".
3745! bytevector.mo:Expected error in mat bytevector->sint-list: "incorrect number of arguments 4 to #<procedure bytevector->sint-list>".
3746  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: #(a b c) is not a bytevector".
3747  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: #(a b c) is not a bytevector".
3748  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: unrecognized endianness spam".
3749***************
3750*** 3790,3798 ****
3751  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: bytevector length 12 is not a multiple of size 10".
3752  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: bytevector length 12 is not a multiple of size 11".
3753  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: bytevector length 12 is not a multiple of size 50".
3754! bytevector.mo:Expected error in mat bytevector->uint-list: "incorrect argument count in call (bytevector->uint-list)".
3755! bytevector.mo:Expected error in mat bytevector->uint-list: "incorrect argument count in call (bytevector->uint-list #vu8(1 3 7) (quote little))".
3756! bytevector.mo:Expected error in mat bytevector->uint-list: "incorrect argument count in call (bytevector->uint-list #vu8(1 253 7) (quote big) 1 0)".
3757  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: #(a b c) is not a bytevector".
3758  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: #(a b c) is not a bytevector".
3759  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: unrecognized endianness spam".
3760--- 3790,3798 ----
3761  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: bytevector length 12 is not a multiple of size 10".
3762  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: bytevector length 12 is not a multiple of size 11".
3763  bytevector.mo:Expected error in mat bytevector->sint-list: "bytevector->sint-list: bytevector length 12 is not a multiple of size 50".
3764! bytevector.mo:Expected error in mat bytevector->uint-list: "incorrect number of arguments 0 to #<procedure bytevector->uint-list>".
3765! bytevector.mo:Expected error in mat bytevector->uint-list: "incorrect number of arguments 2 to #<procedure bytevector->uint-list>".
3766! bytevector.mo:Expected error in mat bytevector->uint-list: "incorrect number of arguments 4 to #<procedure bytevector->uint-list>".
3767  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: #(a b c) is not a bytevector".
3768  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: #(a b c) is not a bytevector".
3769  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: unrecognized endianness spam".
3770***************
3771*** 3812,3820 ****
3772  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: bytevector length 12 is not a multiple of size 10".
3773  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: bytevector length 12 is not a multiple of size 11".
3774  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: bytevector length 12 is not a multiple of size 50".
3775! bytevector.mo:Expected error in mat bytevector=?: "incorrect argument count in call (bytevector=?)".
3776! bytevector.mo:Expected error in mat bytevector=?: "incorrect argument count in call (bytevector=? #vu8())".
3777! bytevector.mo:Expected error in mat bytevector=?: "incorrect argument count in call (bytevector=? #vu8() #vu8() #vu8())".
3778  bytevector.mo:Expected error in mat bytevector=?: "bytevector=?: a is not a bytevector".
3779  bytevector.mo:Expected error in mat bytevector=?: "bytevector=?: "a" is not a bytevector".
3780  bytevector.mo:Expected error in mat tspl/csug-examples: "invalid endianness "spam"".
3781--- 3812,3820 ----
3782  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: bytevector length 12 is not a multiple of size 10".
3783  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: bytevector length 12 is not a multiple of size 11".
3784  bytevector.mo:Expected error in mat bytevector->uint-list: "bytevector->uint-list: bytevector length 12 is not a multiple of size 50".
3785! bytevector.mo:Expected error in mat bytevector=?: "incorrect number of arguments 0 to #<procedure bytevector=?>".
3786! bytevector.mo:Expected error in mat bytevector=?: "incorrect number of arguments 1 to #<procedure bytevector=?>".
3787! bytevector.mo:Expected error in mat bytevector=?: "incorrect number of arguments 3 to #<procedure bytevector=?>".
3788  bytevector.mo:Expected error in mat bytevector=?: "bytevector=?: a is not a bytevector".
3789  bytevector.mo:Expected error in mat bytevector=?: "bytevector=?: "a" is not a bytevector".
3790  bytevector.mo:Expected error in mat tspl/csug-examples: "invalid endianness "spam"".
3791***************
3792*** 3920,3940 ****
3793  bytevector.mo:Expected error in mat bytevector-compress: "bytevector-uncompress: invalid data in source bytevector #vu8(0 0 0 0 0 0 ...)".
3794  bytevector.mo:Expected error in mat bytevector-compress: "bytevector-uncompress: bytevector #vu8(255 255 255 255 255 255 ...) claims invalid uncompressed size <int>".
3795  profile.mo:Expected error in mat compile-profile: "compile-profile: invalid mode src [must be #f, #t, source, or block]".
3796! profile.mo:Expected error in mat compile-profile: "incorrect argument count in call (profile-dump (quote ()))".
3797! profile.mo:Expected error in mat compile-profile: "incorrect argument count in call (profile-clear (quote ()))".
3798! profile.mo:Expected error in mat compile-profile: "incorrect argument count in call (profile-dump-list #t (quote ()) 3)".
3799  profile.mo:Expected error in mat compile-profile: "profile-dump-list: invalid dump 17".
3800  profile.mo:Expected error in mat compile-profile: "profile-dump-list: invalid dump (17)".
3801  profile.mo:Expected error in mat compile-profile: "profile-dump-list: invalid dump ((a . 17))".
3802  profile.mo:Expected error in mat compile-profile: "profile-dump-list: invalid dump ((#<source abc[0:3]> . q))".
3803! profile.mo:Expected error in mat compile-profile: "incorrect argument count in call (profile-dump-html "" (quote ()) 3)".
3804  profile.mo:Expected error in mat compile-profile: "profile-dump-html: (prefix) is not a string".
3805  profile.mo:Expected error in mat compile-profile: "profile-dump-html: invalid dump 17".
3806  profile.mo:Expected error in mat compile-profile: "profile-dump-html: invalid dump (17)".
3807  profile.mo:Expected error in mat compile-profile: "profile-dump-html: invalid dump ((a . 17))".
3808  profile.mo:Expected error in mat compile-profile: "profile-dump-html: invalid dump ((#<source abc[0:3]> . q))".
3809! profile.mo:Expected error in mat compile-profile: "incorrect argument count in call (profile-dump-data)".
3810! profile.mo:Expected error in mat compile-profile: "incorrect argument count in call (profile-dump-data "profile.data" (quote ()) (quote q))".
3811  profile.mo:Expected error in mat compile-profile: "profile-dump-data: #t is not a string".
3812  profile.mo:Expected error in mat compile-profile: "profile-dump-data: invalid dump 17".
3813  profile.mo:Expected error in mat compile-profile: "profile-dump-data: invalid dump (17)".
3814--- 3920,3940 ----
3815  bytevector.mo:Expected error in mat bytevector-compress: "bytevector-uncompress: invalid data in source bytevector #vu8(0 0 0 0 0 0 ...)".
3816  bytevector.mo:Expected error in mat bytevector-compress: "bytevector-uncompress: bytevector #vu8(255 255 255 255 255 255 ...) claims invalid uncompressed size <int>".
3817  profile.mo:Expected error in mat compile-profile: "compile-profile: invalid mode src [must be #f, #t, source, or block]".
3818! profile.mo:Expected error in mat compile-profile: "incorrect number of arguments 1 to #<procedure profile-dump>".
3819! profile.mo:Expected error in mat compile-profile: "incorrect number of arguments 1 to #<procedure profile-clear>".
3820! profile.mo:Expected error in mat compile-profile: "incorrect number of arguments 3 to #<procedure profile-dump-list>".
3821  profile.mo:Expected error in mat compile-profile: "profile-dump-list: invalid dump 17".
3822  profile.mo:Expected error in mat compile-profile: "profile-dump-list: invalid dump (17)".
3823  profile.mo:Expected error in mat compile-profile: "profile-dump-list: invalid dump ((a . 17))".
3824  profile.mo:Expected error in mat compile-profile: "profile-dump-list: invalid dump ((#<source abc[0:3]> . q))".
3825! profile.mo:Expected error in mat compile-profile: "incorrect number of arguments 3 to #<procedure profile-dump-html>".
3826  profile.mo:Expected error in mat compile-profile: "profile-dump-html: (prefix) is not a string".
3827  profile.mo:Expected error in mat compile-profile: "profile-dump-html: invalid dump 17".
3828  profile.mo:Expected error in mat compile-profile: "profile-dump-html: invalid dump (17)".
3829  profile.mo:Expected error in mat compile-profile: "profile-dump-html: invalid dump ((a . 17))".
3830  profile.mo:Expected error in mat compile-profile: "profile-dump-html: invalid dump ((#<source abc[0:3]> . q))".
3831! profile.mo:Expected error in mat compile-profile: "incorrect number of arguments 0 to #<procedure profile-dump-data>".
3832! profile.mo:Expected error in mat compile-profile: "incorrect number of arguments 3 to #<procedure profile-dump-data>".
3833  profile.mo:Expected error in mat compile-profile: "profile-dump-data: #t is not a string".
3834  profile.mo:Expected error in mat compile-profile: "profile-dump-data: invalid dump 17".
3835  profile.mo:Expected error in mat compile-profile: "profile-dump-data: invalid dump (17)".
3836***************
3837*** 3956,3967 ****
3838  profile.mo:Expected error in mat profile-form: "profile subform is not a source object 3".
3839  misc.mo:Expected error in mat compiler1: "variable i-am-not-bound is not bound".
3840  misc.mo:Expected error in mat compiler1: "attempt to apply non-procedure oops".
3841! misc.mo:Expected error in mat compiler1: "incorrect argument count in call (g (list))".
3842  misc.mo:Expected error in mat compiler1: "incorrect argument count in call ((begin (quote foo) a))".
3843  misc.mo:Expected error in mat compiler2: "+: a is not a number".
3844  misc.mo:Expected error in mat compiler2: "incorrect argument count in call (f 3 4)".
3845! misc.mo:Expected error in mat compiler2: "incorrect argument count in call (car 1 2)".
3846! misc.mo:Expected error in mat compiler2: "incorrect argument count in call (cons 1 2 3)".
3847  misc.mo:Expected error in mat compiler3: "incorrect argument count in call (consumer 1 2) at line 3, char 19 of testfile.ss".
3848  misc.mo:Expected error in mat compiler3: "incorrect argument count in call (consumer 1 2)".
3849  misc.mo:Expected error in mat compiler3: "variable goto is not bound".
3850--- 3956,3967 ----
3851  profile.mo:Expected error in mat profile-form: "profile subform is not a source object 3".
3852  misc.mo:Expected error in mat compiler1: "variable i-am-not-bound is not bound".
3853  misc.mo:Expected error in mat compiler1: "attempt to apply non-procedure oops".
3854! misc.mo:Expected error in mat compiler1: "incorrect argument count in call (g (($top-level-value (...))))".
3855  misc.mo:Expected error in mat compiler1: "incorrect argument count in call ((begin (quote foo) a))".
3856  misc.mo:Expected error in mat compiler2: "+: a is not a number".
3857  misc.mo:Expected error in mat compiler2: "incorrect argument count in call (f 3 4)".
3858! misc.mo:Expected error in mat compiler2: "incorrect number of arguments 2 to #<procedure car>".
3859! misc.mo:Expected error in mat compiler2: "incorrect number of arguments 3 to #<procedure cons>".
3860  misc.mo:Expected error in mat compiler3: "incorrect argument count in call (consumer 1 2) at line 3, char 19 of testfile.ss".
3861  misc.mo:Expected error in mat compiler3: "incorrect argument count in call (consumer 1 2)".
3862  misc.mo:Expected error in mat compiler3: "variable goto is not bound".
3863***************
3864*** 4060,4066 ****
3865  misc.mo:Expected error in mat $fasl-file-equal?: "$fasl-file-equal?: failed for probably-does-not-exist: no such file or directory".
3866  misc.mo:Expected error in mat $fasl-file-equal?: "$fasl-file-equal?: failed for probably-does-not-exist: no such file or directory".
3867  misc.mo:Expected error in mat $fasl-file-equal?: "$fasl-file-equal?: record comparison failed while comparing testfile-fatfib1.so and testfile-fatfib3.so within fasl entry 4".
3868! misc.mo:Expected error in mat cost-center: "incorrect argument count in call (make-cost-center (quote foo))".
3869  misc.mo:Expected error in mat cost-center: "with-cost-center: foo is not a cost center".
3870  misc.mo:Expected error in mat cost-center: "with-cost-center: bar is not a procedure".
3871  misc.mo:Expected error in mat cost-center: "cost-center-instruction-count: 5 is not a cost center".
3872--- 4060,4066 ----
3873  misc.mo:Expected error in mat $fasl-file-equal?: "$fasl-file-equal?: failed for probably-does-not-exist: no such file or directory".
3874  misc.mo:Expected error in mat $fasl-file-equal?: "$fasl-file-equal?: failed for probably-does-not-exist: no such file or directory".
3875  misc.mo:Expected error in mat $fasl-file-equal?: "$fasl-file-equal?: record comparison failed while comparing testfile-fatfib1.so and testfile-fatfib3.so within fasl entry 4".
3876! misc.mo:Expected error in mat cost-center: "incorrect number of arguments 1 to #<procedure make-cost-center>".
3877  misc.mo:Expected error in mat cost-center: "with-cost-center: foo is not a cost center".
3878  misc.mo:Expected error in mat cost-center: "with-cost-center: bar is not a procedure".
3879  misc.mo:Expected error in mat cost-center: "cost-center-instruction-count: 5 is not a cost center".
3880***************
3881*** 4114,4121 ****
3882  misc.mo:Expected error in mat apropos: "apropos: 3 is not a symbol or string".
3883  misc.mo:Expected error in mat apropos: "apropos: (hit me) is not a symbol or string".
3884  misc.mo:Expected error in mat apropos: "apropos-list: b is not an environment".
3885! misc.mo:Expected error in mat apropos: "incorrect argument count in call (apropos (quote a) (quote b) (quote c))".
3886! misc.mo:Expected error in mat apropos: "incorrect argument count in call (apropos)".
3887  misc.mo:Expected error in mat apropos: "variable $apropos-unbound1 is not bound".
3888  misc.mo:Expected error in mat apropos: "variable $apropos-unbound2 is not bound".
3889  misc.mo:Expected error in mat simplify-if: "textual-port?: a is not a port".
3890--- 4114,4121 ----
3891  misc.mo:Expected error in mat apropos: "apropos: 3 is not a symbol or string".
3892  misc.mo:Expected error in mat apropos: "apropos: (hit me) is not a symbol or string".
3893  misc.mo:Expected error in mat apropos: "apropos-list: b is not an environment".
3894! misc.mo:Expected error in mat apropos: "incorrect number of arguments 3 to #<procedure apropos>".
3895! misc.mo:Expected error in mat apropos: "incorrect number of arguments 0 to #<procedure apropos>".
3896  misc.mo:Expected error in mat apropos: "variable $apropos-unbound1 is not bound".
3897  misc.mo:Expected error in mat apropos: "variable $apropos-unbound2 is not bound".
3898  misc.mo:Expected error in mat simplify-if: "textual-port?: a is not a port".
3899***************
3900*** 4130,4145 ****
3901  misc.mo:Expected error in mat pariah: "invalid syntax (pariah)".
3902  misc.mo:Expected error in mat pariah: "invalid syntax (pariah . 17)".
3903  misc.mo:Expected error in mat procedure-arity-mask: "procedure-arity-mask: 17 is not a procedure".
3904! misc.mo:Expected error in mat wrapper-procedure: "incorrect argument count in call (make-wrapper-procedure)".
3905! misc.mo:Expected error in mat wrapper-procedure: "incorrect argument count in call (make-wrapper-procedure (lambda args args))".
3906! misc.mo:Expected error in mat wrapper-procedure: "incorrect argument count in call (make-wrapper-procedure (lambda args args) 1)".
3907  misc.mo:Expected error in mat wrapper-procedure: "make-wrapper-procedure: 1 is not a procedure".
3908  misc.mo:Expected error in mat wrapper-procedure: "make-wrapper-procedure: not-a-procedure is not a procedure".
3909  misc.mo:Expected error in mat wrapper-procedure: "make-wrapper-procedure: not-an-exact-integer is not an arity mask".
3910  misc.mo:Expected error in mat wrapper-procedure: "make-wrapper-procedure: 1.0 is not an arity mask".
3911! misc.mo:Expected error in mat wrapper-procedure: "incorrect argument count in call (make-arity-wrapper-procedure)".
3912! misc.mo:Expected error in mat wrapper-procedure: "incorrect argument count in call (make-arity-wrapper-procedure (lambda args args))".
3913! misc.mo:Expected error in mat wrapper-procedure: "incorrect argument count in call (make-arity-wrapper-procedure (lambda args args) 1)".
3914  misc.mo:Expected error in mat wrapper-procedure: "make-arity-wrapper-procedure: 1 is not a procedure".
3915  misc.mo:Expected error in mat wrapper-procedure: "make-arity-wrapper-procedure: not-a-procedure is not a procedure".
3916  misc.mo:Expected error in mat wrapper-procedure: "make-arity-wrapper-procedure: not-an-exact-integer is not an arity mask".
3917--- 4130,4145 ----
3918  misc.mo:Expected error in mat pariah: "invalid syntax (pariah)".
3919  misc.mo:Expected error in mat pariah: "invalid syntax (pariah . 17)".
3920  misc.mo:Expected error in mat procedure-arity-mask: "procedure-arity-mask: 17 is not a procedure".
3921! misc.mo:Expected error in mat wrapper-procedure: "incorrect number of arguments 0 to #<procedure make-wrapper-procedure>".
3922! misc.mo:Expected error in mat wrapper-procedure: "incorrect number of arguments 1 to #<procedure make-wrapper-procedure>".
3923! misc.mo:Expected error in mat wrapper-procedure: "incorrect number of arguments 2 to #<procedure make-wrapper-procedure>".
3924  misc.mo:Expected error in mat wrapper-procedure: "make-wrapper-procedure: 1 is not a procedure".
3925  misc.mo:Expected error in mat wrapper-procedure: "make-wrapper-procedure: not-a-procedure is not a procedure".
3926  misc.mo:Expected error in mat wrapper-procedure: "make-wrapper-procedure: not-an-exact-integer is not an arity mask".
3927  misc.mo:Expected error in mat wrapper-procedure: "make-wrapper-procedure: 1.0 is not an arity mask".
3928! misc.mo:Expected error in mat wrapper-procedure: "incorrect number of arguments 0 to #<procedure make-arity-wrapper-procedure>".
3929! misc.mo:Expected error in mat wrapper-procedure: "incorrect number of arguments 1 to #<procedure make-arity-wrapper-procedure>".
3930! misc.mo:Expected error in mat wrapper-procedure: "incorrect number of arguments 2 to #<procedure make-arity-wrapper-procedure>".
3931  misc.mo:Expected error in mat wrapper-procedure: "make-arity-wrapper-procedure: 1 is not a procedure".
3932  misc.mo:Expected error in mat wrapper-procedure: "make-arity-wrapper-procedure: not-a-procedure is not a procedure".
3933  misc.mo:Expected error in mat wrapper-procedure: "make-arity-wrapper-procedure: not-an-exact-integer is not an arity mask".
3934***************
3935*** 4149,4180 ****
3936  misc.mo:Expected error in mat wrapper-procedure: "wrapper-procedure-data: 1 is not a wrapper procedure".
3937  misc.mo:Expected error in mat wrapper-procedure: "wrapper-procedure-data: #<procedure> is not a wrapper procedure".
3938  misc.mo:Expected error in mat wrapper-procedure: "wrapper-procedure-data: #<procedure> is not a wrapper procedure".
3939! misc.mo:Expected error in mat wrapper-procedure: "incorrect argument count in call (set-wrapper-procedure!)".
3940! misc.mo:Expected error in mat wrapper-procedure: "incorrect argument count in call (set-wrapper-procedure! (make-arity-wrapper-procedure (lambda args args) 1 #f))".
3941  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure!: 1 is not a wrapper procedure".
3942  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure!: #<procedure> is not a wrapper procedure".
3943  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure!: #<procedure> is not a wrapper procedure".
3944! misc.mo:Expected error in mat wrapper-procedure: "incorrect argument count in call (set-wrapper-procedure-data!)".
3945! misc.mo:Expected error in mat wrapper-procedure: "incorrect argument count in call (set-wrapper-procedure-data! (make-arity-wrapper-procedure (lambda args args) 1 #f))".
3946  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure-data!: 1 is not a wrapper procedure".
3947  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure-data!: #<procedure> is not a wrapper procedure".
3948  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure-data!: #<procedure> is not a wrapper procedure".
3949  misc.mo:Expected error in mat phantom-bytevector: "make-phantom-bytevector: -1 is not a valid phantom bytevector length".
3950  misc.mo:Expected error in mat phantom-bytevector: "make-phantom-bytevector: 1267650600228229401496703205376 is not a valid phantom bytevector length".
3951  misc.mo:Expected error in mat phantom-bytevector: "make-phantom-bytevector: x is not a valid phantom bytevector length".
3952! misc.mo:Expected error in mat immobile: "incorrect argument count in call (box-immobile)".
3953! misc.mo:Expected error in mat immobile: "incorrect argument count in call (box-immobile 1 2)".
3954! misc.mo:Expected error in mat immobile: "incorrect argument count in call (make-immobile-vector)".
3955  misc.mo:Expected error in mat immobile: "make-immobile-vector: a is not a valid vector length".
3956  misc.mo:Expected error in mat immobile: "make-immobile-vector: -10 is not a valid vector length".
3957  misc.mo:Expected error in mat immobile: "make-immobile-vector: 1267650600228229401496703205376 is not a valid vector length".
3958! misc.mo:Expected error in mat immobile: "incorrect argument count in call (make-immobile-vector 10 1 2)".
3959! misc.mo:Expected error in mat immobile: "incorrect argument count in call (make-immobile-bytevector)".
3960  misc.mo:Expected error in mat immobile: "make-immobile-bytevector: a is not a valid bytevector length".
3961  misc.mo:Expected error in mat immobile: "variable make-immobile-byte-vector is not bound".
3962  misc.mo:Expected error in mat immobile: "make-immobile-bytevector: 1267650600228229401496703205376 is not a valid bytevector length".
3963  misc.mo:Expected error in mat immobile: "make-immobile-bytevector: 1024 is not a valid fill value".
3964! misc.mo:Expected error in mat immobile: "incorrect argument count in call (make-immobile-bytevector 10 1 2)".
3965  cp0.mo:Expected error in mat cp0-regression: "attempt to reference undefined variable x".
3966  cp0.mo:Expected error in mat cp0-regression: "incorrect argument count in call (g)".
3967  cp0.mo:Expected error in mat cp0-regression: "incorrect argument count in call (cont0 (quote x))".
3968--- 4149,4180 ----
3969  misc.mo:Expected error in mat wrapper-procedure: "wrapper-procedure-data: 1 is not a wrapper procedure".
3970  misc.mo:Expected error in mat wrapper-procedure: "wrapper-procedure-data: #<procedure> is not a wrapper procedure".
3971  misc.mo:Expected error in mat wrapper-procedure: "wrapper-procedure-data: #<procedure> is not a wrapper procedure".
3972! misc.mo:Expected error in mat wrapper-procedure: "incorrect number of arguments 0 to #<procedure set-wrapper-procedure!>".
3973! misc.mo:Expected error in mat wrapper-procedure: "incorrect number of arguments 1 to #<procedure set-wrapper-procedure!>".
3974  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure!: 1 is not a wrapper procedure".
3975  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure!: #<procedure> is not a wrapper procedure".
3976  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure!: #<procedure> is not a wrapper procedure".
3977! misc.mo:Expected error in mat wrapper-procedure: "incorrect number of arguments 0 to #<procedure set-wrapper-procedure-data!>".
3978! misc.mo:Expected error in mat wrapper-procedure: "incorrect number of arguments 1 to #<procedure set-wrapper-procedure-data!>".
3979  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure-data!: 1 is not a wrapper procedure".
3980  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure-data!: #<procedure> is not a wrapper procedure".
3981  misc.mo:Expected error in mat wrapper-procedure: "set-wrapper-procedure-data!: #<procedure> is not a wrapper procedure".
3982  misc.mo:Expected error in mat phantom-bytevector: "make-phantom-bytevector: -1 is not a valid phantom bytevector length".
3983  misc.mo:Expected error in mat phantom-bytevector: "make-phantom-bytevector: 1267650600228229401496703205376 is not a valid phantom bytevector length".
3984  misc.mo:Expected error in mat phantom-bytevector: "make-phantom-bytevector: x is not a valid phantom bytevector length".
3985! misc.mo:Expected error in mat immobile: "incorrect number of arguments 0 to #<procedure box-immobile>".
3986! misc.mo:Expected error in mat immobile: "incorrect number of arguments 2 to #<procedure box-immobile>".
3987! misc.mo:Expected error in mat immobile: "incorrect number of arguments 0 to #<procedure make-immobile-vector>".
3988  misc.mo:Expected error in mat immobile: "make-immobile-vector: a is not a valid vector length".
3989  misc.mo:Expected error in mat immobile: "make-immobile-vector: -10 is not a valid vector length".
3990  misc.mo:Expected error in mat immobile: "make-immobile-vector: 1267650600228229401496703205376 is not a valid vector length".
3991! misc.mo:Expected error in mat immobile: "incorrect number of arguments 3 to #<procedure make-immobile-vector>".
3992! misc.mo:Expected error in mat immobile: "incorrect number of arguments 0 to #<procedure make-immobile-bytevector>".
3993  misc.mo:Expected error in mat immobile: "make-immobile-bytevector: a is not a valid bytevector length".
3994  misc.mo:Expected error in mat immobile: "variable make-immobile-byte-vector is not bound".
3995  misc.mo:Expected error in mat immobile: "make-immobile-bytevector: 1267650600228229401496703205376 is not a valid bytevector length".
3996  misc.mo:Expected error in mat immobile: "make-immobile-bytevector: 1024 is not a valid fill value".
3997! misc.mo:Expected error in mat immobile: "incorrect number of arguments 3 to #<procedure make-immobile-bytevector>".
3998  cp0.mo:Expected error in mat cp0-regression: "attempt to reference undefined variable x".
3999  cp0.mo:Expected error in mat cp0-regression: "incorrect argument count in call (g)".
4000  cp0.mo:Expected error in mat cp0-regression: "incorrect argument count in call (cont0 (quote x))".
4001***************
4002*** 4188,4196 ****
4003  cp0.mo:Expected error in mat cp0-regression: "condition: #f is not a condition".
4004  cp0.mo:Expected error in mat cp0-regression: "apply: 0 is not a proper list".
4005  cp0.mo:Expected error in mat cp0-regression: "apply: 2 is not a proper list".
4006! cp0.mo:Expected error in mat expand/optimize: "incorrect argument count in call (expand/optimize)".
4007  cp0.mo:Expected error in mat expand/optimize: "expand/optimize: b is not an environment".
4008! cp0.mo:Expected error in mat expand/optimize: "incorrect argument count in call (expand/optimize (quote a) (quote b) (quote c))".
4009  cp0.mo:Expected error in mat expand-output: "expand-output: #t is not a textual output port or #f".
4010  cp0.mo:Expected error in mat expand-output: "expand-output: #<binary output port bytevector> is not a textual output port or #f".
4011  cp0.mo:Expected error in mat expand/optimize-output: "expand/optimize-output: #t is not a textual output port or #f".
4012--- 4188,4196 ----
4013  cp0.mo:Expected error in mat cp0-regression: "condition: #f is not a condition".
4014  cp0.mo:Expected error in mat cp0-regression: "apply: 0 is not a proper list".
4015  cp0.mo:Expected error in mat cp0-regression: "apply: 2 is not a proper list".
4016! cp0.mo:Expected error in mat expand/optimize: "incorrect number of arguments 0 to #<procedure expand/optimize>".
4017  cp0.mo:Expected error in mat expand/optimize: "expand/optimize: b is not an environment".
4018! cp0.mo:Expected error in mat expand/optimize: "incorrect number of arguments 3 to #<procedure expand/optimize>".
4019  cp0.mo:Expected error in mat expand-output: "expand-output: #t is not a textual output port or #f".
4020  cp0.mo:Expected error in mat expand-output: "expand-output: #<binary output port bytevector> is not a textual output port or #f".
4021  cp0.mo:Expected error in mat expand/optimize-output: "expand/optimize-output: #t is not a textual output port or #f".
4022***************
4023*** 4289,4297 ****
4024  5_6.mo:Expected error in mat list->flvector: "list->flvector: (1.0 2.0 . 3.0) is not a proper list".
4025  5_6.mo:Expected error in mat list->flvector: "list->flvector: (1.0 2.0 3.0 2.0 3.0 2.0 ...) is circular".
4026  5_6.mo:Expected error in mat flvector->list: "flvector->list: (a b c) is not an flvector".
4027! 5_6.mo:Expected error in mat vector-map: "incorrect argument count in call (vector-map)".
4028! 5_6.mo:Expected error in mat vector-map: "incorrect argument count in call (vector-map (quote #()))".
4029! 5_6.mo:Expected error in mat vector-map: "incorrect argument count in call (vector-map +)".
4030  5_6.mo:Expected error in mat vector-map: "vector-map: #() is not a procedure".
4031  5_6.mo:Expected error in mat vector-map: "vector-map: #() is not a procedure".
4032  5_6.mo:Expected error in mat vector-map: "vector-map: #() is not a procedure".
4033--- 4289,4297 ----
4034  5_6.mo:Expected error in mat list->flvector: "list->flvector: (1.0 2.0 . 3.0) is not a proper list".
4035  5_6.mo:Expected error in mat list->flvector: "list->flvector: (1.0 2.0 3.0 2.0 3.0 2.0 ...) is circular".
4036  5_6.mo:Expected error in mat flvector->list: "flvector->list: (a b c) is not an flvector".
4037! 5_6.mo:Expected error in mat vector-map: "incorrect number of arguments 0 to #<procedure vector-map>".
4038! 5_6.mo:Expected error in mat vector-map: "incorrect number of arguments 1 to #<procedure vector-map>".
4039! 5_6.mo:Expected error in mat vector-map: "incorrect number of arguments 1 to #<procedure vector-map>".
4040  5_6.mo:Expected error in mat vector-map: "vector-map: #() is not a procedure".
4041  5_6.mo:Expected error in mat vector-map: "vector-map: #() is not a procedure".
4042  5_6.mo:Expected error in mat vector-map: "vector-map: #() is not a procedure".
4043***************
4044*** 4306,4314 ****
4045  5_6.mo:Expected error in mat vector-map: "vector-map: lengths of input vectors #() and #(x) differ".
4046  5_6.mo:Expected error in mat vector-map: "vector-map: lengths of input vectors #(y) and #() differ".
4047  5_6.mo:Expected error in mat vector-map: "vector-map: lengths of input vectors #(y) and #() differ".
4048! 5_6.mo:Expected error in mat vector-for-each: "incorrect argument count in call (vector-for-each)".
4049! 5_6.mo:Expected error in mat vector-for-each: "incorrect argument count in call (vector-for-each (quote #()))".
4050! 5_6.mo:Expected error in mat vector-for-each: "incorrect argument count in call (vector-for-each +)".
4051  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: #() is not a procedure".
4052  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: #() is not a procedure".
4053  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: #() is not a procedure".
4054--- 4306,4314 ----
4055  5_6.mo:Expected error in mat vector-map: "vector-map: lengths of input vectors #() and #(x) differ".
4056  5_6.mo:Expected error in mat vector-map: "vector-map: lengths of input vectors #(y) and #() differ".
4057  5_6.mo:Expected error in mat vector-map: "vector-map: lengths of input vectors #(y) and #() differ".
4058! 5_6.mo:Expected error in mat vector-for-each: "incorrect number of arguments 0 to #<procedure vector-for-each>".
4059! 5_6.mo:Expected error in mat vector-for-each: "incorrect number of arguments 1 to #<procedure vector-for-each>".
4060! 5_6.mo:Expected error in mat vector-for-each: "incorrect number of arguments 1 to #<procedure vector-for-each>".
4061  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: #() is not a procedure".
4062  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: #() is not a procedure".
4063  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: #() is not a procedure".
4064***************
4065*** 4323,4340 ****
4066  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: lengths of input vectors #() and #(x) differ".
4067  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: lengths of input vectors #(y) and #() differ".
4068  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: lengths of input vectors #(y) and #() differ".
4069! 5_6.mo:Expected error in mat vector-sort: "incorrect argument count in call (vector-sort)".
4070! 5_6.mo:Expected error in mat vector-sort: "incorrect argument count in call (vector-sort >)".
4071! 5_6.mo:Expected error in mat vector-sort: "incorrect argument count in call (vector-sort (quote #(a b c)))".
4072! 5_6.mo:Expected error in mat vector-sort: "incorrect argument count in call (vector-sort > (quote #(1 2 3)) #t)".
4073  5_6.mo:Expected error in mat vector-sort: "vector-sort: 3 is not a vector".
4074  5_6.mo:Expected error in mat vector-sort: "vector-sort: (1 2 3) is not a vector".
4075  5_6.mo:Expected error in mat vector-sort: "vector-sort: #(a b c) is not a procedure".
4076  5_6.mo:Expected error in mat vector-sort: ">: b is not a real number".
4077! 5_6.mo:Expected error in mat vector-sort!: "incorrect argument count in call (vector-sort!)".
4078! 5_6.mo:Expected error in mat vector-sort!: "incorrect argument count in call (vector-sort! >)".
4079! 5_6.mo:Expected error in mat vector-sort!: "incorrect argument count in call (vector-sort! (quote #(a b c)))".
4080! 5_6.mo:Expected error in mat vector-sort!: "incorrect argument count in call (vector-sort! > (quote #(1 2 3)) #t)".
4081  5_6.mo:Expected error in mat vector-sort!: "vector-sort!: 3 is not a mutable vector".
4082  5_6.mo:Expected error in mat vector-sort!: "vector-sort!: (1 2 3) is not a mutable vector".
4083  5_6.mo:Expected error in mat vector-sort!: "vector-sort!: #(a b c) is not a procedure".
4084--- 4323,4340 ----
4085  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: lengths of input vectors #() and #(x) differ".
4086  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: lengths of input vectors #(y) and #() differ".
4087  5_6.mo:Expected error in mat vector-for-each: "vector-for-each: lengths of input vectors #(y) and #() differ".
4088! 5_6.mo:Expected error in mat vector-sort: "incorrect number of arguments 0 to #<procedure vector-sort>".
4089! 5_6.mo:Expected error in mat vector-sort: "incorrect number of arguments 1 to #<procedure vector-sort>".
4090! 5_6.mo:Expected error in mat vector-sort: "incorrect number of arguments 1 to #<procedure vector-sort>".
4091! 5_6.mo:Expected error in mat vector-sort: "incorrect number of arguments 3 to #<procedure vector-sort>".
4092  5_6.mo:Expected error in mat vector-sort: "vector-sort: 3 is not a vector".
4093  5_6.mo:Expected error in mat vector-sort: "vector-sort: (1 2 3) is not a vector".
4094  5_6.mo:Expected error in mat vector-sort: "vector-sort: #(a b c) is not a procedure".
4095  5_6.mo:Expected error in mat vector-sort: ">: b is not a real number".
4096! 5_6.mo:Expected error in mat vector-sort!: "incorrect number of arguments 0 to #<procedure vector-sort!>".
4097! 5_6.mo:Expected error in mat vector-sort!: "incorrect number of arguments 1 to #<procedure vector-sort!>".
4098! 5_6.mo:Expected error in mat vector-sort!: "incorrect number of arguments 1 to #<procedure vector-sort!>".
4099! 5_6.mo:Expected error in mat vector-sort!: "incorrect number of arguments 3 to #<procedure vector-sort!>".
4100  5_6.mo:Expected error in mat vector-sort!: "vector-sort!: 3 is not a mutable vector".
4101  5_6.mo:Expected error in mat vector-sort!: "vector-sort!: (1 2 3) is not a mutable vector".
4102  5_6.mo:Expected error in mat vector-sort!: "vector-sort!: #(a b c) is not a procedure".
4103***************
4104*** 4343,4351 ****
4105  5_6.mo:Expected error in mat vector->immutable-vector: "vector-set-fixnum!: #(1 2 3) is not a mutable vector".
4106  5_6.mo:Expected error in mat vector->immutable-vector: "vector-fill!: #(1 2 3) is not a mutable vector".
4107  5_6.mo:Expected error in mat vector->immutable-vector: "vector-sort!: #(1 2 3) is not a mutable vector".
4108! 5_6.mo:Expected error in mat vector-cas!: "incorrect argument count in call (vector-cas! vec1)".
4109! 5_6.mo:Expected error in mat vector-cas!: "incorrect argument count in call (vector-cas! vec1 1)".
4110! 5_6.mo:Expected error in mat vector-cas!: "incorrect argument count in call (vector-cas! vec1 1 2)".
4111  5_6.mo:Expected error in mat vector-cas!: "vector-cas!: 1 is not a mutable vector".
4112  5_6.mo:Expected error in mat vector-cas!: "vector-cas!: #(4 5 3) is not a mutable vector".
4113  5_6.mo:Expected error in mat vector-cas!: "vector-cas!: #(4 5 3) is not a valid index for #(4 5 3)".
4114--- 4343,4351 ----
4115  5_6.mo:Expected error in mat vector->immutable-vector: "vector-set-fixnum!: #(1 2 3) is not a mutable vector".
4116  5_6.mo:Expected error in mat vector->immutable-vector: "vector-fill!: #(1 2 3) is not a mutable vector".
4117  5_6.mo:Expected error in mat vector->immutable-vector: "vector-sort!: #(1 2 3) is not a mutable vector".
4118! 5_6.mo:Expected error in mat vector-cas!: "incorrect number of arguments 1 to #<procedure vector-cas!>".
4119! 5_6.mo:Expected error in mat vector-cas!: "incorrect number of arguments 2 to #<procedure vector-cas!>".
4120! 5_6.mo:Expected error in mat vector-cas!: "incorrect number of arguments 3 to #<procedure vector-cas!>".
4121  5_6.mo:Expected error in mat vector-cas!: "vector-cas!: 1 is not a mutable vector".
4122  5_6.mo:Expected error in mat vector-cas!: "vector-cas!: #(4 5 3) is not a mutable vector".
4123  5_6.mo:Expected error in mat vector-cas!: "vector-cas!: #(4 5 3) is not a valid index for #(4 5 3)".
4124***************
4125*** 4402,4409 ****
4126  5_7.mo:Expected error in mat putprop-getprop: "getprop: 3 is not a symbol".
4127  5_7.mo:Expected error in mat putprop-getprop: "putprop: "hi" is not a symbol".
4128  5_7.mo:Expected error in mat putprop-getprop: "property-list: (a b c) is not a symbol".
4129! 5_8.mo:Expected error in mat box-cas!: "incorrect argument count in call (box-cas! bx1)".
4130! 5_8.mo:Expected error in mat box-cas!: "incorrect argument count in call (box-cas! bx1 1)".
4131  5_8.mo:Expected error in mat box-cas!: "box-cas!: 1 is not a mutable box".
4132  5_8.mo:Expected error in mat box-cas!: "box-cas!: #&1 is not a mutable box".
4133  6.mo:Expected error in mat port-operations: "open-input-file: failed for nonexistent file: no such file or directory".
4134--- 4402,4409 ----
4135  5_7.mo:Expected error in mat putprop-getprop: "getprop: 3 is not a symbol".
4136  5_7.mo:Expected error in mat putprop-getprop: "putprop: "hi" is not a symbol".
4137  5_7.mo:Expected error in mat putprop-getprop: "property-list: (a b c) is not a symbol".
4138! 5_8.mo:Expected error in mat box-cas!: "incorrect number of arguments 1 to #<procedure box-cas!>".
4139! 5_8.mo:Expected error in mat box-cas!: "incorrect number of arguments 2 to #<procedure box-cas!>".
4140  5_8.mo:Expected error in mat box-cas!: "box-cas!: 1 is not a mutable box".
4141  5_8.mo:Expected error in mat box-cas!: "box-cas!: #&1 is not a mutable box".
4142  6.mo:Expected error in mat port-operations: "open-input-file: failed for nonexistent file: no such file or directory".
4143***************
4144*** 4441,4462 ****
4145  6.mo:Expected error in mat port-operations: "clear-output-port: not permitted on closed port #<output port testfile.ss>".
4146  6.mo:Expected error in mat port-operations: "current-output-port: a is not a textual output port".
4147  6.mo:Expected error in mat port-operations: "current-input-port: a is not a textual input port".
4148! 6.mo:Expected error in mat port-operations: "incorrect argument count in call (with-input-from-string)".
4149! 6.mo:Expected error in mat port-operations: "incorrect argument count in call (with-input-from-string "a")".
4150  6.mo:Expected error in mat port-operations: "with-input-from-string: a is not a string".
4151  6.mo:Expected error in mat port-operations: "with-input-from-string: foo is not a procedure".
4152  6.mo:Expected error in mat port-operations: "with-input-from-string: #<procedure> is not a string".
4153  6.mo:Expected error in mat port-operations: "with-input-from-string: (this too?) is not a string".
4154! 6.mo:Expected error in mat port-operations: "incorrect argument count in call (with-input-from-string "a" (lambda () 3) (quote compressed))".
4155! 6.mo:Expected error in mat port-operations: "incorrect argument count in call (with-output-to-string)".
4156  6.mo:Expected error in mat port-operations: "with-output-to-string: "a" is not a procedure".
4157! 6.mo:Expected error in mat port-operations: "incorrect argument count in call (with-output-to-string (quote a) (lambda () 3))".
4158  6.mo:Expected error in mat port-operations: "with-output-to-string: (this too?) is not a procedure".
4159! 6.mo:Expected error in mat port-operations: "incorrect argument count in call (eof-object #!eof)".
4160  6.mo:Expected error in mat port-operations: "read: unexpected end-of-file reading quote at char 0 of #<input port string>".
4161  6.mo:Expected error in mat port-operations: "read: more than one item found after dot (.) before file-position 15 of #<input port testfile.ss>; the character position might differ".
4162  6.mo:Expected error in mat port-operations: "read: parenthesized list terminated by bracket before file-position 11 of #<input port testfile.ss>; the character position might differ".
4163! 6.mo:Expected error in mat port-operations1: "incorrect argument count in call (open-input-output-file)".
4164  6.mo:Expected error in mat port-operations1: "open-input-output-file: furball is not a string".
4165  6.mo:Expected error in mat port-operations1: "open-input-output-file: failed for /probably/not/a/good/path: no such file or directory".
4166  6.mo:Expected error in mat port-operations1: "open-input-output-file: invalid option compressed".
4167--- 4441,4462 ----
4168  6.mo:Expected error in mat port-operations: "clear-output-port: not permitted on closed port #<output port testfile.ss>".
4169  6.mo:Expected error in mat port-operations: "current-output-port: a is not a textual output port".
4170  6.mo:Expected error in mat port-operations: "current-input-port: a is not a textual input port".
4171! 6.mo:Expected error in mat port-operations: "incorrect number of arguments 0 to #<procedure with-input-from-string>".
4172! 6.mo:Expected error in mat port-operations: "incorrect number of arguments 1 to #<procedure with-input-from-string>".
4173  6.mo:Expected error in mat port-operations: "with-input-from-string: a is not a string".
4174  6.mo:Expected error in mat port-operations: "with-input-from-string: foo is not a procedure".
4175  6.mo:Expected error in mat port-operations: "with-input-from-string: #<procedure> is not a string".
4176  6.mo:Expected error in mat port-operations: "with-input-from-string: (this too?) is not a string".
4177! 6.mo:Expected error in mat port-operations: "incorrect number of arguments 3 to #<procedure with-input-from-string>".
4178! 6.mo:Expected error in mat port-operations: "incorrect number of arguments 0 to #<procedure with-output-to-string>".
4179  6.mo:Expected error in mat port-operations: "with-output-to-string: "a" is not a procedure".
4180! 6.mo:Expected error in mat port-operations: "incorrect number of arguments 2 to #<procedure with-output-to-string>".
4181  6.mo:Expected error in mat port-operations: "with-output-to-string: (this too?) is not a procedure".
4182! 6.mo:Expected error in mat port-operations: "incorrect number of arguments 1 to #<procedure eof-object>".
4183  6.mo:Expected error in mat port-operations: "read: unexpected end-of-file reading quote at char 0 of #<input port string>".
4184  6.mo:Expected error in mat port-operations: "read: more than one item found after dot (.) before file-position 15 of #<input port testfile.ss>; the character position might differ".
4185  6.mo:Expected error in mat port-operations: "read: parenthesized list terminated by bracket before file-position 11 of #<input port testfile.ss>; the character position might differ".
4186! 6.mo:Expected error in mat port-operations1: "incorrect number of arguments 0 to #<procedure open-input-output-file>".
4187  6.mo:Expected error in mat port-operations1: "open-input-output-file: furball is not a string".
4188  6.mo:Expected error in mat port-operations1: "open-input-output-file: failed for /probably/not/a/good/path: no such file or directory".
4189  6.mo:Expected error in mat port-operations1: "open-input-output-file: invalid option compressed".
4190***************
4191*** 4465,4471 ****
4192  6.mo:Expected error in mat port-operations1: "truncate-file: all-the-way is not a valid length".
4193  6.mo:Expected error in mat port-operations1: "truncate-file: #<input port testfile.ss> is not an output port".
4194  6.mo:Expected error in mat port-operations1: "truncate-file: animal-crackers is not an output port".
4195! 6.mo:Expected error in mat port-operations1: "incorrect argument count in call (truncate-file)".
4196  6.mo:Expected error in mat port-operations1: "truncate-file: not permitted on closed port #<input/output port testfile.ss>".
4197  6.mo:Expected error in mat port-operations1: "get-output-string: #<input port string> is not a string output port".
4198  6.mo:Expected error in mat port-operations1: "get-output-string: #<output port testfile.ss> is not a string output port".
4199--- 4465,4471 ----
4200  6.mo:Expected error in mat port-operations1: "truncate-file: all-the-way is not a valid length".
4201  6.mo:Expected error in mat port-operations1: "truncate-file: #<input port testfile.ss> is not an output port".
4202  6.mo:Expected error in mat port-operations1: "truncate-file: animal-crackers is not an output port".
4203! 6.mo:Expected error in mat port-operations1: "incorrect number of arguments 0 to #<procedure truncate-file>".
4204  6.mo:Expected error in mat port-operations1: "truncate-file: not permitted on closed port #<input/output port testfile.ss>".
4205  6.mo:Expected error in mat port-operations1: "get-output-string: #<input port string> is not a string output port".
4206  6.mo:Expected error in mat port-operations1: "get-output-string: #<output port testfile.ss> is not a string output port".
4207***************
4208*** 4482,4489 ****
4209  6.mo:Expected error in mat string-port-file-position: "file-position: -1 is not a valid position".
4210  6.mo:Expected error in mat fresh-line: "fresh-line: 3 is not a textual output port".
4211  6.mo:Expected error in mat fresh-line: "fresh-line: #<input port string> is not a textual output port".
4212! 6.mo:Expected error in mat pretty-print: "incorrect argument count in call (pretty-format)".
4213! 6.mo:Expected error in mat pretty-print: "incorrect argument count in call (pretty-format (quote foo) (quote x) (quote x))".
4214  6.mo:Expected error in mat pretty-print: "pretty-format: 3 is not a symbol".
4215  6.mo:Expected error in mat pretty-print: "pretty-format: invalid format (bad 0 ... ... 0 format)".
4216  6.mo:Expected error in mat fasl: "separate-eval: Warning in fasl-write: fasl file content is compressed internally; compressing the file (#<binary output port testfile.ss>) is redundant and can slow fasl writing and reading significantly
4217--- 4482,4489 ----
4218  6.mo:Expected error in mat string-port-file-position: "file-position: -1 is not a valid position".
4219  6.mo:Expected error in mat fresh-line: "fresh-line: 3 is not a textual output port".
4220  6.mo:Expected error in mat fresh-line: "fresh-line: #<input port string> is not a textual output port".
4221! 6.mo:Expected error in mat pretty-print: "incorrect number of arguments 0 to #<procedure pretty-format>".
4222! 6.mo:Expected error in mat pretty-print: "incorrect number of arguments 3 to #<procedure pretty-format>".
4223  6.mo:Expected error in mat pretty-print: "pretty-format: 3 is not a symbol".
4224  6.mo:Expected error in mat pretty-print: "pretty-format: invalid format (bad 0 ... ... 0 format)".
4225  6.mo:Expected error in mat fasl: "separate-eval: Warning in fasl-write: fasl file content is compressed internally; compressing the file (#<binary output port testfile.ss>) is redundant and can slow fasl writing and reading significantly
4226***************
4227*** 6973,7004 ****
4228  io.mo:Expected error in mat port-operations: "put-u8: not permitted on closed port #<binary output port testfile.ss>".
4229  io.mo:Expected error in mat port-operations: "put-bytevector: not permitted on closed port #<binary output port testfile.ss>".
4230  io.mo:Expected error in mat port-operations: "flush-output-port: not permitted on closed port #<binary output port testfile.ss>".
4231! io.mo:Expected error in mat port-operations: "incorrect argument count in call (eof-object #!eof)".
4232! io.mo:Expected error in mat port-operations1: "incorrect argument count in call (open-file-input-port)".
4233  io.mo:Expected error in mat port-operations1: "open-file-input-port: furball is not a string".
4234  io.mo:Expected error in mat port-operations1: "open-file-input-port: () is not a file-options object".
4235  io.mo:Expected error in mat port-operations1: "open-file-input-port: 17 is not a valid buffer mode".
4236  io.mo:Expected error in mat port-operations1: "open-file-input-port: wow is not #f or a transcoder".
4237! io.mo:Expected error in mat port-operations1: "incorrect argument count in call (open-file-input-port "testfile.ss" ($record (record-rtd $file-options) 0) (quote block) #f (quote now?))".
4238  io.mo:Expected error in mat port-operations1: "open-file-input-port: failed for /probably/not/a/good/path: no such file or directory".
4239  io.mo:Expected error in mat port-operations1: "open-file-input-port: failed for /probably/not/a/good/path: no such file or directory".
4240  io.mo:Expected error in mat port-operations1: "invalid file option uncompressed".
4241  io.mo:Expected error in mat port-operations1: "invalid file option truncate".
4242! io.mo:Expected error in mat port-operations1: "incorrect argument count in call (open-file-output-port)".
4243  io.mo:Expected error in mat port-operations1: "open-file-output-port: furball is not a string".
4244  io.mo:Expected error in mat port-operations1: "open-file-output-port: (no-create) is not a file-options object".
4245  io.mo:Expected error in mat port-operations1: "open-file-output-port: 17 is not a valid buffer mode".
4246  io.mo:Expected error in mat port-operations1: "open-file-output-port: wow is not #f or a transcoder".
4247! io.mo:Expected error in mat port-operations1: "incorrect argument count in call (open-file-output-port "testfile.ss" ($record (record-rtd $file-options) 0) (quote block) #f (quote now?))".
4248  io.mo:Expected error in mat port-operations1: "open-file-output-port: failed for /probably/not/a/good/path: no such file or directory".
4249  io.mo:Expected error in mat port-operations1: "invalid file option uncompressed".
4250  io.mo:Expected error in mat port-operations1: "invalid file option truncate".
4251! io.mo:Expected error in mat port-operations1: "incorrect argument count in call (open-file-input/output-port)".
4252  io.mo:Expected error in mat port-operations1: "open-file-input/output-port: furball is not a string".
4253  io.mo:Expected error in mat port-operations1: "open-file-input/output-port: (no-create) is not a file-options object".
4254  io.mo:Expected error in mat port-operations1: "open-file-input/output-port: 17 is not a valid buffer mode".
4255  io.mo:Expected error in mat port-operations1: "open-file-input/output-port: wow is not #f or a transcoder".
4256! io.mo:Expected error in mat port-operations1: "incorrect argument count in call (open-file-input/output-port "testfile.ss" ($record (record-rtd $file-options) 0) (quote block) #f (quote now?))".
4257  io.mo:Expected error in mat port-operations1: "open-file-input/output-port: failed for /probably/not/a/good/path: no such file or directory".
4258  io.mo:Expected error in mat port-operations1: "invalid file option uncompressed".
4259  io.mo:Expected error in mat port-operations1: "invalid file option truncate".
4260--- 6973,7004 ----
4261  io.mo:Expected error in mat port-operations: "put-u8: not permitted on closed port #<binary output port testfile.ss>".
4262  io.mo:Expected error in mat port-operations: "put-bytevector: not permitted on closed port #<binary output port testfile.ss>".
4263  io.mo:Expected error in mat port-operations: "flush-output-port: not permitted on closed port #<binary output port testfile.ss>".
4264! io.mo:Expected error in mat port-operations: "incorrect number of arguments 1 to #<procedure eof-object>".
4265! io.mo:Expected error in mat port-operations1: "incorrect number of arguments 0 to #<procedure open-file-input-port>".
4266  io.mo:Expected error in mat port-operations1: "open-file-input-port: furball is not a string".
4267  io.mo:Expected error in mat port-operations1: "open-file-input-port: () is not a file-options object".
4268  io.mo:Expected error in mat port-operations1: "open-file-input-port: 17 is not a valid buffer mode".
4269  io.mo:Expected error in mat port-operations1: "open-file-input-port: wow is not #f or a transcoder".
4270! io.mo:Expected error in mat port-operations1: "incorrect number of arguments 5 to #<procedure open-file-input-port>".
4271  io.mo:Expected error in mat port-operations1: "open-file-input-port: failed for /probably/not/a/good/path: no such file or directory".
4272  io.mo:Expected error in mat port-operations1: "open-file-input-port: failed for /probably/not/a/good/path: no such file or directory".
4273  io.mo:Expected error in mat port-operations1: "invalid file option uncompressed".
4274  io.mo:Expected error in mat port-operations1: "invalid file option truncate".
4275! io.mo:Expected error in mat port-operations1: "incorrect number of arguments 0 to #<procedure open-file-output-port>".
4276  io.mo:Expected error in mat port-operations1: "open-file-output-port: furball is not a string".
4277  io.mo:Expected error in mat port-operations1: "open-file-output-port: (no-create) is not a file-options object".
4278  io.mo:Expected error in mat port-operations1: "open-file-output-port: 17 is not a valid buffer mode".
4279  io.mo:Expected error in mat port-operations1: "open-file-output-port: wow is not #f or a transcoder".
4280! io.mo:Expected error in mat port-operations1: "incorrect number of arguments 5 to #<procedure open-file-output-port>".
4281  io.mo:Expected error in mat port-operations1: "open-file-output-port: failed for /probably/not/a/good/path: no such file or directory".
4282  io.mo:Expected error in mat port-operations1: "invalid file option uncompressed".
4283  io.mo:Expected error in mat port-operations1: "invalid file option truncate".
4284! io.mo:Expected error in mat port-operations1: "incorrect number of arguments 0 to #<procedure open-file-input/output-port>".
4285  io.mo:Expected error in mat port-operations1: "open-file-input/output-port: furball is not a string".
4286  io.mo:Expected error in mat port-operations1: "open-file-input/output-port: (no-create) is not a file-options object".
4287  io.mo:Expected error in mat port-operations1: "open-file-input/output-port: 17 is not a valid buffer mode".
4288  io.mo:Expected error in mat port-operations1: "open-file-input/output-port: wow is not #f or a transcoder".
4289! io.mo:Expected error in mat port-operations1: "incorrect number of arguments 5 to #<procedure open-file-input/output-port>".
4290  io.mo:Expected error in mat port-operations1: "open-file-input/output-port: failed for /probably/not/a/good/path: no such file or directory".
4291  io.mo:Expected error in mat port-operations1: "invalid file option uncompressed".
4292  io.mo:Expected error in mat port-operations1: "invalid file option truncate".
4293***************
4294*** 7009,7015 ****
4295  io.mo:Expected error in mat port-operations1: "set-port-length!: all-the-way is not a valid length".
4296  io.mo:Expected error in mat port-operations1: "truncate-port: #<binary input port testfile.ss> is not an output port".
4297  io.mo:Expected error in mat port-operations1: "truncate-port: animal-crackers is not an output port".
4298! io.mo:Expected error in mat port-operations1: "incorrect argument count in call (truncate-port)".
4299  io.mo:Expected error in mat port-operations1: "truncate-port: not permitted on closed port #<binary input/output port testfile.ss>".
4300  io.mo:Expected error in mat port-operations3: "file-port?: "not a port" is not a port".
4301  io.mo:Expected error in mat port-operations3: "port-file-descriptor: oops is not a port".
4302--- 7009,7015 ----
4303  io.mo:Expected error in mat port-operations1: "set-port-length!: all-the-way is not a valid length".
4304  io.mo:Expected error in mat port-operations1: "truncate-port: #<binary input port testfile.ss> is not an output port".
4305  io.mo:Expected error in mat port-operations1: "truncate-port: animal-crackers is not an output port".
4306! io.mo:Expected error in mat port-operations1: "incorrect number of arguments 0 to #<procedure truncate-port>".
4307  io.mo:Expected error in mat port-operations1: "truncate-port: not permitted on closed port #<binary input/output port testfile.ss>".
4308  io.mo:Expected error in mat port-operations3: "file-port?: "not a port" is not a port".
4309  io.mo:Expected error in mat port-operations3: "port-file-descriptor: oops is not a port".
4310***************
4311*** 7192,7204 ****
4312  io.mo:Expected error in mat low-level-port-operations: "set-binary-port-output-size!: #vu8(1 2 3) is not a valid size for #<binary output port bytevector>".
4313  io.mo:Expected error in mat low-level-port-operations: "set-binary-port-output-size!: -1 is not a valid size for #<binary output port bytevector>".
4314  io.mo:Expected error in mat low-level-port-operations: "set-binary-port-output-size!: 6 is not a valid size for #<binary output port bytevector>".
4315! io.mo:Expected error in mat file-buffer-size: "incorrect argument count in call (file-buffer-size 1024 15)".
4316  io.mo:Expected error in mat file-buffer-size: "file-buffer-size: shoe is not a positive fixnum".
4317  io.mo:Expected error in mat file-buffer-size: "file-buffer-size: 0 is not a positive fixnum".
4318  io.mo:Expected error in mat file-buffer-size: "file-buffer-size: -15 is not a positive fixnum".
4319  io.mo:Expected error in mat file-buffer-size: "file-buffer-size: <int> is not a positive fixnum".
4320  io.mo:Expected error in mat file-buffer-size: "file-buffer-size: 1024.0 is not a positive fixnum".
4321! io.mo:Expected error in mat custom-port-buffer-size: "incorrect argument count in call (custom-port-buffer-size 1024 15)".
4322  io.mo:Expected error in mat custom-port-buffer-size: "custom-port-buffer-size: shoe is not a positive fixnum".
4323  io.mo:Expected error in mat custom-port-buffer-size: "custom-port-buffer-size: 0 is not a positive fixnum".
4324  io.mo:Expected error in mat custom-port-buffer-size: "custom-port-buffer-size: -15 is not a positive fixnum".
4325--- 7192,7204 ----
4326  io.mo:Expected error in mat low-level-port-operations: "set-binary-port-output-size!: #vu8(1 2 3) is not a valid size for #<binary output port bytevector>".
4327  io.mo:Expected error in mat low-level-port-operations: "set-binary-port-output-size!: -1 is not a valid size for #<binary output port bytevector>".
4328  io.mo:Expected error in mat low-level-port-operations: "set-binary-port-output-size!: 6 is not a valid size for #<binary output port bytevector>".
4329! io.mo:Expected error in mat file-buffer-size: "incorrect number of arguments 2 to #<procedure file-buffer-size>".
4330  io.mo:Expected error in mat file-buffer-size: "file-buffer-size: shoe is not a positive fixnum".
4331  io.mo:Expected error in mat file-buffer-size: "file-buffer-size: 0 is not a positive fixnum".
4332  io.mo:Expected error in mat file-buffer-size: "file-buffer-size: -15 is not a positive fixnum".
4333  io.mo:Expected error in mat file-buffer-size: "file-buffer-size: <int> is not a positive fixnum".
4334  io.mo:Expected error in mat file-buffer-size: "file-buffer-size: 1024.0 is not a positive fixnum".
4335! io.mo:Expected error in mat custom-port-buffer-size: "incorrect number of arguments 2 to #<procedure custom-port-buffer-size>".
4336  io.mo:Expected error in mat custom-port-buffer-size: "custom-port-buffer-size: shoe is not a positive fixnum".
4337  io.mo:Expected error in mat custom-port-buffer-size: "custom-port-buffer-size: 0 is not a positive fixnum".
4338  io.mo:Expected error in mat custom-port-buffer-size: "custom-port-buffer-size: -15 is not a positive fixnum".
4339***************
4340*** 7224,7239 ****
4341  io.mo:Expected error in mat compression: "port-file-compressed!: cannot compress input/output port #<binary input/output port testfile.ss>".
4342  io.mo:Expected error in mat compression: "port-file-compressed!: #<output port string> is not a file port".
4343  io.mo:Expected error in mat compression: "port-file-compressed!: cannot compress input/output port #<binary input/output port testfile.ss>".
4344! io.mo:Expected error in mat bytevector-input-port: "incorrect argument count in call (open-bytevector-input-port)".
4345  io.mo:Expected error in mat bytevector-input-port: "open-bytevector-input-port: #(1 2 3 4) is not a bytevector".
4346  io.mo:Expected error in mat bytevector-input-port: "open-bytevector-input-port: none is not #f or a transcoder".
4347! io.mo:Expected error in mat bytevector-input-port: "incorrect argument count in call (open-bytevector-input-port #vu8(1 2 3 4) #f (quote none))".
4348  io.mo:Expected error in mat bytevector-input-port: "set-port-position!: -1 is not a valid position".
4349  io.mo:Expected error in mat bytevector-input-port: "set-port-position!: failed for position 5 on #<binary input port bytevector>: out of range".
4350  io.mo:Expected error in mat bytevector-input-port: "invalid buffer mode bar".
4351  io.mo:Expected error in mat bytevector-input-port: "invalid buffer mode (quote none)".
4352  io.mo:Expected error in mat bytevector-output-port: "open-bytevector-output-port: oops is not #f or a transcoder".
4353! io.mo:Expected error in mat bytevector-output-port: "incorrect argument count in call (open-bytevector-output-port #f (quote none))".
4354  io.mo:Expected error in mat custom-binary-ports: "unget-u8: cannot unget 255 on #<binary input port foo>".
4355  io.mo:Expected error in mat custom-binary-ports: "put-u8: #<binary input port foo> is not a binary output port".
4356  io.mo:Expected error in mat custom-binary-ports: "port-length: #<binary input port foo> does not support operation".
4357--- 7224,7239 ----
4358  io.mo:Expected error in mat compression: "port-file-compressed!: cannot compress input/output port #<binary input/output port testfile.ss>".
4359  io.mo:Expected error in mat compression: "port-file-compressed!: #<output port string> is not a file port".
4360  io.mo:Expected error in mat compression: "port-file-compressed!: cannot compress input/output port #<binary input/output port testfile.ss>".
4361! io.mo:Expected error in mat bytevector-input-port: "incorrect number of arguments 0 to #<procedure open-bytevector-input-port>".
4362  io.mo:Expected error in mat bytevector-input-port: "open-bytevector-input-port: #(1 2 3 4) is not a bytevector".
4363  io.mo:Expected error in mat bytevector-input-port: "open-bytevector-input-port: none is not #f or a transcoder".
4364! io.mo:Expected error in mat bytevector-input-port: "incorrect number of arguments 3 to #<procedure open-bytevector-input-port>".
4365  io.mo:Expected error in mat bytevector-input-port: "set-port-position!: -1 is not a valid position".
4366  io.mo:Expected error in mat bytevector-input-port: "set-port-position!: failed for position 5 on #<binary input port bytevector>: out of range".
4367  io.mo:Expected error in mat bytevector-input-port: "invalid buffer mode bar".
4368  io.mo:Expected error in mat bytevector-input-port: "invalid buffer mode (quote none)".
4369  io.mo:Expected error in mat bytevector-output-port: "open-bytevector-output-port: oops is not #f or a transcoder".
4370! io.mo:Expected error in mat bytevector-output-port: "incorrect number of arguments 2 to #<procedure open-bytevector-output-port>".
4371  io.mo:Expected error in mat custom-binary-ports: "unget-u8: cannot unget 255 on #<binary input port foo>".
4372  io.mo:Expected error in mat custom-binary-ports: "put-u8: #<binary input port foo> is not a binary output port".
4373  io.mo:Expected error in mat custom-binary-ports: "port-length: #<binary input port foo> does not support operation".
4374***************
4375*** 7305,7320 ****
4376  io.mo:Expected error in mat current-ports: "console-output-port: #<input port string> is not a textual output port".
4377  io.mo:Expected error in mat current-ports: "console-error-port: #<input port string> is not a textual output port".
4378  io.mo:Expected error in mat current-transcoder: "current-transcoder: #<output port string> is not a transcoder".
4379! io.mo:Expected error in mat get/put-datum: "incorrect argument count in call (get-datum)".
4380! io.mo:Expected error in mat get/put-datum: "incorrect argument count in call (get-datum (current-input-port) (current-input-port))".
4381  io.mo:Expected error in mat get/put-datum: "get-datum: #<output port string> is not a textual input port".
4382  io.mo:Expected error in mat get/put-datum: "get-datum: #<binary input port bytevector> is not a textual input port".
4383! io.mo:Expected error in mat get/put-datum: "incorrect argument count in call (put-datum)".
4384! io.mo:Expected error in mat get/put-datum: "incorrect argument count in call (put-datum (current-output-port))".
4385! io.mo:Expected error in mat get/put-datum: "incorrect argument count in call (put-datum (current-output-port) (quote a) (quote a))".
4386  io.mo:Expected error in mat get/put-datum: "put-datum: #<input port string> is not a textual output port".
4387  io.mo:Expected error in mat get/put-datum: "put-datum: #<binary output port bytevector> is not a textual output port".
4388! io.mo:Expected error in mat utf-16-codec: "incorrect argument count in call (utf-16-codec #f)".
4389  io.mo:Expected error in mat utf-16-codec: "utf-16-codec: invalid endianness #f".
4390  io.mo:Expected error in mat to-fold-or-not-to-fold: "get-datum: invalid character name #\newLine at char 0 of #<input port string>".
4391  io.mo:Expected error in mat to-fold-or-not-to-fold: "get-datum: invalid character name #\newLine at char 15 of #<input port string>".
4392--- 7305,7320 ----
4393  io.mo:Expected error in mat current-ports: "console-output-port: #<input port string> is not a textual output port".
4394  io.mo:Expected error in mat current-ports: "console-error-port: #<input port string> is not a textual output port".
4395  io.mo:Expected error in mat current-transcoder: "current-transcoder: #<output port string> is not a transcoder".
4396! io.mo:Expected error in mat get/put-datum: "incorrect number of arguments 0 to #<procedure get-datum>".
4397! io.mo:Expected error in mat get/put-datum: "incorrect number of arguments 2 to #<procedure get-datum>".
4398  io.mo:Expected error in mat get/put-datum: "get-datum: #<output port string> is not a textual input port".
4399  io.mo:Expected error in mat get/put-datum: "get-datum: #<binary input port bytevector> is not a textual input port".
4400! io.mo:Expected error in mat get/put-datum: "incorrect number of arguments 0 to #<procedure put-datum>".
4401! io.mo:Expected error in mat get/put-datum: "incorrect number of arguments 1 to #<procedure put-datum>".
4402! io.mo:Expected error in mat get/put-datum: "incorrect number of arguments 3 to #<procedure put-datum>".
4403  io.mo:Expected error in mat get/put-datum: "put-datum: #<input port string> is not a textual output port".
4404  io.mo:Expected error in mat get/put-datum: "put-datum: #<binary output port bytevector> is not a textual output port".
4405! io.mo:Expected error in mat utf-16-codec: "incorrect number of arguments 1 to #<procedure utf-16-codec>".
4406  io.mo:Expected error in mat utf-16-codec: "utf-16-codec: invalid endianness #f".
4407  io.mo:Expected error in mat to-fold-or-not-to-fold: "get-datum: invalid character name #\newLine at char 0 of #<input port string>".
4408  io.mo:Expected error in mat to-fold-or-not-to-fold: "get-datum: invalid character name #\newLine at char 15 of #<input port string>".
4409***************
4410*** 7486,7492 ****
4411  7.mo:Expected error in mat eval-when: "invalid syntax visit-x".
4412  7.mo:Expected error in mat eval-when: "invalid syntax revisit-x".
4413  7.mo:Expected error in mat compile-whole-program: "compile-whole-program: failed for nosuchfile.wpo: no such file or directory".
4414! 7.mo:Expected error in mat compile-whole-program: "incorrect argument count in call (compile-whole-program "testfile-wpo-ab.wpo")".
4415  7.mo:Expected error in mat compile-whole-program: "separate-eval: Exception in environment: attempt to import invisible library (testfile-wpo-lib)
4416  7.mo:Expected error in mat compile-whole-program: "separate-eval: Exception: library (testfile-wpo-a4) not found
4417  7.mo:Expected error in mat compile-whole-program: "separate-eval: Exception: library (testfile-wpo-c4) not found
4418--- 7486,7492 ----
4419  7.mo:Expected error in mat eval-when: "invalid syntax visit-x".
4420  7.mo:Expected error in mat eval-when: "invalid syntax revisit-x".
4421  7.mo:Expected error in mat compile-whole-program: "compile-whole-program: failed for nosuchfile.wpo: no such file or directory".
4422! 7.mo:Expected error in mat compile-whole-program: "incorrect number of arguments 1 to #<procedure compile-whole-program>".
4423  7.mo:Expected error in mat compile-whole-program: "separate-eval: Exception in environment: attempt to import invisible library (testfile-wpo-lib)
4424  7.mo:Expected error in mat compile-whole-program: "separate-eval: Exception: library (testfile-wpo-a4) not found
4425  7.mo:Expected error in mat compile-whole-program: "separate-eval: Exception: library (testfile-wpo-c4) not found
4426***************
4427*** 7552,7578 ****
4428  7.mo:Expected error in mat concatenate-object-files: "separate-eval: Exception in verify-loadability: cannot find object file for library (testfile-cof1A)
4429  7.mo:Expected error in mat concatenate-object-files: "separate-eval: Exception in verify-loadability: cannot find object file for library (testfile-cof1B)
4430  7.mo:Expected error in mat top-level-value-functions: "top-level-bound?: "hello" is not a symbol".
4431! 7.mo:Expected error in mat top-level-value-functions: "incorrect argument count in call (top-level-bound?)".
4432  7.mo:Expected error in mat top-level-value-functions: "top-level-bound?: 45 is not a symbol".
4433  7.mo:Expected error in mat top-level-value-functions: "top-level-bound?: hello is not an environment".
4434  7.mo:Expected error in mat top-level-value-functions: "top-level-bound?: #<environment *scheme*> is not a symbol".
4435  7.mo:Expected error in mat top-level-value-functions: "top-level-mutable?: "hello" is not a symbol".
4436! 7.mo:Expected error in mat top-level-value-functions: "incorrect argument count in call (top-level-mutable?)".
4437  7.mo:Expected error in mat top-level-value-functions: "top-level-mutable?: 45 is not a symbol".
4438  7.mo:Expected error in mat top-level-value-functions: "top-level-mutable?: hello is not an environment".
4439  7.mo:Expected error in mat top-level-value-functions: "top-level-mutable?: #<environment *scheme*> is not a symbol".
4440  7.mo:Expected error in mat top-level-value-functions: "top-level-value: "hello" is not a symbol".
4441! 7.mo:Expected error in mat top-level-value-functions: "incorrect argument count in call (top-level-value)".
4442  7.mo:Expected error in mat top-level-value-functions: "top-level-value: hello is not an environment".
4443  7.mo:Expected error in mat top-level-value-functions: "top-level-value: #<environment *scheme*> is not a symbol".
4444  7.mo:Expected error in mat top-level-value-functions: "set-top-level-value!: "hello" is not a symbol".
4445! 7.mo:Expected error in mat top-level-value-functions: "incorrect argument count in call (set-top-level-value!)".
4446! 7.mo:Expected error in mat top-level-value-functions: "incorrect argument count in call (set-top-level-value! 15)".
4447  7.mo:Expected error in mat top-level-value-functions: "set-top-level-value!: hello is not an environment".
4448  7.mo:Expected error in mat top-level-value-functions: "set-top-level-value!: #<environment *scheme*> is not a symbol".
4449  7.mo:Expected error in mat top-level-value-functions: "define-top-level-value: "hello" is not a symbol".
4450! 7.mo:Expected error in mat top-level-value-functions: "incorrect argument count in call (define-top-level-value)".
4451! 7.mo:Expected error in mat top-level-value-functions: "incorrect argument count in call (define-top-level-value 15)".
4452  7.mo:Expected error in mat top-level-value-functions: "define-top-level-value: hello is not an environment".
4453  7.mo:Expected error in mat top-level-value-functions: "define-top-level-value: #<environment *scheme*> is not a symbol".
4454  7.mo:Expected error in mat top-level-value-functions: "variable i-am-not-bound-i-hope is not bound".
4455--- 7552,7578 ----
4456  7.mo:Expected error in mat concatenate-object-files: "separate-eval: Exception in verify-loadability: cannot find object file for library (testfile-cof1A)
4457  7.mo:Expected error in mat concatenate-object-files: "separate-eval: Exception in verify-loadability: cannot find object file for library (testfile-cof1B)
4458  7.mo:Expected error in mat top-level-value-functions: "top-level-bound?: "hello" is not a symbol".
4459! 7.mo:Expected error in mat top-level-value-functions: "incorrect number of arguments 0 to #<procedure top-level-bound?>".
4460  7.mo:Expected error in mat top-level-value-functions: "top-level-bound?: 45 is not a symbol".
4461  7.mo:Expected error in mat top-level-value-functions: "top-level-bound?: hello is not an environment".
4462  7.mo:Expected error in mat top-level-value-functions: "top-level-bound?: #<environment *scheme*> is not a symbol".
4463  7.mo:Expected error in mat top-level-value-functions: "top-level-mutable?: "hello" is not a symbol".
4464! 7.mo:Expected error in mat top-level-value-functions: "incorrect number of arguments 0 to #<procedure top-level-mutable?>".
4465  7.mo:Expected error in mat top-level-value-functions: "top-level-mutable?: 45 is not a symbol".
4466  7.mo:Expected error in mat top-level-value-functions: "top-level-mutable?: hello is not an environment".
4467  7.mo:Expected error in mat top-level-value-functions: "top-level-mutable?: #<environment *scheme*> is not a symbol".
4468  7.mo:Expected error in mat top-level-value-functions: "top-level-value: "hello" is not a symbol".
4469! 7.mo:Expected error in mat top-level-value-functions: "incorrect number of arguments 0 to #<procedure top-level-value>".
4470  7.mo:Expected error in mat top-level-value-functions: "top-level-value: hello is not an environment".
4471  7.mo:Expected error in mat top-level-value-functions: "top-level-value: #<environment *scheme*> is not a symbol".
4472  7.mo:Expected error in mat top-level-value-functions: "set-top-level-value!: "hello" is not a symbol".
4473! 7.mo:Expected error in mat top-level-value-functions: "incorrect number of arguments 0 to #<procedure set-top-level-value!>".
4474! 7.mo:Expected error in mat top-level-value-functions: "incorrect number of arguments 1 to #<procedure set-top-level-value!>".
4475  7.mo:Expected error in mat top-level-value-functions: "set-top-level-value!: hello is not an environment".
4476  7.mo:Expected error in mat top-level-value-functions: "set-top-level-value!: #<environment *scheme*> is not a symbol".
4477  7.mo:Expected error in mat top-level-value-functions: "define-top-level-value: "hello" is not a symbol".
4478! 7.mo:Expected error in mat top-level-value-functions: "incorrect number of arguments 0 to #<procedure define-top-level-value>".
4479! 7.mo:Expected error in mat top-level-value-functions: "incorrect number of arguments 1 to #<procedure define-top-level-value>".
4480  7.mo:Expected error in mat top-level-value-functions: "define-top-level-value: hello is not an environment".
4481  7.mo:Expected error in mat top-level-value-functions: "define-top-level-value: #<environment *scheme*> is not a symbol".
4482  7.mo:Expected error in mat top-level-value-functions: "variable i-am-not-bound-i-hope is not bound".
4483***************
4484*** 7903,7909 ****
4485  record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<procedure>".
4486  record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<procedure>".
4487  record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<procedure>".
4488! record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<procedure constructor>".
4489  record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 4 to #<procedure constructor>".
4490  record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: record constructor descriptor #<record constructor descriptor> is not for parent of record type #<record type grand-child>".
4491  record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot extend sealed record type #<record type bar> as foo".
4492--- 7903,7909 ----
4493  record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<procedure>".
4494  record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<procedure>".
4495  record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<procedure>".
4496! record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 4 to #<procedure constructor>".
4497  record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 4 to #<procedure constructor>".
4498  record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: record constructor descriptor #<record constructor descriptor> is not for parent of record type #<record type grand-child>".
4499  record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot extend sealed record type #<record type bar> as foo".
4500***************
4501*** 7993,8107 ****
4502  hash.mo:Expected error in mat old-hash-table: "hash-table-for-each: ((a . b)) is not an eq hashtable".
4503  hash.mo:Expected error in mat old-hash-table: "incorrect number of arguments 2 to #<procedure>".
4504  hash.mo:Expected error in mat old-hash-table: "incorrect number of arguments 2 to #<procedure>".
4505! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (make-eq-hashtable 3 #t)".
4506  hash.mo:Expected error in mat hashtable-arguments: "make-eq-hashtable: invalid size argument -1".
4507  hash.mo:Expected error in mat hashtable-arguments: "make-eq-hashtable: invalid size argument #t".
4508  hash.mo:Expected error in mat hashtable-arguments: "make-eq-hashtable: invalid size argument #f".
4509! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (make-hashtable)".
4510! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (make-hashtable equal-hash)".
4511! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (make-hashtable equal-hash equal? 45 53)".
4512  hash.mo:Expected error in mat hashtable-arguments: "make-hashtable: a is not a procedure".
4513  hash.mo:Expected error in mat hashtable-arguments: "make-hashtable: a is not a procedure".
4514  hash.mo:Expected error in mat hashtable-arguments: "make-hashtable: invalid size argument a".
4515  hash.mo:Expected error in mat hashtable-arguments: "make-hashtable: invalid size argument -45".
4516  hash.mo:Expected error in mat hashtable-arguments: "make-hashtable: invalid size argument 45.0".
4517! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (make-eqv-hashtable 3 #t)".
4518  hash.mo:Expected error in mat hashtable-arguments: "make-eqv-hashtable: invalid size argument -1".
4519  hash.mo:Expected error in mat hashtable-arguments: "make-eqv-hashtable: invalid size argument #t".
4520  hash.mo:Expected error in mat hashtable-arguments: "make-eqv-hashtable: invalid size argument #f".
4521! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable?)".
4522! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable? $ht 3)".
4523! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (eq-hashtable?)".
4524! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (eq-hashtable? $ht 3)".
4525  hash.mo:Expected error in mat hashtable-arguments: "hashtable-mutable?: #(0 0 0) is not a hashtable".
4526! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-mutable?)".
4527! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-mutable? $ht 3)".
4528! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-size)".
4529! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-size $ht 3)".
4530  hash.mo:Expected error in mat hashtable-arguments: "hashtable-size: hello is not a hashtable".
4531! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-ref)".
4532! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-ref $ht)".
4533! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-ref $ht (quote a))".
4534! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-ref $ht (quote a) (quote b) (quote c))".
4535  hash.mo:Expected error in mat hashtable-arguments: "hashtable-ref: (hash . table) is not a hashtable".
4536! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-contains?)".
4537! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-contains? $ht)".
4538! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-contains? $ht (quote a) (quote b))".
4539  hash.mo:Expected error in mat hashtable-arguments: "hashtable-contains?: (hash . table) is not a hashtable".
4540! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-set!)".
4541! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-set! $ht)".
4542! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-set! $ht (quote a))".
4543! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-set! $ht (quote a) (quote b) (quote c))".
4544  hash.mo:Expected error in mat hashtable-arguments: "hashtable-set!: (hash . table) is not a hashtable".
4545  hash.mo:Expected error in mat hashtable-arguments: "hashtable-set!: #<eq hashtable> is not mutable".
4546! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-update!)".
4547! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-update! $ht)".
4548! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-update! $ht (quote a) values)".
4549! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-update! $ht (quote a) values (quote c) (quote d))".
4550  hash.mo:Expected error in mat hashtable-arguments: "hashtable-update!: (hash . table) is not a hashtable".
4551  hash.mo:Expected error in mat hashtable-arguments: "hashtable-update!: #<eq hashtable> is not mutable".
4552  hash.mo:Expected error in mat hashtable-arguments: "hashtable-update!: "not a procedure" is not a procedure".
4553! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-cell)".
4554! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-cell $ht)".
4555! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-cell $ht (quote a))".
4556! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-cell $ht (quote a) (quote b) (quote c))".
4557  hash.mo:Expected error in mat hashtable-arguments: "hashtable-cell: (hash . table) is not a hashtable".
4558! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-ref-cell)".
4559! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-ref-cell $ht)".
4560! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-ref-cell $ht (quote a) (quote b))".
4561! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-ref-cell (quote (hash . table)) (quote a) (quote b))".
4562! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-delete!)".
4563! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-delete! $ht)".
4564! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-delete! $ht (quote a) (quote b))".
4565  hash.mo:Expected error in mat hashtable-arguments: "hashtable-delete!: (hash . table) is not a hashtable".
4566  hash.mo:Expected error in mat hashtable-arguments: "hashtable-delete!: #<eq hashtable> is not mutable".
4567! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-copy)".
4568! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-copy $ht #t 17)".
4569  hash.mo:Expected error in mat hashtable-arguments: "hashtable-copy: (hash . table) is not a hashtable".
4570! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-clear!)".
4571! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-clear! $ht 17 (quote foo))".
4572  hash.mo:Expected error in mat hashtable-arguments: "hashtable-clear!: (hash . table) is not a hashtable".
4573  hash.mo:Expected error in mat hashtable-arguments: "hashtable-clear!: (hash . table) is not a hashtable".
4574  hash.mo:Expected error in mat hashtable-arguments: "hashtable-clear!: #<eq hashtable> is not mutable".
4575  hash.mo:Expected error in mat hashtable-arguments: "hashtable-clear!: #<eq hashtable> is not mutable".
4576  hash.mo:Expected error in mat hashtable-arguments: "hashtable-clear!: invalid size argument #t".
4577! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-keys)".
4578! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-keys $ht 72 43)".
4579  hash.mo:Expected error in mat hashtable-arguments: "hashtable-keys: (hash . table) is not a hashtable".
4580  hash.mo:Expected error in mat hashtable-arguments: "hashtable-keys: -79 is not a valid length".
4581  hash.mo:Expected error in mat hashtable-arguments: "hashtable-keys: not-an-unsigned-integer is not a valid length".
4582! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-keys)".
4583! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-keys $ht 72)".
4584  hash.mo:Expected error in mat hashtable-arguments: "hashtable-keys: (hash . table) is not a hashtable".
4585! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-values)".
4586! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-values $ht 72 43)".
4587  hash.mo:Expected error in mat hashtable-arguments: "hashtable-values: (hash . table) is not a hashtable".
4588  hash.mo:Expected error in mat hashtable-arguments: "hashtable-values: -79 is not a valid length".
4589  hash.mo:Expected error in mat hashtable-arguments: "hashtable-values: not-an-unsigned-integer is not a valid length".
4590! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-entries)".
4591! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-entries $ht 72 43)".
4592  hash.mo:Expected error in mat hashtable-arguments: "hashtable-entries: (hash . table) is not a hashtable".
4593  hash.mo:Expected error in mat hashtable-arguments: "hashtable-entries: -79 is not a valid length".
4594  hash.mo:Expected error in mat hashtable-arguments: "hashtable-entries: not-an-unsigned-integer is not a valid length".
4595! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-entries)".
4596! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-entries $ht 72)".
4597  hash.mo:Expected error in mat hashtable-arguments: "hashtable-entries: (hash . table) is not a hashtable".
4598! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-cells)".
4599! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-cells $ht 72 43)".
4600  hash.mo:Expected error in mat hashtable-arguments: "hashtable-size: (hash . table) is not a hashtable".
4601  hash.mo:Expected error in mat hashtable-arguments: "hashtable-cells: -79 is not a valid length".
4602  hash.mo:Expected error in mat hashtable-arguments: "hashtable-cells: not-an-unsigned-integer is not a valid length".
4603! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-hash-function)".
4604! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-hash-function $ht $ht)".
4605  hash.mo:Expected error in mat hashtable-arguments: "hashtable-hash-function: (hash . table) is not an eq hashtable".
4606! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-equivalence-function)".
4607! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-equivalence-function $ht $ht)".
4608  hash.mo:Expected error in mat hashtable-arguments: "hashtable-equivalence-function: (hash . table) is not an eq hashtable".
4609! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-weak?)".
4610! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-weak? $ht 3)".
4611  hash.mo:Expected error in mat hashtable-arguments: "hashtable-weak?: (hash . table) is not a hashtable".
4612! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-ephemeron?)".
4613! hash.mo:Expected error in mat hashtable-arguments: "incorrect argument count in call (hashtable-ephemeron? $ht 3)".
4614  hash.mo:Expected error in mat hashtable-arguments: "hashtable-ephemeron?: (hash . table) is not a hashtable".
4615  hash.mo:Expected error in mat hash-return-value: "hashtable-ref: invalid hash-function #<procedure> return value "oops" for any".
4616  hash.mo:Expected error in mat hash-return-value: "hashtable-ref: invalid hash-function #<procedure> return value 3.5 for any".
4617--- 7993,8107 ----
4618  hash.mo:Expected error in mat old-hash-table: "hash-table-for-each: ((a . b)) is not an eq hashtable".
4619  hash.mo:Expected error in mat old-hash-table: "incorrect number of arguments 2 to #<procedure>".
4620  hash.mo:Expected error in mat old-hash-table: "incorrect number of arguments 2 to #<procedure>".
4621! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure make-eq-hashtable>".
4622  hash.mo:Expected error in mat hashtable-arguments: "make-eq-hashtable: invalid size argument -1".
4623  hash.mo:Expected error in mat hashtable-arguments: "make-eq-hashtable: invalid size argument #t".
4624  hash.mo:Expected error in mat hashtable-arguments: "make-eq-hashtable: invalid size argument #f".
4625! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure make-hashtable>".
4626! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 1 to #<procedure make-hashtable>".
4627! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 4 to #<procedure make-hashtable>".
4628  hash.mo:Expected error in mat hashtable-arguments: "make-hashtable: a is not a procedure".
4629  hash.mo:Expected error in mat hashtable-arguments: "make-hashtable: a is not a procedure".
4630  hash.mo:Expected error in mat hashtable-arguments: "make-hashtable: invalid size argument a".
4631  hash.mo:Expected error in mat hashtable-arguments: "make-hashtable: invalid size argument -45".
4632  hash.mo:Expected error in mat hashtable-arguments: "make-hashtable: invalid size argument 45.0".
4633! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure make-eqv-hashtable>".
4634  hash.mo:Expected error in mat hashtable-arguments: "make-eqv-hashtable: invalid size argument -1".
4635  hash.mo:Expected error in mat hashtable-arguments: "make-eqv-hashtable: invalid size argument #t".
4636  hash.mo:Expected error in mat hashtable-arguments: "make-eqv-hashtable: invalid size argument #f".
4637! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable?>".
4638! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable?>".
4639! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable?>".
4640! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure eq-hashtable?>".
4641  hash.mo:Expected error in mat hashtable-arguments: "hashtable-mutable?: #(0 0 0) is not a hashtable".
4642! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-mutable?>".
4643! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-mutable?>".
4644! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-size>".
4645! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-size>".
4646  hash.mo:Expected error in mat hashtable-arguments: "hashtable-size: hello is not a hashtable".
4647! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-ref>".
4648! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 1 to #<procedure hashtable-ref>".
4649! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-ref>".
4650! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 4 to #<procedure hashtable-ref>".
4651  hash.mo:Expected error in mat hashtable-arguments: "hashtable-ref: (hash . table) is not a hashtable".
4652! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-contains?>".
4653! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 1 to #<procedure hashtable-contains?>".
4654! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-contains?>".
4655  hash.mo:Expected error in mat hashtable-arguments: "hashtable-contains?: (hash . table) is not a hashtable".
4656! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-set!>".
4657! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 1 to #<procedure hashtable-set!>".
4658! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-set!>".
4659! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 4 to #<procedure hashtable-set!>".
4660  hash.mo:Expected error in mat hashtable-arguments: "hashtable-set!: (hash . table) is not a hashtable".
4661  hash.mo:Expected error in mat hashtable-arguments: "hashtable-set!: #<eq hashtable> is not mutable".
4662! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-update!>".
4663! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 1 to #<procedure hashtable-update!>".
4664! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-update!>".
4665! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 5 to #<procedure hashtable-update!>".
4666  hash.mo:Expected error in mat hashtable-arguments: "hashtable-update!: (hash . table) is not a hashtable".
4667  hash.mo:Expected error in mat hashtable-arguments: "hashtable-update!: #<eq hashtable> is not mutable".
4668  hash.mo:Expected error in mat hashtable-arguments: "hashtable-update!: "not a procedure" is not a procedure".
4669! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-cell>".
4670! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 1 to #<procedure hashtable-cell>".
4671! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-cell>".
4672! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 4 to #<procedure hashtable-cell>".
4673  hash.mo:Expected error in mat hashtable-arguments: "hashtable-cell: (hash . table) is not a hashtable".
4674! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-ref-cell>".
4675! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 1 to #<procedure hashtable-ref-cell>".
4676! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-ref-cell>".
4677! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-ref-cell>".
4678! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-delete!>".
4679! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 1 to #<procedure hashtable-delete!>".
4680! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-delete!>".
4681  hash.mo:Expected error in mat hashtable-arguments: "hashtable-delete!: (hash . table) is not a hashtable".
4682  hash.mo:Expected error in mat hashtable-arguments: "hashtable-delete!: #<eq hashtable> is not mutable".
4683! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-copy>".
4684! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-copy>".
4685  hash.mo:Expected error in mat hashtable-arguments: "hashtable-copy: (hash . table) is not a hashtable".
4686! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-clear!>".
4687! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-clear!>".
4688  hash.mo:Expected error in mat hashtable-arguments: "hashtable-clear!: (hash . table) is not a hashtable".
4689  hash.mo:Expected error in mat hashtable-arguments: "hashtable-clear!: (hash . table) is not a hashtable".
4690  hash.mo:Expected error in mat hashtable-arguments: "hashtable-clear!: #<eq hashtable> is not mutable".
4691  hash.mo:Expected error in mat hashtable-arguments: "hashtable-clear!: #<eq hashtable> is not mutable".
4692  hash.mo:Expected error in mat hashtable-arguments: "hashtable-clear!: invalid size argument #t".
4693! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-keys>".
4694! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-keys>".
4695  hash.mo:Expected error in mat hashtable-arguments: "hashtable-keys: (hash . table) is not a hashtable".
4696  hash.mo:Expected error in mat hashtable-arguments: "hashtable-keys: -79 is not a valid length".
4697  hash.mo:Expected error in mat hashtable-arguments: "hashtable-keys: not-an-unsigned-integer is not a valid length".
4698! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-keys>".
4699! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-keys>".
4700  hash.mo:Expected error in mat hashtable-arguments: "hashtable-keys: (hash . table) is not a hashtable".
4701! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-values>".
4702! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-values>".
4703  hash.mo:Expected error in mat hashtable-arguments: "hashtable-values: (hash . table) is not a hashtable".
4704  hash.mo:Expected error in mat hashtable-arguments: "hashtable-values: -79 is not a valid length".
4705  hash.mo:Expected error in mat hashtable-arguments: "hashtable-values: not-an-unsigned-integer is not a valid length".
4706! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-entries>".
4707! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-entries>".
4708  hash.mo:Expected error in mat hashtable-arguments: "hashtable-entries: (hash . table) is not a hashtable".
4709  hash.mo:Expected error in mat hashtable-arguments: "hashtable-entries: -79 is not a valid length".
4710  hash.mo:Expected error in mat hashtable-arguments: "hashtable-entries: not-an-unsigned-integer is not a valid length".
4711! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-entries>".
4712! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-entries>".
4713  hash.mo:Expected error in mat hashtable-arguments: "hashtable-entries: (hash . table) is not a hashtable".
4714! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-cells>".
4715! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 3 to #<procedure hashtable-cells>".
4716  hash.mo:Expected error in mat hashtable-arguments: "hashtable-size: (hash . table) is not a hashtable".
4717  hash.mo:Expected error in mat hashtable-arguments: "hashtable-cells: -79 is not a valid length".
4718  hash.mo:Expected error in mat hashtable-arguments: "hashtable-cells: not-an-unsigned-integer is not a valid length".
4719! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-hash-function>".
4720! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-hash-function>".
4721  hash.mo:Expected error in mat hashtable-arguments: "hashtable-hash-function: (hash . table) is not an eq hashtable".
4722! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-equivalence-function>".
4723! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-equivalence-function>".
4724  hash.mo:Expected error in mat hashtable-arguments: "hashtable-equivalence-function: (hash . table) is not an eq hashtable".
4725! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-weak?>".
4726! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-weak?>".
4727  hash.mo:Expected error in mat hashtable-arguments: "hashtable-weak?: (hash . table) is not a hashtable".
4728! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 0 to #<procedure hashtable-ephemeron?>".
4729! hash.mo:Expected error in mat hashtable-arguments: "incorrect number of arguments 2 to #<procedure hashtable-ephemeron?>".
4730  hash.mo:Expected error in mat hashtable-arguments: "hashtable-ephemeron?: (hash . table) is not a hashtable".
4731  hash.mo:Expected error in mat hash-return-value: "hashtable-ref: invalid hash-function #<procedure> return value "oops" for any".
4732  hash.mo:Expected error in mat hash-return-value: "hashtable-ref: invalid hash-function #<procedure> return value 3.5 for any".
4733***************
4734*** 8124,8246 ****
4735  hash.mo:Expected error in mat hash-return-value: "hashtable-delete!: invalid hash-function #<procedure> return value "oops" for any".
4736  hash.mo:Expected error in mat hash-return-value: "hashtable-delete!: invalid hash-function #<procedure> return value 3.5 for any".
4737  hash.mo:Expected error in mat hash-return-value: "hashtable-delete!: invalid hash-function #<procedure> return value 1+2i for any".
4738! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (make-weak-eq-hashtable 3 #t)".
4739  hash.mo:Expected error in mat eq-hashtable-arguments: "make-weak-eq-hashtable: invalid size argument -1".
4740  hash.mo:Expected error in mat eq-hashtable-arguments: "make-weak-eq-hashtable: invalid size argument #t".
4741  hash.mo:Expected error in mat eq-hashtable-arguments: "make-weak-eq-hashtable: invalid size argument #f".
4742! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (make-ephemeron-eq-hashtable 3 #t)".
4743  hash.mo:Expected error in mat eq-hashtable-arguments: "make-ephemeron-eq-hashtable: invalid size argument -1".
4744  hash.mo:Expected error in mat eq-hashtable-arguments: "make-ephemeron-eq-hashtable: invalid size argument #t".
4745  hash.mo:Expected error in mat eq-hashtable-arguments: "make-ephemeron-eq-hashtable: invalid size argument #f".
4746! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-ref)".
4747! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-ref $wht)".
4748! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-ref $wht (quote a))".
4749! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-ref $wht (quote a) (quote b) (quote c))".
4750  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-ref: (hash . table) is not an eq hashtable".
4751! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-contains?)".
4752! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-contains? $wht)".
4753! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-contains? $wht (quote a) (quote b))".
4754  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-contains?: (hash . table) is not an eq hashtable".
4755! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-set!)".
4756! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-set! $wht)".
4757! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-set! $wht (quote a))".
4758! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-set! $wht (quote a) (quote b) (quote c))".
4759  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-set!: (hash . table) is not an eq hashtable".
4760  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-set!: #<eq hashtable> is not mutable".
4761! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-update!)".
4762! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-update! $wht)".
4763! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-update! $wht (quote a) values)".
4764! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-update! $wht (quote a) values (quote c) (quote d))".
4765  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-update!: (hash . table) is not an eq hashtable".
4766  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-update!: #<eq hashtable> is not mutable".
4767  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-update!: "not a procedure" is not a procedure".
4768! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-delete!)".
4769! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-delete! $wht)".
4770! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-delete! $wht (quote a) (quote b))".
4771  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-delete!: (hash . table) is not an eq hashtable".
4772  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-delete!: #<eq hashtable> is not mutable".
4773! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-cell)".
4774! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-cell $wht)".
4775! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-cell $wht (quote a))".
4776! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-cell $wht (quote a) (quote b) (quote c))".
4777  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-cell: (hash . table) is not an eq hashtable".
4778! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-ref-cell)".
4779! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-ref-cell $wht)".
4780! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-ref-cell $wht (quote a) (quote b))".
4781  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-ref-cell: (hash . table) is not an eq hashtable".
4782! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-try-atomic-cell)".
4783! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-try-atomic-cell $wht)".
4784! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-try-atomic-cell $wht (quote a))".
4785! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-try-atomic-cell $wht (quote a) (quote b) (quote c))".
4786  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-try-atomic-cell: (hash . table) is not an eq hashtable".
4787! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-weak?)".
4788! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-weak? $ht 3)".
4789  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-weak?: (hash . table) is not an eq hashtable".
4790! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-ephemeron?)".
4791! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect argument count in call (eq-hashtable-ephemeron? $ht 3)".
4792  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-ephemeron?: (hash . table) is not an eq hashtable".
4793! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-ref)".
4794! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-ref $symht)".
4795! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-ref $symht (quote a))".
4796! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-ref $symht (quote a) (quote b) (quote c))".
4797  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref: (hash . table) is not a symbol hashtable".
4798  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref: #<eq hashtable> is not a symbol hashtable".
4799  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref: (a) is not a symbol".
4800  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4801! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-contains?)".
4802! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-contains? $symht)".
4803! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-contains? $symht (quote a) (quote b))".
4804  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-contains?: (hash . table) is not a symbol hashtable".
4805  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-contains?: #<eq hashtable> is not a symbol hashtable".
4806  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-contains?: (a) is not a symbol".
4807  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4808! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-set!)".
4809! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-set! $symht)".
4810! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-set! $symht (quote a))".
4811! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-set! $symht (quote a) (quote b) (quote c))".
4812  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-set!: (hash . table) is not a symbol hashtable".
4813  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-set!: #<eq hashtable> is not a symbol hashtable".
4814  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-set!: (a) is not a symbol".
4815  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4816  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-set!: #<hashtable> is not mutable".
4817! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-update!)".
4818! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-update! $symht)".
4819! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-update! $symht (quote a) values)".
4820! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-update! $symht (quote a) values (quote c) (quote d))".
4821  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-update!: (hash . table) is not a symbol hashtable".
4822  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-update!: #<eq hashtable> is not a symbol hashtable".
4823  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-update!: (a) is not a symbol".
4824  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4825  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-update!: #<hashtable> is not mutable".
4826  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-update!: "not a procedure" is not a procedure".
4827! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-delete!)".
4828! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-delete! $symht)".
4829! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-delete! $symht (quote a) (quote b))".
4830  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-delete!: (hash . table) is not a symbol hashtable".
4831  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-delete!: #<eq hashtable> is not a symbol hashtable".
4832  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-delete!: (a) is not a symbol".
4833  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4834  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-delete!: #<hashtable> is not mutable".
4835! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-cell)".
4836! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-cell $symht)".
4837! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-cell $symht (quote a))".
4838! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-cell $symht (quote a) (quote b) (quote c))".
4839  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-cell: (hash . table) is not a symbol hashtable".
4840  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-cell: #<eq hashtable> is not a symbol hashtable".
4841  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-cell: (a) is not a symbol".
4842  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4843! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-ref-cell)".
4844! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-ref-cell $symht)".
4845! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect argument count in call (symbol-hashtable-ref-cell $symht (quote a) (quote b))".
4846  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref-cell: (hash . table) is not a symbol hashtable".
4847  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref-cell: #<eq hashtable> is not a symbol hashtable".
4848  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref-cell: (a) is not a symbol".
4849  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4850! hash.mo:Expected error in mat eqv-hashtable-arguments: "incorrect argument count in call (make-weak-eqv-hashtable 3 #t)".
4851  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-weak-eqv-hashtable: invalid size argument -1".
4852  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-weak-eqv-hashtable: invalid size argument #t".
4853  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-weak-eqv-hashtable: invalid size argument #f".
4854! hash.mo:Expected error in mat eqv-hashtable-arguments: "incorrect argument count in call (make-ephemeron-eqv-hashtable 3 #t)".
4855  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-ephemeron-eqv-hashtable: invalid size argument -1".
4856  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-ephemeron-eqv-hashtable: invalid size argument #t".
4857  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-ephemeron-eqv-hashtable: invalid size argument #f".
4858--- 8124,8246 ----
4859  hash.mo:Expected error in mat hash-return-value: "hashtable-delete!: invalid hash-function #<procedure> return value "oops" for any".
4860  hash.mo:Expected error in mat hash-return-value: "hashtable-delete!: invalid hash-function #<procedure> return value 3.5 for any".
4861  hash.mo:Expected error in mat hash-return-value: "hashtable-delete!: invalid hash-function #<procedure> return value 1+2i for any".
4862! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 2 to #<procedure make-weak-eq-hashtable>".
4863  hash.mo:Expected error in mat eq-hashtable-arguments: "make-weak-eq-hashtable: invalid size argument -1".
4864  hash.mo:Expected error in mat eq-hashtable-arguments: "make-weak-eq-hashtable: invalid size argument #t".
4865  hash.mo:Expected error in mat eq-hashtable-arguments: "make-weak-eq-hashtable: invalid size argument #f".
4866! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 2 to #<procedure make-ephemeron-eq-hashtable>".
4867  hash.mo:Expected error in mat eq-hashtable-arguments: "make-ephemeron-eq-hashtable: invalid size argument -1".
4868  hash.mo:Expected error in mat eq-hashtable-arguments: "make-ephemeron-eq-hashtable: invalid size argument #t".
4869  hash.mo:Expected error in mat eq-hashtable-arguments: "make-ephemeron-eq-hashtable: invalid size argument #f".
4870! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable-ref>".
4871! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 1 to #<procedure eq-hashtable-ref>".
4872! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 2 to #<procedure eq-hashtable-ref>".
4873! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 4 to #<procedure eq-hashtable-ref>".
4874  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-ref: (hash . table) is not an eq hashtable".
4875! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable-contains?>".
4876! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 1 to #<procedure eq-hashtable-contains?>".
4877! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 3 to #<procedure eq-hashtable-contains?>".
4878  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-contains?: (hash . table) is not an eq hashtable".
4879! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable-set!>".
4880! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 1 to #<procedure eq-hashtable-set!>".
4881! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 2 to #<procedure eq-hashtable-set!>".
4882! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 4 to #<procedure eq-hashtable-set!>".
4883  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-set!: (hash . table) is not an eq hashtable".
4884  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-set!: #<eq hashtable> is not mutable".
4885! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable-update!>".
4886! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 1 to #<procedure eq-hashtable-update!>".
4887! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 3 to #<procedure eq-hashtable-update!>".
4888! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 5 to #<procedure eq-hashtable-update!>".
4889  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-update!: (hash . table) is not an eq hashtable".
4890  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-update!: #<eq hashtable> is not mutable".
4891  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-update!: "not a procedure" is not a procedure".
4892! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable-delete!>".
4893! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 1 to #<procedure eq-hashtable-delete!>".
4894! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 3 to #<procedure eq-hashtable-delete!>".
4895  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-delete!: (hash . table) is not an eq hashtable".
4896  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-delete!: #<eq hashtable> is not mutable".
4897! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable-cell>".
4898! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 1 to #<procedure eq-hashtable-cell>".
4899! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 2 to #<procedure eq-hashtable-cell>".
4900! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 4 to #<procedure eq-hashtable-cell>".
4901  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-cell: (hash . table) is not an eq hashtable".
4902! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable-ref-cell>".
4903! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 1 to #<procedure eq-hashtable-ref-cell>".
4904! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 3 to #<procedure eq-hashtable-ref-cell>".
4905  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-ref-cell: (hash . table) is not an eq hashtable".
4906! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable-try-atomic-cell>".
4907! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 1 to #<procedure eq-hashtable-try-atomic-cell>".
4908! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 2 to #<procedure eq-hashtable-try-atomic-cell>".
4909! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 4 to #<procedure eq-hashtable-try-atomic-cell>".
4910  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-try-atomic-cell: (hash . table) is not an eq hashtable".
4911! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable-weak?>".
4912! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 2 to #<procedure eq-hashtable-weak?>".
4913  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-weak?: (hash . table) is not an eq hashtable".
4914! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 0 to #<procedure eq-hashtable-ephemeron?>".
4915! hash.mo:Expected error in mat eq-hashtable-arguments: "incorrect number of arguments 2 to #<procedure eq-hashtable-ephemeron?>".
4916  hash.mo:Expected error in mat eq-hashtable-arguments: "eq-hashtable-ephemeron?: (hash . table) is not an eq hashtable".
4917! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 0 to #<procedure symbol-hashtable-ref>".
4918! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 1 to #<procedure symbol-hashtable-ref>".
4919! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 2 to #<procedure symbol-hashtable-ref>".
4920! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 4 to #<procedure symbol-hashtable-ref>".
4921  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref: (hash . table) is not a symbol hashtable".
4922  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref: #<eq hashtable> is not a symbol hashtable".
4923  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref: (a) is not a symbol".
4924  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4925! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 0 to #<procedure symbol-hashtable-contains?>".
4926! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 1 to #<procedure symbol-hashtable-contains?>".
4927! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 3 to #<procedure symbol-hashtable-contains?>".
4928  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-contains?: (hash . table) is not a symbol hashtable".
4929  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-contains?: #<eq hashtable> is not a symbol hashtable".
4930  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-contains?: (a) is not a symbol".
4931  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4932! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 0 to #<procedure symbol-hashtable-set!>".
4933! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 1 to #<procedure symbol-hashtable-set!>".
4934! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 2 to #<procedure symbol-hashtable-set!>".
4935! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 4 to #<procedure symbol-hashtable-set!>".
4936  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-set!: (hash . table) is not a symbol hashtable".
4937  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-set!: #<eq hashtable> is not a symbol hashtable".
4938  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-set!: (a) is not a symbol".
4939  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4940  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-set!: #<hashtable> is not mutable".
4941! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 0 to #<procedure symbol-hashtable-update!>".
4942! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 1 to #<procedure symbol-hashtable-update!>".
4943! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 3 to #<procedure symbol-hashtable-update!>".
4944! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 5 to #<procedure symbol-hashtable-update!>".
4945  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-update!: (hash . table) is not a symbol hashtable".
4946  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-update!: #<eq hashtable> is not a symbol hashtable".
4947  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-update!: (a) is not a symbol".
4948  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4949  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-update!: #<hashtable> is not mutable".
4950  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-update!: "not a procedure" is not a procedure".
4951! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 0 to #<procedure symbol-hashtable-delete!>".
4952! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 1 to #<procedure symbol-hashtable-delete!>".
4953! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 3 to #<procedure symbol-hashtable-delete!>".
4954  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-delete!: (hash . table) is not a symbol hashtable".
4955  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-delete!: #<eq hashtable> is not a symbol hashtable".
4956  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-delete!: (a) is not a symbol".
4957  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4958  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-delete!: #<hashtable> is not mutable".
4959! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 0 to #<procedure symbol-hashtable-cell>".
4960! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 1 to #<procedure symbol-hashtable-cell>".
4961! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 2 to #<procedure symbol-hashtable-cell>".
4962! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 4 to #<procedure symbol-hashtable-cell>".
4963  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-cell: (hash . table) is not a symbol hashtable".
4964  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-cell: #<eq hashtable> is not a symbol hashtable".
4965  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-cell: (a) is not a symbol".
4966  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4967! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 0 to #<procedure symbol-hashtable-ref-cell>".
4968! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 1 to #<procedure symbol-hashtable-ref-cell>".
4969! hash.mo:Expected error in mat symbol-hashtable-arguments: "incorrect number of arguments 3 to #<procedure symbol-hashtable-ref-cell>".
4970  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref-cell: (hash . table) is not a symbol hashtable".
4971  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref-cell: #<eq hashtable> is not a symbol hashtable".
4972  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hashtable-ref-cell: (a) is not a symbol".
4973  hash.mo:Expected error in mat symbol-hashtable-arguments: "symbol-hash: (a) is not a symbol".
4974! hash.mo:Expected error in mat eqv-hashtable-arguments: "incorrect number of arguments 2 to #<procedure make-weak-eqv-hashtable>".
4975  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-weak-eqv-hashtable: invalid size argument -1".
4976  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-weak-eqv-hashtable: invalid size argument #t".
4977  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-weak-eqv-hashtable: invalid size argument #f".
4978! hash.mo:Expected error in mat eqv-hashtable-arguments: "incorrect number of arguments 2 to #<procedure make-ephemeron-eqv-hashtable>".
4979  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-ephemeron-eqv-hashtable: invalid size argument -1".
4980  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-ephemeron-eqv-hashtable: invalid size argument #t".
4981  hash.mo:Expected error in mat eqv-hashtable-arguments: "make-ephemeron-eqv-hashtable: invalid size argument #f".
4982***************
4983*** 8248,8279 ****
4984  hash.mo:Expected error in mat generic-hashtable: "hashtable-delete!: #<hashtable> is not mutable".
4985  hash.mo:Expected error in mat generic-hashtable: "hashtable-update!: #<hashtable> is not mutable".
4986  hash.mo:Expected error in mat generic-hashtable: "hashtable-update!: #<hashtable> is not mutable".
4987! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect argument count in call (make-weak-hashtable)".
4988! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect argument count in call (make-weak-hashtable equal-hash)".
4989! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect argument count in call (make-weak-hashtable equal-hash equal? 45 53)".
4990  hash.mo:Expected error in mat generic-hashtable-arguments: "make-weak-hashtable: a is not a procedure".
4991  hash.mo:Expected error in mat generic-hashtable-arguments: "make-weak-hashtable: a is not a procedure".
4992  hash.mo:Expected error in mat generic-hashtable-arguments: "make-weak-hashtable: invalid size argument a".
4993  hash.mo:Expected error in mat generic-hashtable-arguments: "make-weak-hashtable: invalid size argument -45".
4994  hash.mo:Expected error in mat generic-hashtable-arguments: "make-weak-hashtable: invalid size argument 45.0".
4995! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect argument count in call (make-ephemeron-hashtable)".
4996! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect argument count in call (make-ephemeron-hashtable equal-hash)".
4997! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect argument count in call (make-ephemeron-hashtable equal-hash equal? 45 53)".
4998  hash.mo:Expected error in mat generic-hashtable-arguments: "make-ephemeron-hashtable: a is not a procedure".
4999  hash.mo:Expected error in mat generic-hashtable-arguments: "make-ephemeron-hashtable: a is not a procedure".
5000  hash.mo:Expected error in mat generic-hashtable-arguments: "make-ephemeron-hashtable: invalid size argument a".
5001  hash.mo:Expected error in mat generic-hashtable-arguments: "make-ephemeron-hashtable: invalid size argument -45".
5002  hash.mo:Expected error in mat generic-hashtable-arguments: "make-ephemeron-hashtable: invalid size argument 45.0".
5003! hash.mo:Expected error in mat hash-functions: "incorrect argument count in call (equal-hash)".
5004! hash.mo:Expected error in mat hash-functions: "incorrect argument count in call (equal-hash 0 0)".
5005! hash.mo:Expected error in mat hash-functions: "incorrect argument count in call (symbol-hash)".
5006! hash.mo:Expected error in mat hash-functions: "incorrect argument count in call (symbol-hash (quote a) (quote a))".
5007  hash.mo:Expected error in mat hash-functions: "symbol-hash: "hello" is not a symbol".
5008! hash.mo:Expected error in mat hash-functions: "incorrect argument count in call (string-hash)".
5009! hash.mo:Expected error in mat hash-functions: "incorrect argument count in call (string-hash (quote a) (quote a))".
5010  hash.mo:Expected error in mat hash-functions: "string-hash: hello is not a string".
5011! hash.mo:Expected error in mat hash-functions: "incorrect argument count in call (string-ci-hash)".
5012! hash.mo:Expected error in mat hash-functions: "incorrect argument count in call (string-ci-hash (quote a) (quote a))".
5013  hash.mo:Expected error in mat hash-functions: "string-ci-hash: hello is not a string".
5014  hash.mo:Expected error in mat fasl-other-hashtable: "fasl-write: invalid fasl object #<eqv hashtable>".
5015  hash.mo:Expected error in mat fasl-other-hashtable: "fasl-write: invalid fasl object #<hashtable>".
5016--- 8248,8279 ----
5017  hash.mo:Expected error in mat generic-hashtable: "hashtable-delete!: #<hashtable> is not mutable".
5018  hash.mo:Expected error in mat generic-hashtable: "hashtable-update!: #<hashtable> is not mutable".
5019  hash.mo:Expected error in mat generic-hashtable: "hashtable-update!: #<hashtable> is not mutable".
5020! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect number of arguments 0 to #<procedure make-weak-hashtable>".
5021! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect number of arguments 1 to #<procedure make-weak-hashtable>".
5022! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect number of arguments 4 to #<procedure make-weak-hashtable>".
5023  hash.mo:Expected error in mat generic-hashtable-arguments: "make-weak-hashtable: a is not a procedure".
5024  hash.mo:Expected error in mat generic-hashtable-arguments: "make-weak-hashtable: a is not a procedure".
5025  hash.mo:Expected error in mat generic-hashtable-arguments: "make-weak-hashtable: invalid size argument a".
5026  hash.mo:Expected error in mat generic-hashtable-arguments: "make-weak-hashtable: invalid size argument -45".
5027  hash.mo:Expected error in mat generic-hashtable-arguments: "make-weak-hashtable: invalid size argument 45.0".
5028! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect number of arguments 0 to #<procedure make-ephemeron-hashtable>".
5029! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect number of arguments 1 to #<procedure make-ephemeron-hashtable>".
5030! hash.mo:Expected error in mat generic-hashtable-arguments: "incorrect number of arguments 4 to #<procedure make-ephemeron-hashtable>".
5031  hash.mo:Expected error in mat generic-hashtable-arguments: "make-ephemeron-hashtable: a is not a procedure".
5032  hash.mo:Expected error in mat generic-hashtable-arguments: "make-ephemeron-hashtable: a is not a procedure".
5033  hash.mo:Expected error in mat generic-hashtable-arguments: "make-ephemeron-hashtable: invalid size argument a".
5034  hash.mo:Expected error in mat generic-hashtable-arguments: "make-ephemeron-hashtable: invalid size argument -45".
5035  hash.mo:Expected error in mat generic-hashtable-arguments: "make-ephemeron-hashtable: invalid size argument 45.0".
5036! hash.mo:Expected error in mat hash-functions: "incorrect number of arguments 0 to #<procedure equal-hash>".
5037! hash.mo:Expected error in mat hash-functions: "incorrect number of arguments 2 to #<procedure equal-hash>".
5038! hash.mo:Expected error in mat hash-functions: "incorrect number of arguments 0 to #<procedure symbol-hash>".
5039! hash.mo:Expected error in mat hash-functions: "incorrect number of arguments 2 to #<procedure symbol-hash>".
5040  hash.mo:Expected error in mat hash-functions: "symbol-hash: "hello" is not a symbol".
5041! hash.mo:Expected error in mat hash-functions: "incorrect number of arguments 0 to #<procedure string-hash>".
5042! hash.mo:Expected error in mat hash-functions: "incorrect number of arguments 2 to #<procedure string-hash>".
5043  hash.mo:Expected error in mat hash-functions: "string-hash: hello is not a string".
5044! hash.mo:Expected error in mat hash-functions: "incorrect number of arguments 0 to #<procedure string-ci-hash>".
5045! hash.mo:Expected error in mat hash-functions: "incorrect number of arguments 2 to #<procedure string-ci-hash>".
5046  hash.mo:Expected error in mat hash-functions: "string-ci-hash: hello is not a string".
5047  hash.mo:Expected error in mat fasl-other-hashtable: "fasl-write: invalid fasl object #<eqv hashtable>".
5048  hash.mo:Expected error in mat fasl-other-hashtable: "fasl-write: invalid fasl object #<hashtable>".
5049***************
5050*** 8389,8396 ****
5051  8.mo:Expected error in mat with-syntax: "invalid syntax a".
5052  8.mo:Expected error in mat with-syntax: "duplicate pattern variable x in (x x)".
5053  8.mo:Expected error in mat with-syntax: "duplicate pattern variable x in (x x)".
5054! 8.mo:Expected error in mat generate-temporaries: "incorrect argument count in call (generate-temporaries)".
5055! 8.mo:Expected error in mat generate-temporaries: "incorrect argument count in call (generate-temporaries (quote (a b c)) (quote (d e f)))".
5056  8.mo:Expected error in mat generate-temporaries: "generate-temporaries: improper list structure (a b . c)".
5057  8.mo:Expected error in mat generate-temporaries: "generate-temporaries: cyclic list structure (a b c b c b ...)".
5058  8.mo:Expected error in mat syntax->list: "syntax->list: invalid argument #<syntax a>".
5059--- 8389,8396 ----
5060  8.mo:Expected error in mat with-syntax: "invalid syntax a".
5061  8.mo:Expected error in mat with-syntax: "duplicate pattern variable x in (x x)".
5062  8.mo:Expected error in mat with-syntax: "duplicate pattern variable x in (x x)".
5063! 8.mo:Expected error in mat generate-temporaries: "incorrect number of arguments 0 to #<procedure generate-temporaries>".
5064! 8.mo:Expected error in mat generate-temporaries: "incorrect number of arguments 2 to #<procedure generate-temporaries>".
5065  8.mo:Expected error in mat generate-temporaries: "generate-temporaries: improper list structure (a b . c)".
5066  8.mo:Expected error in mat generate-temporaries: "generate-temporaries: cyclic list structure (a b c b c b ...)".
5067  8.mo:Expected error in mat syntax->list: "syntax->list: invalid argument #<syntax a>".
5068***************
5069*** 9007,9022 ****
5070  8.mo:Expected error in mat rnrs-eval: "attempt to assign unbound identifier foo".
5071  8.mo:Expected error in mat rnrs-eval: "invalid definition in immutable environment (define cons (quote #<procedure vector>))".
5072  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax: "hello" is not a symbol".
5073! 8.mo:Expected error in mat top-level-syntax-functions: "incorrect argument count in call (top-level-syntax)".
5074  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax: hello is not an environment".
5075  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax: #<environment *scheme*> is not a symbol".
5076  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax?: "hello" is not a symbol".
5077! 8.mo:Expected error in mat top-level-syntax-functions: "incorrect argument count in call (top-level-syntax?)".
5078  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax?: hello is not an environment".
5079  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax?: #<environment *scheme*> is not a symbol".
5080  8.mo:Expected error in mat top-level-syntax-functions: "define-top-level-syntax: "hello" is not a symbol".
5081! 8.mo:Expected error in mat top-level-syntax-functions: "incorrect argument count in call (define-top-level-syntax)".
5082! 8.mo:Expected error in mat top-level-syntax-functions: "incorrect argument count in call (define-top-level-syntax 15)".
5083  8.mo:Expected error in mat top-level-syntax-functions: "define-top-level-syntax: hello is not an environment".
5084  8.mo:Expected error in mat top-level-syntax-functions: "define-top-level-syntax: #<environment *scheme*> is not a symbol".
5085  8.mo:Expected error in mat top-level-syntax-functions: "define-top-level-syntax: cannot modify immutable environment #<environment *scheme*>".
5086--- 9007,9022 ----
5087  8.mo:Expected error in mat rnrs-eval: "attempt to assign unbound identifier foo".
5088  8.mo:Expected error in mat rnrs-eval: "invalid definition in immutable environment (define cons (quote #<procedure vector>))".
5089  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax: "hello" is not a symbol".
5090! 8.mo:Expected error in mat top-level-syntax-functions: "incorrect number of arguments 0 to #<procedure top-level-syntax>".
5091  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax: hello is not an environment".
5092  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax: #<environment *scheme*> is not a symbol".
5093  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax?: "hello" is not a symbol".
5094! 8.mo:Expected error in mat top-level-syntax-functions: "incorrect number of arguments 0 to #<procedure top-level-syntax?>".
5095  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax?: hello is not an environment".
5096  8.mo:Expected error in mat top-level-syntax-functions: "top-level-syntax?: #<environment *scheme*> is not a symbol".
5097  8.mo:Expected error in mat top-level-syntax-functions: "define-top-level-syntax: "hello" is not a symbol".
5098! 8.mo:Expected error in mat top-level-syntax-functions: "incorrect number of arguments 0 to #<procedure define-top-level-syntax>".
5099! 8.mo:Expected error in mat top-level-syntax-functions: "incorrect number of arguments 1 to #<procedure define-top-level-syntax>".
5100  8.mo:Expected error in mat top-level-syntax-functions: "define-top-level-syntax: hello is not an environment".
5101  8.mo:Expected error in mat top-level-syntax-functions: "define-top-level-syntax: #<environment *scheme*> is not a symbol".
5102  8.mo:Expected error in mat top-level-syntax-functions: "define-top-level-syntax: cannot modify immutable environment #<environment *scheme*>".
5103***************
5104*** 9113,9135 ****
5105  fx.mo:Expected error in mat fx=?: "fx=?: (a) is not a fixnum".
5106  fx.mo:Expected error in mat fx=?: "fx=?: <int> is not a fixnum".
5107  fx.mo:Expected error in mat fx=?: "fx=?: <-int> is not a fixnum".
5108! fx.mo:Expected error in mat fx=?: "incorrect argument count in call (fx=? 1)".
5109  fx.mo:Expected error in mat fx<?: "fx<?: a is not a fixnum".
5110  fx.mo:Expected error in mat fx<?: "fx<?: <int> is not a fixnum".
5111  fx.mo:Expected error in mat fx<?: "fx<?: <-int> is not a fixnum".
5112! fx.mo:Expected error in mat fx<?: "incorrect argument count in call (fx<? 1)".
5113  fx.mo:Expected error in mat fx>?: "fx>?: "hi" is not a fixnum".
5114  fx.mo:Expected error in mat fx>?: "fx>?: <int> is not a fixnum".
5115  fx.mo:Expected error in mat fx>?: "fx>?: <-int> is not a fixnum".
5116! fx.mo:Expected error in mat fx>?: "incorrect argument count in call (fx>? 1)".
5117  fx.mo:Expected error in mat fx<=?: "fx<=?: (a . b) is not a fixnum".
5118  fx.mo:Expected error in mat fx<=?: "fx<=?: <int> is not a fixnum".
5119  fx.mo:Expected error in mat fx<=?: "fx<=?: <-int> is not a fixnum".
5120! fx.mo:Expected error in mat fx<=?: "incorrect argument count in call (fx<=? 1)".
5121  fx.mo:Expected error in mat fx>=?: "fx>=?: (a . b) is not a fixnum".
5122  fx.mo:Expected error in mat fx>=?: "fx>=?: <int> is not a fixnum".
5123  fx.mo:Expected error in mat fx>=?: "fx>=?: <-int> is not a fixnum".
5124! fx.mo:Expected error in mat fx>=?: "incorrect argument count in call (fx>=? 1)".
5125  fx.mo:Expected error in mat $fxu<: "incorrect number of arguments 1 to #<procedure $fxu<>".
5126  fx.mo:Expected error in mat $fxu<: "incorrect number of arguments 3 to #<procedure $fxu<>".
5127  fx.mo:Expected error in mat $fxu<: "$fxu<: <-int> is not a fixnum".
5128--- 9113,9135 ----
5129  fx.mo:Expected error in mat fx=?: "fx=?: (a) is not a fixnum".
5130  fx.mo:Expected error in mat fx=?: "fx=?: <int> is not a fixnum".
5131  fx.mo:Expected error in mat fx=?: "fx=?: <-int> is not a fixnum".
5132! fx.mo:Expected error in mat fx=?: "incorrect number of arguments 1 to #<procedure fx=?>".
5133  fx.mo:Expected error in mat fx<?: "fx<?: a is not a fixnum".
5134  fx.mo:Expected error in mat fx<?: "fx<?: <int> is not a fixnum".
5135  fx.mo:Expected error in mat fx<?: "fx<?: <-int> is not a fixnum".
5136! fx.mo:Expected error in mat fx<?: "incorrect number of arguments 1 to #<procedure fx<?>".
5137  fx.mo:Expected error in mat fx>?: "fx>?: "hi" is not a fixnum".
5138  fx.mo:Expected error in mat fx>?: "fx>?: <int> is not a fixnum".
5139  fx.mo:Expected error in mat fx>?: "fx>?: <-int> is not a fixnum".
5140! fx.mo:Expected error in mat fx>?: "incorrect number of arguments 1 to #<procedure fx>?>".
5141  fx.mo:Expected error in mat fx<=?: "fx<=?: (a . b) is not a fixnum".
5142  fx.mo:Expected error in mat fx<=?: "fx<=?: <int> is not a fixnum".
5143  fx.mo:Expected error in mat fx<=?: "fx<=?: <-int> is not a fixnum".
5144! fx.mo:Expected error in mat fx<=?: "incorrect number of arguments 1 to #<procedure fx<=?>".
5145  fx.mo:Expected error in mat fx>=?: "fx>=?: (a . b) is not a fixnum".
5146  fx.mo:Expected error in mat fx>=?: "fx>=?: <int> is not a fixnum".
5147  fx.mo:Expected error in mat fx>=?: "fx>=?: <-int> is not a fixnum".
5148! fx.mo:Expected error in mat fx>=?: "incorrect number of arguments 1 to #<procedure fx>=?>".
5149  fx.mo:Expected error in mat $fxu<: "incorrect number of arguments 1 to #<procedure $fxu<>".
5150  fx.mo:Expected error in mat $fxu<: "incorrect number of arguments 3 to #<procedure $fxu<>".
5151  fx.mo:Expected error in mat $fxu<: "$fxu<: <-int> is not a fixnum".
5152***************
5153*** 9171,9183 ****
5154  fx.mo:Expected error in mat fx-/wraparound: "fx-: <-int> is not a fixnum".
5155  fx.mo:Expected error in mat fx-/wraparound: "fx-: <-int> is not a fixnum".
5156  fx.mo:Expected error in mat fx*: "fx*: (a . b) is not a fixnum".
5157! fx.mo:Expected error in mat fx*: "fx*: fixnum overflow with arguments <int> and 2".
5158  fx.mo:Expected error in mat fx*: "fx*: <int> is not a fixnum".
5159  fx.mo:Expected error in mat fx*: "fx*: <-int> is not a fixnum".
5160  fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
5161  fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
5162  fx.mo:Expected error in mat r6rs:fx*: "fx*: (a . b) is not a fixnum".
5163! fx.mo:Expected error in mat r6rs:fx*: "fx*: fixnum overflow with arguments <int> and 2".
5164  fx.mo:Expected error in mat r6rs:fx*: "fx*: <int> is not a fixnum".
5165  fx.mo:Expected error in mat r6rs:fx*: "fx*: <-int> is not a fixnum".
5166  fx.mo:Expected error in mat r6rs:fx*: "fx*: #f is not a fixnum".
5167--- 9171,9183 ----
5168  fx.mo:Expected error in mat fx-/wraparound: "fx-: <-int> is not a fixnum".
5169  fx.mo:Expected error in mat fx-/wraparound: "fx-: <-int> is not a fixnum".
5170  fx.mo:Expected error in mat fx*: "fx*: (a . b) is not a fixnum".
5171! fx.mo:Expected error in mat fx*: "fx*: fixnum overflow computing (fx* <int> 2)".
5172  fx.mo:Expected error in mat fx*: "fx*: <int> is not a fixnum".
5173  fx.mo:Expected error in mat fx*: "fx*: <-int> is not a fixnum".
5174  fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
5175  fx.mo:Expected error in mat fx*: "fx*: #f is not a fixnum".
5176  fx.mo:Expected error in mat r6rs:fx*: "fx*: (a . b) is not a fixnum".
5177! fx.mo:Expected error in mat r6rs:fx*: "fx*: fixnum overflow computing (fx* <int> 2)".
5178  fx.mo:Expected error in mat r6rs:fx*: "fx*: <int> is not a fixnum".
5179  fx.mo:Expected error in mat r6rs:fx*: "fx*: <-int> is not a fixnum".
5180  fx.mo:Expected error in mat r6rs:fx*: "fx*: #f is not a fixnum".
5181***************
5182*** 9232,9244 ****
5183  fx.mo:Expected error in mat fx1+: "fx1+: <-int> is not a fixnum".
5184  fx.mo:Expected error in mat fx1+: "fx1+: <int> is not a fixnum".
5185  fx.mo:Expected error in mat fx1+: "fx1+: a is not a fixnum".
5186! fx.mo:Expected error in mat fxmin: "incorrect argument count in call (fxmin)".
5187  fx.mo:Expected error in mat fxmin: "fxmin: a is not a fixnum".
5188  fx.mo:Expected error in mat fxmin: "fxmin: <int> is not a fixnum".
5189  fx.mo:Expected error in mat fxmin: "fxmin: <-int> is not a fixnum".
5190  fx.mo:Expected error in mat fxmin: "fxmin: a is not a fixnum".
5191  fx.mo:Expected error in mat fxmin: "fxmin: a is not a fixnum".
5192! fx.mo:Expected error in mat fxmax: "incorrect argument count in call (fxmax)".
5193  fx.mo:Expected error in mat fxmax: "fxmax: a is not a fixnum".
5194  fx.mo:Expected error in mat fxmax: "fxmax: <int> is not a fixnum".
5195  fx.mo:Expected error in mat fxmax: "fxmax: <-int> is not a fixnum".
5196--- 9232,9244 ----
5197  fx.mo:Expected error in mat fx1+: "fx1+: <-int> is not a fixnum".
5198  fx.mo:Expected error in mat fx1+: "fx1+: <int> is not a fixnum".
5199  fx.mo:Expected error in mat fx1+: "fx1+: a is not a fixnum".
5200! fx.mo:Expected error in mat fxmin: "incorrect number of arguments 0 to #<procedure fxmin>".
5201  fx.mo:Expected error in mat fxmin: "fxmin: a is not a fixnum".
5202  fx.mo:Expected error in mat fxmin: "fxmin: <int> is not a fixnum".
5203  fx.mo:Expected error in mat fxmin: "fxmin: <-int> is not a fixnum".
5204  fx.mo:Expected error in mat fxmin: "fxmin: a is not a fixnum".
5205  fx.mo:Expected error in mat fxmin: "fxmin: a is not a fixnum".
5206! fx.mo:Expected error in mat fxmax: "incorrect number of arguments 0 to #<procedure fxmax>".
5207  fx.mo:Expected error in mat fxmax: "fxmax: a is not a fixnum".
5208  fx.mo:Expected error in mat fxmax: "fxmax: <int> is not a fixnum".
5209  fx.mo:Expected error in mat fxmax: "fxmax: <-int> is not a fixnum".
5210***************
5211*** 9344,9353 ****
5212  fx.mo:Expected error in mat fxarithmetic-shift: "fxarithmetic-shift: fixnum overflow with arguments <int> and 10".
5213  fx.mo:Expected error in mat fxarithmetic-shift: "fxarithmetic-shift: fixnum overflow with arguments -4097 and <int>".
5214  fx.mo:Expected error in mat fxarithmetic-shift: "fxarithmetic-shift: fixnum overflow with arguments <-int> and 1".
5215! fx.mo:Expected error in mat fxbit-field: "incorrect argument count in call (fxbit-field)".
5216! fx.mo:Expected error in mat fxbit-field: "incorrect argument count in call (fxbit-field 35)".
5217! fx.mo:Expected error in mat fxbit-field: "incorrect argument count in call (fxbit-field 35 5)".
5218! fx.mo:Expected error in mat fxbit-field: "incorrect argument count in call (fxbit-field 35 5 8 15)".
5219  fx.mo:Expected error in mat fxbit-field: "fxbit-field: 35.0 is not a fixnum".
5220  fx.mo:Expected error in mat fxbit-field: "fxbit-field: 5.0 is not a valid start index".
5221  fx.mo:Expected error in mat fxbit-field: "fxbit-field: 8.0 is not a valid end index".
5222--- 9344,9353 ----
5223  fx.mo:Expected error in mat fxarithmetic-shift: "fxarithmetic-shift: fixnum overflow with arguments <int> and 10".
5224  fx.mo:Expected error in mat fxarithmetic-shift: "fxarithmetic-shift: fixnum overflow with arguments -4097 and <int>".
5225  fx.mo:Expected error in mat fxarithmetic-shift: "fxarithmetic-shift: fixnum overflow with arguments <-int> and 1".
5226! fx.mo:Expected error in mat fxbit-field: "incorrect number of arguments 0 to #<procedure fxbit-field>".
5227! fx.mo:Expected error in mat fxbit-field: "incorrect number of arguments 1 to #<procedure fxbit-field>".
5228! fx.mo:Expected error in mat fxbit-field: "incorrect number of arguments 2 to #<procedure fxbit-field>".
5229! fx.mo:Expected error in mat fxbit-field: "incorrect number of arguments 4 to #<procedure fxbit-field>".
5230  fx.mo:Expected error in mat fxbit-field: "fxbit-field: 35.0 is not a fixnum".
5231  fx.mo:Expected error in mat fxbit-field: "fxbit-field: 5.0 is not a valid start index".
5232  fx.mo:Expected error in mat fxbit-field: "fxbit-field: 8.0 is not a valid end index".
5233***************
5234*** 9361,9394 ****
5235  fx.mo:Expected error in mat fxbit-field: "fxbit-field: <int> is not a valid end index".
5236  fx.mo:Expected error in mat fxbit-field: "fxbit-field: <int> is not a valid start index".
5237  fx.mo:Expected error in mat fxbit-field: "fxbit-field: <int> is not a valid end index".
5238! fx.mo:Expected error in mat fxlength: "incorrect argument count in call (fxlength)".
5239! fx.mo:Expected error in mat fxlength: "incorrect argument count in call (fxlength 1 1 1)".
5240  fx.mo:Expected error in mat fxlength: "fxlength: 0.1 is not a fixnum".
5241! fx.mo:Expected error in mat fxbit-count: "incorrect argument count in call (fxbit-count)".
5242! fx.mo:Expected error in mat fxbit-count: "incorrect argument count in call (fxbit-count 75 32)".
5243  fx.mo:Expected error in mat fxbit-count: "fxbit-count: 3.0 is not a fixnum".
5244  fx.mo:Expected error in mat fxbit-count: "fxbit-count: a is not a fixnum".
5245  fx.mo:Expected error in mat fxbit-count: "fxbit-count: <int> is not a fixnum".
5246  fx.mo:Expected error in mat fxbit-count: "fxbit-count: <-int> is not a fixnum".
5247! fx.mo:Expected error in mat fxfirst-bit-set: "incorrect argument count in call (fxfirst-bit-set)".
5248! fx.mo:Expected error in mat fxfirst-bit-set: "incorrect argument count in call (fxfirst-bit-set 75 32)".
5249  fx.mo:Expected error in mat fxfirst-bit-set: "fxfirst-bit-set: 3.0 is not a fixnum".
5250  fx.mo:Expected error in mat fxfirst-bit-set: "fxfirst-bit-set: a is not a fixnum".
5251  fx.mo:Expected error in mat fxfirst-bit-set: "fxfirst-bit-set: <int> is not a fixnum".
5252  fx.mo:Expected error in mat fxfirst-bit-set: "fxfirst-bit-set: <-int> is not a fixnum".
5253! fx.mo:Expected error in mat fxlogtest: "incorrect argument count in call (fxlogtest)".
5254! fx.mo:Expected error in mat fxlogtest: "incorrect argument count in call (fxlogtest 1)".
5255! fx.mo:Expected error in mat fxlogtest: "incorrect argument count in call (fxlogtest 1 2 3)".
5256  fx.mo:Expected error in mat fxlogtest: "fxlogtest: 3.4 is not a fixnum".
5257  fx.mo:Expected error in mat fxlogtest: "fxlogtest: "3" is not a fixnum".
5258  fx.mo:Expected error in mat fxlogtest: "fxlogtest: <int> is not a fixnum".
5259  fx.mo:Expected error in mat fxlogtest: "fxlogtest: <int> is not a fixnum".
5260  fx.mo:Expected error in mat fxlogtest: "fxlogtest: <-int> is not a fixnum".
5261  fx.mo:Expected error in mat fxlogtest: "fxlogtest: <-int> is not a fixnum".
5262! fx.mo:Expected error in mat fxif: "incorrect argument count in call (fxif)".
5263! fx.mo:Expected error in mat fxif: "incorrect argument count in call (fxif 0)".
5264! fx.mo:Expected error in mat fxif: "incorrect argument count in call (fxif 0 0)".
5265! fx.mo:Expected error in mat fxif: "incorrect argument count in call (fxif 0 0 0 0)".
5266  fx.mo:Expected error in mat fxif: "fxif: a is not a fixnum".
5267  fx.mo:Expected error in mat fxif: "fxif: 3.4 is not a fixnum".
5268  fx.mo:Expected error in mat fxif: "fxif: (a) is not a fixnum".
5269--- 9361,9394 ----
5270  fx.mo:Expected error in mat fxbit-field: "fxbit-field: <int> is not a valid end index".
5271  fx.mo:Expected error in mat fxbit-field: "fxbit-field: <int> is not a valid start index".
5272  fx.mo:Expected error in mat fxbit-field: "fxbit-field: <int> is not a valid end index".
5273! fx.mo:Expected error in mat fxlength: "incorrect number of arguments 0 to #<procedure fxlength>".
5274! fx.mo:Expected error in mat fxlength: "incorrect number of arguments 3 to #<procedure fxlength>".
5275  fx.mo:Expected error in mat fxlength: "fxlength: 0.1 is not a fixnum".
5276! fx.mo:Expected error in mat fxbit-count: "incorrect number of arguments 0 to #<procedure fxbit-count>".
5277! fx.mo:Expected error in mat fxbit-count: "incorrect number of arguments 2 to #<procedure fxbit-count>".
5278  fx.mo:Expected error in mat fxbit-count: "fxbit-count: 3.0 is not a fixnum".
5279  fx.mo:Expected error in mat fxbit-count: "fxbit-count: a is not a fixnum".
5280  fx.mo:Expected error in mat fxbit-count: "fxbit-count: <int> is not a fixnum".
5281  fx.mo:Expected error in mat fxbit-count: "fxbit-count: <-int> is not a fixnum".
5282! fx.mo:Expected error in mat fxfirst-bit-set: "incorrect number of arguments 0 to #<procedure fxfirst-bit-set>".
5283! fx.mo:Expected error in mat fxfirst-bit-set: "incorrect number of arguments 2 to #<procedure fxfirst-bit-set>".
5284  fx.mo:Expected error in mat fxfirst-bit-set: "fxfirst-bit-set: 3.0 is not a fixnum".
5285  fx.mo:Expected error in mat fxfirst-bit-set: "fxfirst-bit-set: a is not a fixnum".
5286  fx.mo:Expected error in mat fxfirst-bit-set: "fxfirst-bit-set: <int> is not a fixnum".
5287  fx.mo:Expected error in mat fxfirst-bit-set: "fxfirst-bit-set: <-int> is not a fixnum".
5288! fx.mo:Expected error in mat fxlogtest: "incorrect number of arguments 0 to #<procedure fxlogtest>".
5289! fx.mo:Expected error in mat fxlogtest: "incorrect number of arguments 1 to #<procedure fxlogtest>".
5290! fx.mo:Expected error in mat fxlogtest: "incorrect number of arguments 3 to #<procedure fxlogtest>".
5291  fx.mo:Expected error in mat fxlogtest: "fxlogtest: 3.4 is not a fixnum".
5292  fx.mo:Expected error in mat fxlogtest: "fxlogtest: "3" is not a fixnum".
5293  fx.mo:Expected error in mat fxlogtest: "fxlogtest: <int> is not a fixnum".
5294  fx.mo:Expected error in mat fxlogtest: "fxlogtest: <int> is not a fixnum".
5295  fx.mo:Expected error in mat fxlogtest: "fxlogtest: <-int> is not a fixnum".
5296  fx.mo:Expected error in mat fxlogtest: "fxlogtest: <-int> is not a fixnum".
5297! fx.mo:Expected error in mat fxif: "incorrect number of arguments 0 to #<procedure fxif>".
5298! fx.mo:Expected error in mat fxif: "incorrect number of arguments 1 to #<procedure fxif>".
5299! fx.mo:Expected error in mat fxif: "incorrect number of arguments 2 to #<procedure fxif>".
5300! fx.mo:Expected error in mat fxif: "incorrect number of arguments 4 to #<procedure fxif>".
5301  fx.mo:Expected error in mat fxif: "fxif: a is not a fixnum".
5302  fx.mo:Expected error in mat fxif: "fxif: 3.4 is not a fixnum".
5303  fx.mo:Expected error in mat fxif: "fxif: (a) is not a fixnum".
5304***************
5305*** 9398,9441 ****
5306  fx.mo:Expected error in mat fxif: "fxif: <-int> is not a fixnum".
5307  fx.mo:Expected error in mat fxif: "fxif: <-int> is not a fixnum".
5308  fx.mo:Expected error in mat fxif: "fxif: <-int> is not a fixnum".
5309! fx.mo:Expected error in mat fxlogbit?: "incorrect argument count in call (fxlogbit?)".
5310! fx.mo:Expected error in mat fxlogbit?: "incorrect argument count in call (fxlogbit? 1)".
5311! fx.mo:Expected error in mat fxlogbit?: "incorrect argument count in call (fxlogbit? 1 2 3)".
5312  fx.mo:Expected error in mat fxlogbit?: "fxlogbit?: 3.4 is not a fixnum".
5313  fx.mo:Expected error in mat fxlogbit?: "fxlogbit?: "3" is not a fixnum".
5314  fx.mo:Expected error in mat fxlogbit?: "fxlogbit?: <int> is not a fixnum".
5315  fx.mo:Expected error in mat fxlogbit?: "fxlogbit?: <-int> is not a fixnum".
5316  fx.mo:Expected error in mat fxlogbit?: "fxlogbit?: invalid bit index -1".
5317! fx.mo:Expected error in mat fxbit-set?: "incorrect argument count in call (fxbit-set?)".
5318! fx.mo:Expected error in mat fxbit-set?: "incorrect argument count in call (fxbit-set? 1)".
5319! fx.mo:Expected error in mat fxbit-set?: "incorrect argument count in call (fxbit-set? 1 2 3)".
5320  fx.mo:Expected error in mat fxbit-set?: "fxbit-set?: 3.4 is not a fixnum".
5321  fx.mo:Expected error in mat fxbit-set?: "fxbit-set?: "3" is not a fixnum".
5322  fx.mo:Expected error in mat fxbit-set?: "fxbit-set?: <int> is not a fixnum".
5323  fx.mo:Expected error in mat fxbit-set?: "fxbit-set?: <-int> is not a fixnum".
5324  fx.mo:Expected error in mat fxbit-set?: "fxbit-set?: invalid bit index -1".
5325! fx.mo:Expected error in mat fxlogbit0: "incorrect argument count in call (fxlogbit0)".
5326! fx.mo:Expected error in mat fxlogbit0: "incorrect argument count in call (fxlogbit0 1)".
5327! fx.mo:Expected error in mat fxlogbit0: "incorrect argument count in call (fxlogbit0 1 2 3)".
5328  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: 3.4 is not a fixnum".
5329  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: "3" is not a fixnum".
5330  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: <int> is not a fixnum".
5331  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: <-int> is not a fixnum".
5332  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: invalid bit index -1".
5333  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: invalid bit index <int>".
5334! fx.mo:Expected error in mat fxlogbit1: "incorrect argument count in call (fxlogbit1)".
5335! fx.mo:Expected error in mat fxlogbit1: "incorrect argument count in call (fxlogbit1 1)".
5336! fx.mo:Expected error in mat fxlogbit1: "incorrect argument count in call (fxlogbit1 1 2 3)".
5337  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: 3.4 is not a fixnum".
5338  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: "3" is not a fixnum".
5339  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: <int> is not a fixnum".
5340  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: <-int> is not a fixnum".
5341  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: invalid bit index -1".
5342  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: invalid bit index <int>".
5343! fx.mo:Expected error in mat fxcopy-bit: "incorrect argument count in call (fxcopy-bit)".
5344! fx.mo:Expected error in mat fxcopy-bit: "incorrect argument count in call (fxcopy-bit 1)".
5345! fx.mo:Expected error in mat fxcopy-bit: "incorrect argument count in call (fxcopy-bit 3 1)".
5346! fx.mo:Expected error in mat fxcopy-bit: "incorrect argument count in call (fxcopy-bit 3 1 0 0)".
5347  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: 3.4 is not a fixnum".
5348  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: "3" is not a fixnum".
5349  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: <int> is not a fixnum".
5350--- 9398,9441 ----
5351  fx.mo:Expected error in mat fxif: "fxif: <-int> is not a fixnum".
5352  fx.mo:Expected error in mat fxif: "fxif: <-int> is not a fixnum".
5353  fx.mo:Expected error in mat fxif: "fxif: <-int> is not a fixnum".
5354! fx.mo:Expected error in mat fxlogbit?: "incorrect number of arguments 0 to #<procedure fxlogbit?>".
5355! fx.mo:Expected error in mat fxlogbit?: "incorrect number of arguments 1 to #<procedure fxlogbit?>".
5356! fx.mo:Expected error in mat fxlogbit?: "incorrect number of arguments 3 to #<procedure fxlogbit?>".
5357  fx.mo:Expected error in mat fxlogbit?: "fxlogbit?: 3.4 is not a fixnum".
5358  fx.mo:Expected error in mat fxlogbit?: "fxlogbit?: "3" is not a fixnum".
5359  fx.mo:Expected error in mat fxlogbit?: "fxlogbit?: <int> is not a fixnum".
5360  fx.mo:Expected error in mat fxlogbit?: "fxlogbit?: <-int> is not a fixnum".
5361  fx.mo:Expected error in mat fxlogbit?: "fxlogbit?: invalid bit index -1".
5362! fx.mo:Expected error in mat fxbit-set?: "incorrect number of arguments 0 to #<procedure fxbit-set?>".
5363! fx.mo:Expected error in mat fxbit-set?: "incorrect number of arguments 1 to #<procedure fxbit-set?>".
5364! fx.mo:Expected error in mat fxbit-set?: "incorrect number of arguments 3 to #<procedure fxbit-set?>".
5365  fx.mo:Expected error in mat fxbit-set?: "fxbit-set?: 3.4 is not a fixnum".
5366  fx.mo:Expected error in mat fxbit-set?: "fxbit-set?: "3" is not a fixnum".
5367  fx.mo:Expected error in mat fxbit-set?: "fxbit-set?: <int> is not a fixnum".
5368  fx.mo:Expected error in mat fxbit-set?: "fxbit-set?: <-int> is not a fixnum".
5369  fx.mo:Expected error in mat fxbit-set?: "fxbit-set?: invalid bit index -1".
5370! fx.mo:Expected error in mat fxlogbit0: "incorrect number of arguments 0 to #<procedure fxlogbit0>".
5371! fx.mo:Expected error in mat fxlogbit0: "incorrect number of arguments 1 to #<procedure fxlogbit0>".
5372! fx.mo:Expected error in mat fxlogbit0: "incorrect number of arguments 3 to #<procedure fxlogbit0>".
5373  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: 3.4 is not a fixnum".
5374  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: "3" is not a fixnum".
5375  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: <int> is not a fixnum".
5376  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: <-int> is not a fixnum".
5377  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: invalid bit index -1".
5378  fx.mo:Expected error in mat fxlogbit0: "fxlogbit0: invalid bit index <int>".
5379! fx.mo:Expected error in mat fxlogbit1: "incorrect number of arguments 0 to #<procedure fxlogbit1>".
5380! fx.mo:Expected error in mat fxlogbit1: "incorrect number of arguments 1 to #<procedure fxlogbit1>".
5381! fx.mo:Expected error in mat fxlogbit1: "incorrect number of arguments 3 to #<procedure fxlogbit1>".
5382  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: 3.4 is not a fixnum".
5383  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: "3" is not a fixnum".
5384  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: <int> is not a fixnum".
5385  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: <-int> is not a fixnum".
5386  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: invalid bit index -1".
5387  fx.mo:Expected error in mat fxlogbit1: "fxlogbit1: invalid bit index <int>".
5388! fx.mo:Expected error in mat fxcopy-bit: "incorrect number of arguments 0 to #<procedure fxcopy-bit>".
5389! fx.mo:Expected error in mat fxcopy-bit: "incorrect number of arguments 1 to #<procedure fxcopy-bit>".
5390! fx.mo:Expected error in mat fxcopy-bit: "incorrect number of arguments 2 to #<procedure fxcopy-bit>".
5391! fx.mo:Expected error in mat fxcopy-bit: "incorrect number of arguments 4 to #<procedure fxcopy-bit>".
5392  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: 3.4 is not a fixnum".
5393  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: "3" is not a fixnum".
5394  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: <int> is not a fixnum".
5395***************
5396*** 9444,9454 ****
5397  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: invalid bit index -1".
5398  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: invalid bit index <int>".
5399  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: invalid bit index <int>".
5400! fx.mo:Expected error in mat fxcopy-bit-field: "incorrect argument count in call (fxcopy-bit-field)".
5401! fx.mo:Expected error in mat fxcopy-bit-field: "incorrect argument count in call (fxcopy-bit-field 1)".
5402! fx.mo:Expected error in mat fxcopy-bit-field: "incorrect argument count in call (fxcopy-bit-field 3 1)".
5403! fx.mo:Expected error in mat fxcopy-bit-field: "incorrect argument count in call (fxcopy-bit-field 3 1 0)".
5404! fx.mo:Expected error in mat fxcopy-bit-field: "incorrect argument count in call (fxcopy-bit-field 3 1 0 0 0)".
5405  fx.mo:Expected error in mat fxcopy-bit-field: "fxcopy-bit-field: "3" is not a fixnum".
5406  fx.mo:Expected error in mat fxcopy-bit-field: "fxcopy-bit-field: 3.4 is not a valid start index".
5407  fx.mo:Expected error in mat fxcopy-bit-field: "fxcopy-bit-field: 3/4 is not a valid end index".
5408--- 9444,9454 ----
5409  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: invalid bit index -1".
5410  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: invalid bit index <int>".
5411  fx.mo:Expected error in mat fxcopy-bit: "fxcopy-bit: invalid bit index <int>".
5412! fx.mo:Expected error in mat fxcopy-bit-field: "incorrect number of arguments 0 to #<procedure fxcopy-bit-field>".
5413! fx.mo:Expected error in mat fxcopy-bit-field: "incorrect number of arguments 1 to #<procedure fxcopy-bit-field>".
5414! fx.mo:Expected error in mat fxcopy-bit-field: "incorrect number of arguments 2 to #<procedure fxcopy-bit-field>".
5415! fx.mo:Expected error in mat fxcopy-bit-field: "incorrect number of arguments 3 to #<procedure fxcopy-bit-field>".
5416! fx.mo:Expected error in mat fxcopy-bit-field: "incorrect number of arguments 5 to #<procedure fxcopy-bit-field>".
5417  fx.mo:Expected error in mat fxcopy-bit-field: "fxcopy-bit-field: "3" is not a fixnum".
5418  fx.mo:Expected error in mat fxcopy-bit-field: "fxcopy-bit-field: 3.4 is not a valid start index".
5419  fx.mo:Expected error in mat fxcopy-bit-field: "fxcopy-bit-field: 3/4 is not a valid end index".
5420***************
5421*** 9508,9517 ****
5422  fx.mo:Expected error in mat fxdiv0-and-mod0: "fxmod0: (a) is not a fixnum".
5423  fx.mo:Expected error in mat fxdiv0-and-mod0: "fxmod0: undefined for 0".
5424  fx.mo:Expected error in mat fxdiv0-and-mod0: "fxmod0: undefined for 0".
5425! fx.mo:Expected error in mat fx+/carry: "incorrect argument count in call (fx+/carry)".
5426! fx.mo:Expected error in mat fx+/carry: "incorrect argument count in call (fx+/carry 1)".
5427! fx.mo:Expected error in mat fx+/carry: "incorrect argument count in call (fx+/carry 1 2)".
5428! fx.mo:Expected error in mat fx+/carry: "incorrect argument count in call (fx+/carry 1 2 3 4)".
5429  fx.mo:Expected error in mat fx+/carry: "fx+/carry: 1.0 is not a fixnum".
5430  fx.mo:Expected error in mat fx+/carry: "fx+/carry: 2.0 is not a fixnum".
5431  fx.mo:Expected error in mat fx+/carry: "fx+/carry: 3.0 is not a fixnum".
5432--- 9508,9517 ----
5433  fx.mo:Expected error in mat fxdiv0-and-mod0: "fxmod0: (a) is not a fixnum".
5434  fx.mo:Expected error in mat fxdiv0-and-mod0: "fxmod0: undefined for 0".
5435  fx.mo:Expected error in mat fxdiv0-and-mod0: "fxmod0: undefined for 0".
5436! fx.mo:Expected error in mat fx+/carry: "incorrect number of arguments 0 to #<procedure fx+/carry>".
5437! fx.mo:Expected error in mat fx+/carry: "incorrect number of arguments 1 to #<procedure fx+/carry>".
5438! fx.mo:Expected error in mat fx+/carry: "incorrect number of arguments 2 to #<procedure fx+/carry>".
5439! fx.mo:Expected error in mat fx+/carry: "incorrect number of arguments 4 to #<procedure fx+/carry>".
5440  fx.mo:Expected error in mat fx+/carry: "fx+/carry: 1.0 is not a fixnum".
5441  fx.mo:Expected error in mat fx+/carry: "fx+/carry: 2.0 is not a fixnum".
5442  fx.mo:Expected error in mat fx+/carry: "fx+/carry: 3.0 is not a fixnum".
5443***************
5444*** 9527,9536 ****
5445  fx.mo:Expected error in mat fx+/carry: "fx+/carry: <-int> is not a fixnum".
5446  fx.mo:Expected error in mat fx+/carry: "fx+/carry: <-int> is not a fixnum".
5447  fx.mo:Expected error in mat fx+/carry: "fx+/carry: <-int> is not a fixnum".
5448! fx.mo:Expected error in mat fx-/carry: "incorrect argument count in call (fx-/carry)".
5449! fx.mo:Expected error in mat fx-/carry: "incorrect argument count in call (fx-/carry 1)".
5450! fx.mo:Expected error in mat fx-/carry: "incorrect argument count in call (fx-/carry 1 2)".
5451! fx.mo:Expected error in mat fx-/carry: "incorrect argument count in call (fx-/carry 1 2 3 4)".
5452  fx.mo:Expected error in mat fx-/carry: "fx-/carry: 1.0 is not a fixnum".
5453  fx.mo:Expected error in mat fx-/carry: "fx-/carry: 2.0 is not a fixnum".
5454  fx.mo:Expected error in mat fx-/carry: "fx-/carry: 3.0 is not a fixnum".
5455--- 9527,9536 ----
5456  fx.mo:Expected error in mat fx+/carry: "fx+/carry: <-int> is not a fixnum".
5457  fx.mo:Expected error in mat fx+/carry: "fx+/carry: <-int> is not a fixnum".
5458  fx.mo:Expected error in mat fx+/carry: "fx+/carry: <-int> is not a fixnum".
5459! fx.mo:Expected error in mat fx-/carry: "incorrect number of arguments 0 to #<procedure fx-/carry>".
5460! fx.mo:Expected error in mat fx-/carry: "incorrect number of arguments 1 to #<procedure fx-/carry>".
5461! fx.mo:Expected error in mat fx-/carry: "incorrect number of arguments 2 to #<procedure fx-/carry>".
5462! fx.mo:Expected error in mat fx-/carry: "incorrect number of arguments 4 to #<procedure fx-/carry>".
5463  fx.mo:Expected error in mat fx-/carry: "fx-/carry: 1.0 is not a fixnum".
5464  fx.mo:Expected error in mat fx-/carry: "fx-/carry: 2.0 is not a fixnum".
5465  fx.mo:Expected error in mat fx-/carry: "fx-/carry: 3.0 is not a fixnum".
5466***************
5467*** 9546,9555 ****
5468  fx.mo:Expected error in mat fx-/carry: "fx-/carry: <-int> is not a fixnum".
5469  fx.mo:Expected error in mat fx-/carry: "fx-/carry: <-int> is not a fixnum".
5470  fx.mo:Expected error in mat fx-/carry: "fx-/carry: <-int> is not a fixnum".
5471! fx.mo:Expected error in mat fx*/carry: "incorrect argument count in call (fx*/carry)".
5472! fx.mo:Expected error in mat fx*/carry: "incorrect argument count in call (fx*/carry 1)".
5473! fx.mo:Expected error in mat fx*/carry: "incorrect argument count in call (fx*/carry 1 2)".
5474! fx.mo:Expected error in mat fx*/carry: "incorrect argument count in call (fx*/carry 1 2 3 4)".
5475  fx.mo:Expected error in mat fx*/carry: "fx*/carry: 1.0 is not a fixnum".
5476  fx.mo:Expected error in mat fx*/carry: "fx*/carry: 2.0 is not a fixnum".
5477  fx.mo:Expected error in mat fx*/carry: "fx*/carry: 3.0 is not a fixnum".
5478--- 9546,9555 ----
5479  fx.mo:Expected error in mat fx-/carry: "fx-/carry: <-int> is not a fixnum".
5480  fx.mo:Expected error in mat fx-/carry: "fx-/carry: <-int> is not a fixnum".
5481  fx.mo:Expected error in mat fx-/carry: "fx-/carry: <-int> is not a fixnum".
5482! fx.mo:Expected error in mat fx*/carry: "incorrect number of arguments 0 to #<procedure fx*/carry>".
5483! fx.mo:Expected error in mat fx*/carry: "incorrect number of arguments 1 to #<procedure fx*/carry>".
5484! fx.mo:Expected error in mat fx*/carry: "incorrect number of arguments 2 to #<procedure fx*/carry>".
5485! fx.mo:Expected error in mat fx*/carry: "incorrect number of arguments 4 to #<procedure fx*/carry>".
5486  fx.mo:Expected error in mat fx*/carry: "fx*/carry: 1.0 is not a fixnum".
5487  fx.mo:Expected error in mat fx*/carry: "fx*/carry: 2.0 is not a fixnum".
5488  fx.mo:Expected error in mat fx*/carry: "fx*/carry: 3.0 is not a fixnum".
5489***************
5490*** 9565,9575 ****
5491  fx.mo:Expected error in mat fx*/carry: "fx*/carry: <-int> is not a fixnum".
5492  fx.mo:Expected error in mat fx*/carry: "fx*/carry: <-int> is not a fixnum".
5493  fx.mo:Expected error in mat fx*/carry: "fx*/carry: <-int> is not a fixnum".
5494! fx.mo:Expected error in mat fxrotate-bit-field: "incorrect argument count in call (fxrotate-bit-field)".
5495! fx.mo:Expected error in mat fxrotate-bit-field: "incorrect argument count in call (fxrotate-bit-field 0)".
5496! fx.mo:Expected error in mat fxrotate-bit-field: "incorrect argument count in call (fxrotate-bit-field 0 0)".
5497! fx.mo:Expected error in mat fxrotate-bit-field: "incorrect argument count in call (fxrotate-bit-field 0 0 0)".
5498! fx.mo:Expected error in mat fxrotate-bit-field: "incorrect argument count in call (fxrotate-bit-field 0 0 0 0 0)".
5499  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: a is not a fixnum".
5500  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: invalid start index 0.0".
5501  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: invalid end index 2.0".
5502--- 9565,9575 ----
5503  fx.mo:Expected error in mat fx*/carry: "fx*/carry: <-int> is not a fixnum".
5504  fx.mo:Expected error in mat fx*/carry: "fx*/carry: <-int> is not a fixnum".
5505  fx.mo:Expected error in mat fx*/carry: "fx*/carry: <-int> is not a fixnum".
5506! fx.mo:Expected error in mat fxrotate-bit-field: "incorrect number of arguments 0 to #<procedure fxrotate-bit-field>".
5507! fx.mo:Expected error in mat fxrotate-bit-field: "incorrect number of arguments 1 to #<procedure fxrotate-bit-field>".
5508! fx.mo:Expected error in mat fxrotate-bit-field: "incorrect number of arguments 2 to #<procedure fxrotate-bit-field>".
5509! fx.mo:Expected error in mat fxrotate-bit-field: "incorrect number of arguments 3 to #<procedure fxrotate-bit-field>".
5510! fx.mo:Expected error in mat fxrotate-bit-field: "incorrect number of arguments 5 to #<procedure fxrotate-bit-field>".
5511  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: a is not a fixnum".
5512  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: invalid start index 0.0".
5513  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: invalid end index 2.0".
5514***************
5515*** 9592,9601 ****
5516  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: invalid end index <int>".
5517  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: invalid end index <int>".
5518  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: count 1 is greater than difference between end index 5 and start index 5".
5519! fx.mo:Expected error in mat fxreverse-bit-field: "incorrect argument count in call (fxreverse-bit-field)".
5520! fx.mo:Expected error in mat fxreverse-bit-field: "incorrect argument count in call (fxreverse-bit-field 0)".
5521! fx.mo:Expected error in mat fxreverse-bit-field: "incorrect argument count in call (fxreverse-bit-field 0 0)".
5522! fx.mo:Expected error in mat fxreverse-bit-field: "incorrect argument count in call (fxreverse-bit-field 0 0 0 0)".
5523  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: a is not a fixnum".
5524  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: invalid start index 0.0".
5525  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: invalid end index 2.0".
5526--- 9592,9601 ----
5527  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: invalid end index <int>".
5528  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: invalid end index <int>".
5529  fx.mo:Expected error in mat fxrotate-bit-field: "fxrotate-bit-field: count 1 is greater than difference between end index 5 and start index 5".
5530! fx.mo:Expected error in mat fxreverse-bit-field: "incorrect number of arguments 0 to #<procedure fxreverse-bit-field>".
5531! fx.mo:Expected error in mat fxreverse-bit-field: "incorrect number of arguments 1 to #<procedure fxreverse-bit-field>".
5532! fx.mo:Expected error in mat fxreverse-bit-field: "incorrect number of arguments 2 to #<procedure fxreverse-bit-field>".
5533! fx.mo:Expected error in mat fxreverse-bit-field: "incorrect number of arguments 4 to #<procedure fxreverse-bit-field>".
5534  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: a is not a fixnum".
5535  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: invalid start index 0.0".
5536  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: invalid end index 2.0".
5537***************
5538*** 9611,9628 ****
5539  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: invalid end index <int>".
5540  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: invalid end index <-int>".
5541  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: start index 7 is greater than end index 5".
5542! fl.mo:Expected error in mat flonum->fixnum: "incorrect argument count in call (flonum->fixnum)".
5543! fl.mo:Expected error in mat flonum->fixnum: "incorrect argument count in call (flonum->fixnum 3.3 4.4)".
5544  fl.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: 3 is not a flonum".
5545  fl.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: a is not a flonum".
5546  fl.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: result for <int> would be outside of fixnum range".
5547  fl.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: result for <-int> would be outside of fixnum range".
5548! fl.mo:Expected error in mat fixnum->flonum: "incorrect argument count in call (fixnum->flonum)".
5549! fl.mo:Expected error in mat fixnum->flonum: "incorrect argument count in call (fixnum->flonum 3 4)".
5550  fl.mo:Expected error in mat fixnum->flonum: "fixnum->flonum: 3.4 is not a fixnum".
5551  fl.mo:Expected error in mat fixnum->flonum: "fixnum->flonum: a is not a fixnum".
5552  fl.mo:Expected error in mat fixnum->flonum: "fixnum->flonum: <int> is not a fixnum".
5553! fl.mo:Expected error in mat fl=: "incorrect argument count in call (fl=)".
5554  fl.mo:Expected error in mat fl=: "fl=: (a) is not a flonum".
5555  fl.mo:Expected error in mat fl=: "fl=: a is not a flonum".
5556  fl.mo:Expected error in mat fl=: "fl=: a is not a flonum".
5557--- 9611,9628 ----
5558  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: invalid end index <int>".
5559  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: invalid end index <-int>".
5560  fx.mo:Expected error in mat fxreverse-bit-field: "fxreverse-bit-field: start index 7 is greater than end index 5".
5561! fl.mo:Expected error in mat flonum->fixnum: "incorrect number of arguments 0 to #<procedure flonum->fixnum>".
5562! fl.mo:Expected error in mat flonum->fixnum: "incorrect number of arguments 2 to #<procedure flonum->fixnum>".
5563  fl.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: 3 is not a flonum".
5564  fl.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: a is not a flonum".
5565  fl.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: result for <int> would be outside of fixnum range".
5566  fl.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: result for <-int> would be outside of fixnum range".
5567! fl.mo:Expected error in mat fixnum->flonum: "incorrect number of arguments 0 to #<procedure fixnum->flonum>".
5568! fl.mo:Expected error in mat fixnum->flonum: "incorrect number of arguments 2 to #<procedure fixnum->flonum>".
5569  fl.mo:Expected error in mat fixnum->flonum: "fixnum->flonum: 3.4 is not a fixnum".
5570  fl.mo:Expected error in mat fixnum->flonum: "fixnum->flonum: a is not a fixnum".
5571  fl.mo:Expected error in mat fixnum->flonum: "fixnum->flonum: <int> is not a fixnum".
5572! fl.mo:Expected error in mat fl=: "incorrect number of arguments 0 to #<procedure fl=>".
5573  fl.mo:Expected error in mat fl=: "fl=: (a) is not a flonum".
5574  fl.mo:Expected error in mat fl=: "fl=: a is not a flonum".
5575  fl.mo:Expected error in mat fl=: "fl=: a is not a flonum".
5576***************
5577*** 9630,9636 ****
5578  fl.mo:Expected error in mat fl=: "fl=: 3 is not a flonum".
5579  fl.mo:Expected error in mat fl=: "fl=: 7/2 is not a flonum".
5580  fl.mo:Expected error in mat fl=: "fl=: 7/2 is not a flonum".
5581! fl.mo:Expected error in mat fl<: "incorrect argument count in call (fl<)".
5582  fl.mo:Expected error in mat fl<: "fl<: (a) is not a flonum".
5583  fl.mo:Expected error in mat fl<: "fl<: a is not a flonum".
5584  fl.mo:Expected error in mat fl<: "fl<: a is not a flonum".
5585--- 9630,9636 ----
5586  fl.mo:Expected error in mat fl=: "fl=: 3 is not a flonum".
5587  fl.mo:Expected error in mat fl=: "fl=: 7/2 is not a flonum".
5588  fl.mo:Expected error in mat fl=: "fl=: 7/2 is not a flonum".
5589! fl.mo:Expected error in mat fl<: "incorrect number of arguments 0 to #<procedure fl<>".
5590  fl.mo:Expected error in mat fl<: "fl<: (a) is not a flonum".
5591  fl.mo:Expected error in mat fl<: "fl<: a is not a flonum".
5592  fl.mo:Expected error in mat fl<: "fl<: a is not a flonum".
5593***************
5594*** 9638,9644 ****
5595  fl.mo:Expected error in mat fl<: "fl<: 3 is not a flonum".
5596  fl.mo:Expected error in mat fl<: "fl<: 7/2 is not a flonum".
5597  fl.mo:Expected error in mat fl<: "fl<: 7/2 is not a flonum".
5598! fl.mo:Expected error in mat fl>: "incorrect argument count in call (fl>)".
5599  fl.mo:Expected error in mat fl>: "fl>: (a) is not a flonum".
5600  fl.mo:Expected error in mat fl>: "fl>: a is not a flonum".
5601  fl.mo:Expected error in mat fl>: "fl>: a is not a flonum".
5602--- 9638,9644 ----
5603  fl.mo:Expected error in mat fl<: "fl<: 3 is not a flonum".
5604  fl.mo:Expected error in mat fl<: "fl<: 7/2 is not a flonum".
5605  fl.mo:Expected error in mat fl<: "fl<: 7/2 is not a flonum".
5606! fl.mo:Expected error in mat fl>: "incorrect number of arguments 0 to #<procedure fl>>".
5607  fl.mo:Expected error in mat fl>: "fl>: (a) is not a flonum".
5608  fl.mo:Expected error in mat fl>: "fl>: a is not a flonum".
5609  fl.mo:Expected error in mat fl>: "fl>: a is not a flonum".
5610***************
5611*** 9646,9652 ****
5612  fl.mo:Expected error in mat fl>: "fl>: 3 is not a flonum".
5613  fl.mo:Expected error in mat fl>: "fl>: 7/2 is not a flonum".
5614  fl.mo:Expected error in mat fl>: "fl>: 7/2 is not a flonum".
5615! fl.mo:Expected error in mat fl<=: "incorrect argument count in call (fl<=)".
5616  fl.mo:Expected error in mat fl<=: "fl<=: (a) is not a flonum".
5617  fl.mo:Expected error in mat fl<=: "fl<=: a is not a flonum".
5618  fl.mo:Expected error in mat fl<=: "fl<=: a is not a flonum".
5619--- 9646,9652 ----
5620  fl.mo:Expected error in mat fl>: "fl>: 3 is not a flonum".
5621  fl.mo:Expected error in mat fl>: "fl>: 7/2 is not a flonum".
5622  fl.mo:Expected error in mat fl>: "fl>: 7/2 is not a flonum".
5623! fl.mo:Expected error in mat fl<=: "incorrect number of arguments 0 to #<procedure fl<=>".
5624  fl.mo:Expected error in mat fl<=: "fl<=: (a) is not a flonum".
5625  fl.mo:Expected error in mat fl<=: "fl<=: a is not a flonum".
5626  fl.mo:Expected error in mat fl<=: "fl<=: a is not a flonum".
5627***************
5628*** 9654,9660 ****
5629  fl.mo:Expected error in mat fl<=: "fl<=: 3 is not a flonum".
5630  fl.mo:Expected error in mat fl<=: "fl<=: 7/2 is not a flonum".
5631  fl.mo:Expected error in mat fl<=: "fl<=: 7/2 is not a flonum".
5632! fl.mo:Expected error in mat fl>=: "incorrect argument count in call (fl>=)".
5633  fl.mo:Expected error in mat fl>=: "fl>=: (a) is not a flonum".
5634  fl.mo:Expected error in mat fl>=: "fl>=: a is not a flonum".
5635  fl.mo:Expected error in mat fl>=: "fl>=: a is not a flonum".
5636--- 9654,9660 ----
5637  fl.mo:Expected error in mat fl<=: "fl<=: 3 is not a flonum".
5638  fl.mo:Expected error in mat fl<=: "fl<=: 7/2 is not a flonum".
5639  fl.mo:Expected error in mat fl<=: "fl<=: 7/2 is not a flonum".
5640! fl.mo:Expected error in mat fl>=: "incorrect number of arguments 0 to #<procedure fl>=>".
5641  fl.mo:Expected error in mat fl>=: "fl>=: (a) is not a flonum".
5642  fl.mo:Expected error in mat fl>=: "fl>=: a is not a flonum".
5643  fl.mo:Expected error in mat fl>=: "fl>=: a is not a flonum".
5644***************
5645*** 9662,9701 ****
5646  fl.mo:Expected error in mat fl>=: "fl>=: 3 is not a flonum".
5647  fl.mo:Expected error in mat fl>=: "fl>=: 7/2 is not a flonum".
5648  fl.mo:Expected error in mat fl>=: "fl>=: 7/2 is not a flonum".
5649! fl.mo:Expected error in mat fl=?: "incorrect argument count in call (fl=?)".
5650! fl.mo:Expected error in mat fl=?: "incorrect argument count in call (fl=? 3.4)".
5651  fl.mo:Expected error in mat fl=?: "fl=?: a is not a flonum".
5652  fl.mo:Expected error in mat fl=?: "fl=?: a is not a flonum".
5653  fl.mo:Expected error in mat fl=?: "fl=?: 3 is not a flonum".
5654  fl.mo:Expected error in mat fl=?: "fl=?: 3 is not a flonum".
5655  fl.mo:Expected error in mat fl=?: "fl=?: 7/2 is not a flonum".
5656  fl.mo:Expected error in mat fl=?: "fl=?: 7/2 is not a flonum".
5657! fl.mo:Expected error in mat fl<?: "incorrect argument count in call (fl<?)".
5658! fl.mo:Expected error in mat fl<?: "incorrect argument count in call (fl<? 3.4)".
5659  fl.mo:Expected error in mat fl<?: "fl<?: a is not a flonum".
5660  fl.mo:Expected error in mat fl<?: "fl<?: a is not a flonum".
5661  fl.mo:Expected error in mat fl<?: "fl<?: 3 is not a flonum".
5662  fl.mo:Expected error in mat fl<?: "fl<?: 3 is not a flonum".
5663  fl.mo:Expected error in mat fl<?: "fl<?: 7/2 is not a flonum".
5664  fl.mo:Expected error in mat fl<?: "fl<?: 7/2 is not a flonum".
5665! fl.mo:Expected error in mat fl>?: "incorrect argument count in call (fl>?)".
5666! fl.mo:Expected error in mat fl>?: "incorrect argument count in call (fl>? 3.4)".
5667  fl.mo:Expected error in mat fl>?: "fl>?: a is not a flonum".
5668  fl.mo:Expected error in mat fl>?: "fl>?: a is not a flonum".
5669  fl.mo:Expected error in mat fl>?: "fl>?: 3 is not a flonum".
5670  fl.mo:Expected error in mat fl>?: "fl>?: 3 is not a flonum".
5671  fl.mo:Expected error in mat fl>?: "fl>?: 7/2 is not a flonum".
5672  fl.mo:Expected error in mat fl>?: "fl>?: 7/2 is not a flonum".
5673! fl.mo:Expected error in mat fl<=?: "incorrect argument count in call (fl<=?)".
5674! fl.mo:Expected error in mat fl<=?: "incorrect argument count in call (fl<=? 3.4)".
5675  fl.mo:Expected error in mat fl<=?: "fl<=?: a is not a flonum".
5676  fl.mo:Expected error in mat fl<=?: "fl<=?: a is not a flonum".
5677  fl.mo:Expected error in mat fl<=?: "fl<=?: 3 is not a flonum".
5678  fl.mo:Expected error in mat fl<=?: "fl<=?: 3 is not a flonum".
5679  fl.mo:Expected error in mat fl<=?: "fl<=?: 7/2 is not a flonum".
5680  fl.mo:Expected error in mat fl<=?: "fl<=?: 7/2 is not a flonum".
5681! fl.mo:Expected error in mat fl>=?: "incorrect argument count in call (fl>=?)".
5682! fl.mo:Expected error in mat fl>=?: "incorrect argument count in call (fl>=? 3.4)".
5683  fl.mo:Expected error in mat fl>=?: "fl>=?: a is not a flonum".
5684  fl.mo:Expected error in mat fl>=?: "fl>=?: a is not a flonum".
5685  fl.mo:Expected error in mat fl>=?: "fl>=?: 3 is not a flonum".
5686--- 9662,9701 ----
5687  fl.mo:Expected error in mat fl>=: "fl>=: 3 is not a flonum".
5688  fl.mo:Expected error in mat fl>=: "fl>=: 7/2 is not a flonum".
5689  fl.mo:Expected error in mat fl>=: "fl>=: 7/2 is not a flonum".
5690! fl.mo:Expected error in mat fl=?: "incorrect number of arguments 0 to #<procedure fl=?>".
5691! fl.mo:Expected error in mat fl=?: "incorrect number of arguments 1 to #<procedure fl=?>".
5692  fl.mo:Expected error in mat fl=?: "fl=?: a is not a flonum".
5693  fl.mo:Expected error in mat fl=?: "fl=?: a is not a flonum".
5694  fl.mo:Expected error in mat fl=?: "fl=?: 3 is not a flonum".
5695  fl.mo:Expected error in mat fl=?: "fl=?: 3 is not a flonum".
5696  fl.mo:Expected error in mat fl=?: "fl=?: 7/2 is not a flonum".
5697  fl.mo:Expected error in mat fl=?: "fl=?: 7/2 is not a flonum".
5698! fl.mo:Expected error in mat fl<?: "incorrect number of arguments 0 to #<procedure fl<?>".
5699! fl.mo:Expected error in mat fl<?: "incorrect number of arguments 1 to #<procedure fl<?>".
5700  fl.mo:Expected error in mat fl<?: "fl<?: a is not a flonum".
5701  fl.mo:Expected error in mat fl<?: "fl<?: a is not a flonum".
5702  fl.mo:Expected error in mat fl<?: "fl<?: 3 is not a flonum".
5703  fl.mo:Expected error in mat fl<?: "fl<?: 3 is not a flonum".
5704  fl.mo:Expected error in mat fl<?: "fl<?: 7/2 is not a flonum".
5705  fl.mo:Expected error in mat fl<?: "fl<?: 7/2 is not a flonum".
5706! fl.mo:Expected error in mat fl>?: "incorrect number of arguments 0 to #<procedure fl>?>".
5707! fl.mo:Expected error in mat fl>?: "incorrect number of arguments 1 to #<procedure fl>?>".
5708  fl.mo:Expected error in mat fl>?: "fl>?: a is not a flonum".
5709  fl.mo:Expected error in mat fl>?: "fl>?: a is not a flonum".
5710  fl.mo:Expected error in mat fl>?: "fl>?: 3 is not a flonum".
5711  fl.mo:Expected error in mat fl>?: "fl>?: 3 is not a flonum".
5712  fl.mo:Expected error in mat fl>?: "fl>?: 7/2 is not a flonum".
5713  fl.mo:Expected error in mat fl>?: "fl>?: 7/2 is not a flonum".
5714! fl.mo:Expected error in mat fl<=?: "incorrect number of arguments 0 to #<procedure fl<=?>".
5715! fl.mo:Expected error in mat fl<=?: "incorrect number of arguments 1 to #<procedure fl<=?>".
5716  fl.mo:Expected error in mat fl<=?: "fl<=?: a is not a flonum".
5717  fl.mo:Expected error in mat fl<=?: "fl<=?: a is not a flonum".
5718  fl.mo:Expected error in mat fl<=?: "fl<=?: 3 is not a flonum".
5719  fl.mo:Expected error in mat fl<=?: "fl<=?: 3 is not a flonum".
5720  fl.mo:Expected error in mat fl<=?: "fl<=?: 7/2 is not a flonum".
5721  fl.mo:Expected error in mat fl<=?: "fl<=?: 7/2 is not a flonum".
5722! fl.mo:Expected error in mat fl>=?: "incorrect number of arguments 0 to #<procedure fl>=?>".
5723! fl.mo:Expected error in mat fl>=?: "incorrect number of arguments 1 to #<procedure fl>=?>".
5724  fl.mo:Expected error in mat fl>=?: "fl>=?: a is not a flonum".
5725  fl.mo:Expected error in mat fl>=?: "fl>=?: a is not a flonum".
5726  fl.mo:Expected error in mat fl>=?: "fl>=?: 3 is not a flonum".
5727***************
5728*** 9705,9711 ****
5729  fl.mo:Expected error in mat fl+: "fl+: (a . b) is not a flonum".
5730  fl.mo:Expected error in mat fl+: "fl+: 1 is not a flonum".
5731  fl.mo:Expected error in mat fl+: "fl+: 2/3 is not a flonum".
5732! fl.mo:Expected error in mat fl-: "incorrect argument count in call (fl-)".
5733  fl.mo:Expected error in mat fl-: "fl-: (a . b) is not a flonum".
5734  fl.mo:Expected error in mat fl-: "fl-: 1 is not a flonum".
5735  fl.mo:Expected error in mat fl-: "fl-: a is not a flonum".
5736--- 9705,9711 ----
5737  fl.mo:Expected error in mat fl+: "fl+: (a . b) is not a flonum".
5738  fl.mo:Expected error in mat fl+: "fl+: 1 is not a flonum".
5739  fl.mo:Expected error in mat fl+: "fl+: 2/3 is not a flonum".
5740! fl.mo:Expected error in mat fl-: "incorrect number of arguments 0 to #<procedure fl->".
5741  fl.mo:Expected error in mat fl-: "fl-: (a . b) is not a flonum".
5742  fl.mo:Expected error in mat fl-: "fl-: 1 is not a flonum".
5743  fl.mo:Expected error in mat fl-: "fl-: a is not a flonum".
5744***************
5745*** 9715,9804 ****
5746  fl.mo:Expected error in mat fl*: "fl*: (a . b) is not a flonum".
5747  fl.mo:Expected error in mat fl*: "fl*: 1 is not a flonum".
5748  fl.mo:Expected error in mat fl*: "fl*: 2/3 is not a flonum".
5749! fl.mo:Expected error in mat fl/: "incorrect argument count in call (fl/)".
5750  fl.mo:Expected error in mat fl/: "fl/: (a . b) is not a flonum".
5751  fl.mo:Expected error in mat fl/: "fl/: 1 is not a flonum".
5752  fl.mo:Expected error in mat fl/: "fl/: 2/3 is not a flonum".
5753! fl.mo:Expected error in mat flabs: "incorrect argument count in call (flabs)".
5754! fl.mo:Expected error in mat flabs: "incorrect argument count in call (flabs 1 2)".
5755  fl.mo:Expected error in mat flabs: "flabs: a is not a flonum".
5756  fl.mo:Expected error in mat flabs: "flabs: 1 is not a flonum".
5757  fl.mo:Expected error in mat flabs: "flabs: -3/4 is not a flonum".
5758  fl.mo:Expected error in mat flabs: "flabs: 3+4i is not a flonum".
5759  fl.mo:Expected error in mat flabs: "flabs: 3.3+4.5i is not a flonum".
5760! fl.mo:Expected error in mat fllog: "incorrect argument count in call (fllog)".
5761  fl.mo:Expected error in mat fllog: "fllog: 3 is not a flonum".
5762  fl.mo:Expected error in mat fllog: "fllog: a is not a flonum".
5763  fl.mo:Expected error in mat fllog: "fllog: 0 is not a flonum".
5764! fl.mo:Expected error in mat flexp: "incorrect argument count in call (flexp)".
5765! fl.mo:Expected error in mat flexp: "incorrect argument count in call (flexp 3.0 4.0)".
5766  fl.mo:Expected error in mat flexp: "flexp: a is not a flonum".
5767  fl.mo:Expected error in mat flexp: "flexp: 3 is not a flonum".
5768! fl.mo:Expected error in mat flsin: "incorrect argument count in call (flsin)".
5769! fl.mo:Expected error in mat flsin: "incorrect argument count in call (flsin 3.0 4.0)".
5770  fl.mo:Expected error in mat flsin: "flsin: a is not a flonum".
5771  fl.mo:Expected error in mat flsin: "flsin: 3 is not a flonum".
5772! fl.mo:Expected error in mat flcos: "incorrect argument count in call (flcos)".
5773! fl.mo:Expected error in mat flcos: "incorrect argument count in call (flcos 3.0 4.0)".
5774  fl.mo:Expected error in mat flcos: "flcos: a is not a flonum".
5775  fl.mo:Expected error in mat flcos: "flcos: 3 is not a flonum".
5776! fl.mo:Expected error in mat fltan: "incorrect argument count in call (fltan)".
5777! fl.mo:Expected error in mat fltan: "incorrect argument count in call (fltan 3.0 4.0)".
5778  fl.mo:Expected error in mat fltan: "fltan: a is not a flonum".
5779  fl.mo:Expected error in mat fltan: "fltan: 3 is not a flonum".
5780! fl.mo:Expected error in mat flasin: "incorrect argument count in call (flasin)".
5781! fl.mo:Expected error in mat flasin: "incorrect argument count in call (flasin 3.0 4.0)".
5782  fl.mo:Expected error in mat flasin: "flasin: a is not a flonum".
5783  fl.mo:Expected error in mat flasin: "flasin: 3 is not a flonum".
5784! fl.mo:Expected error in mat flacos: "incorrect argument count in call (flacos)".
5785! fl.mo:Expected error in mat flacos: "incorrect argument count in call (flacos 3.0 4.0)".
5786  fl.mo:Expected error in mat flacos: "flacos: a is not a flonum".
5787  fl.mo:Expected error in mat flacos: "flacos: 3 is not a flonum".
5788! fl.mo:Expected error in mat flatan: "incorrect argument count in call (flatan)".
5789! fl.mo:Expected error in mat flatan: "incorrect argument count in call (flatan 3.0 4.0 5.0)".
5790  fl.mo:Expected error in mat flatan: "flatan: a is not a flonum".
5791  fl.mo:Expected error in mat flatan: "flatan: a is not a flonum".
5792  fl.mo:Expected error in mat flatan: "flatan: a is not a flonum".
5793  fl.mo:Expected error in mat flatan: "flatan: 3 is not a flonum".
5794  fl.mo:Expected error in mat flatan: "flatan: 0+1i is not a flonum".
5795  fl.mo:Expected error in mat flatan: "flatan: 0-1i is not a flonum".
5796! fl.mo:Expected error in mat flsqrt: "incorrect argument count in call (flsqrt)".
5797! fl.mo:Expected error in mat flsqrt: "incorrect argument count in call (flsqrt 3.0 4.0)".
5798  fl.mo:Expected error in mat flsqrt: "flsqrt: a is not a flonum".
5799  fl.mo:Expected error in mat flsqrt: "flsqrt: 3 is not a flonum".
5800! fl.mo:Expected error in mat flexpt: "incorrect argument count in call (flexpt)".
5801! fl.mo:Expected error in mat flexpt: "incorrect argument count in call (flexpt 5.0)".
5802! fl.mo:Expected error in mat flexpt: "incorrect argument count in call (flexpt 3.0 4.0 5.0)".
5803  fl.mo:Expected error in mat flexpt: "flexpt: a is not a flonum".
5804  fl.mo:Expected error in mat flexpt: "flexpt: a is not a flonum".
5805  fl.mo:Expected error in mat flexpt: "flexpt: -1 is not a flonum".
5806  fl.mo:Expected error in mat flexpt: "flexpt: 0+1i is not a flonum".
5807! fl.mo:Expected error in mat fltruncate: "incorrect argument count in call (fltruncate)".
5808! fl.mo:Expected error in mat fltruncate: "incorrect argument count in call (fltruncate 2.0 3.0)".
5809  fl.mo:Expected error in mat fltruncate: "fltruncate: a is not a flonum".
5810  fl.mo:Expected error in mat fltruncate: "fltruncate: 3 is not a flonum".
5811  fl.mo:Expected error in mat fltruncate: "fltruncate: 2.0+1.0i is not a flonum".
5812  fl.mo:Expected error in mat fltruncate: "fltruncate: 2+1i is not a flonum".
5813! fl.mo:Expected error in mat flfloor: "incorrect argument count in call (flfloor)".
5814! fl.mo:Expected error in mat flfloor: "incorrect argument count in call (flfloor 2.0 3.0)".
5815  fl.mo:Expected error in mat flfloor: "flfloor: a is not a flonum".
5816  fl.mo:Expected error in mat flfloor: "flfloor: 3 is not a flonum".
5817  fl.mo:Expected error in mat flfloor: "flfloor: 2.0+1.0i is not a flonum".
5818  fl.mo:Expected error in mat flfloor: "flfloor: 2+1i is not a flonum".
5819! fl.mo:Expected error in mat flceiling: "incorrect argument count in call (flceiling)".
5820! fl.mo:Expected error in mat flceiling: "incorrect argument count in call (flceiling 2.0 3.0)".
5821  fl.mo:Expected error in mat flceiling: "flceiling: a is not a flonum".
5822  fl.mo:Expected error in mat flceiling: "flceiling: 3 is not a flonum".
5823  fl.mo:Expected error in mat flceiling: "flceiling: 2.0+1.0i is not a flonum".
5824! fl.mo:Expected error in mat flround: "incorrect argument count in call (flround)".
5825! fl.mo:Expected error in mat flround: "incorrect argument count in call (flround 2.0 3)".
5826  fl.mo:Expected error in mat flround: "flround: a is not a flonum".
5827  fl.mo:Expected error in mat flround: "flround: 2.0+1.0i is not a flonum".
5828  fl.mo:Expected error in mat flround: "flround: 2+1i is not a flonum".
5829  fl.mo:Expected error in mat flround: "flround: 19 is not a flonum".
5830  fl.mo:Expected error in mat flround: "flround: 2/3 is not a flonum".
5831! fl.mo:Expected error in mat flsingle: "incorrect argument count in call (flsingle)".
5832! fl.mo:Expected error in mat flsingle: "incorrect argument count in call (flsingle 2.0 3.0)".
5833  fl.mo:Expected error in mat flsingle: "flsingle: a is not a flonum".
5834  fl.mo:Expected error in mat flsingle: "flsingle: 3 is not a flonum".
5835  fl.mo:Expected error in mat flsingle: "flsingle: 2.0+1.0i is not a flonum".
5836--- 9715,9804 ----
5837  fl.mo:Expected error in mat fl*: "fl*: (a . b) is not a flonum".
5838  fl.mo:Expected error in mat fl*: "fl*: 1 is not a flonum".
5839  fl.mo:Expected error in mat fl*: "fl*: 2/3 is not a flonum".
5840! fl.mo:Expected error in mat fl/: "incorrect number of arguments 0 to #<procedure fl/>".
5841  fl.mo:Expected error in mat fl/: "fl/: (a . b) is not a flonum".
5842  fl.mo:Expected error in mat fl/: "fl/: 1 is not a flonum".
5843  fl.mo:Expected error in mat fl/: "fl/: 2/3 is not a flonum".
5844! fl.mo:Expected error in mat flabs: "incorrect number of arguments 0 to #<procedure flabs>".
5845! fl.mo:Expected error in mat flabs: "incorrect number of arguments 2 to #<procedure flabs>".
5846  fl.mo:Expected error in mat flabs: "flabs: a is not a flonum".
5847  fl.mo:Expected error in mat flabs: "flabs: 1 is not a flonum".
5848  fl.mo:Expected error in mat flabs: "flabs: -3/4 is not a flonum".
5849  fl.mo:Expected error in mat flabs: "flabs: 3+4i is not a flonum".
5850  fl.mo:Expected error in mat flabs: "flabs: 3.3+4.5i is not a flonum".
5851! fl.mo:Expected error in mat fllog: "incorrect number of arguments 0 to #<procedure fllog>".
5852  fl.mo:Expected error in mat fllog: "fllog: 3 is not a flonum".
5853  fl.mo:Expected error in mat fllog: "fllog: a is not a flonum".
5854  fl.mo:Expected error in mat fllog: "fllog: 0 is not a flonum".
5855! fl.mo:Expected error in mat flexp: "incorrect number of arguments 0 to #<procedure flexp>".
5856! fl.mo:Expected error in mat flexp: "incorrect number of arguments 2 to #<procedure flexp>".
5857  fl.mo:Expected error in mat flexp: "flexp: a is not a flonum".
5858  fl.mo:Expected error in mat flexp: "flexp: 3 is not a flonum".
5859! fl.mo:Expected error in mat flsin: "incorrect number of arguments 0 to #<procedure flsin>".
5860! fl.mo:Expected error in mat flsin: "incorrect number of arguments 2 to #<procedure flsin>".
5861  fl.mo:Expected error in mat flsin: "flsin: a is not a flonum".
5862  fl.mo:Expected error in mat flsin: "flsin: 3 is not a flonum".
5863! fl.mo:Expected error in mat flcos: "incorrect number of arguments 0 to #<procedure flcos>".
5864! fl.mo:Expected error in mat flcos: "incorrect number of arguments 2 to #<procedure flcos>".
5865  fl.mo:Expected error in mat flcos: "flcos: a is not a flonum".
5866  fl.mo:Expected error in mat flcos: "flcos: 3 is not a flonum".
5867! fl.mo:Expected error in mat fltan: "incorrect number of arguments 0 to #<procedure fltan>".
5868! fl.mo:Expected error in mat fltan: "incorrect number of arguments 2 to #<procedure fltan>".
5869  fl.mo:Expected error in mat fltan: "fltan: a is not a flonum".
5870  fl.mo:Expected error in mat fltan: "fltan: 3 is not a flonum".
5871! fl.mo:Expected error in mat flasin: "incorrect number of arguments 0 to #<procedure flasin>".
5872! fl.mo:Expected error in mat flasin: "incorrect number of arguments 2 to #<procedure flasin>".
5873  fl.mo:Expected error in mat flasin: "flasin: a is not a flonum".
5874  fl.mo:Expected error in mat flasin: "flasin: 3 is not a flonum".
5875! fl.mo:Expected error in mat flacos: "incorrect number of arguments 0 to #<procedure flacos>".
5876! fl.mo:Expected error in mat flacos: "incorrect number of arguments 2 to #<procedure flacos>".
5877  fl.mo:Expected error in mat flacos: "flacos: a is not a flonum".
5878  fl.mo:Expected error in mat flacos: "flacos: 3 is not a flonum".
5879! fl.mo:Expected error in mat flatan: "incorrect number of arguments 0 to #<procedure flatan>".
5880! fl.mo:Expected error in mat flatan: "incorrect number of arguments 3 to #<procedure flatan>".
5881  fl.mo:Expected error in mat flatan: "flatan: a is not a flonum".
5882  fl.mo:Expected error in mat flatan: "flatan: a is not a flonum".
5883  fl.mo:Expected error in mat flatan: "flatan: a is not a flonum".
5884  fl.mo:Expected error in mat flatan: "flatan: 3 is not a flonum".
5885  fl.mo:Expected error in mat flatan: "flatan: 0+1i is not a flonum".
5886  fl.mo:Expected error in mat flatan: "flatan: 0-1i is not a flonum".
5887! fl.mo:Expected error in mat flsqrt: "incorrect number of arguments 0 to #<procedure flsqrt>".
5888! fl.mo:Expected error in mat flsqrt: "incorrect number of arguments 2 to #<procedure flsqrt>".
5889  fl.mo:Expected error in mat flsqrt: "flsqrt: a is not a flonum".
5890  fl.mo:Expected error in mat flsqrt: "flsqrt: 3 is not a flonum".
5891! fl.mo:Expected error in mat flexpt: "incorrect number of arguments 0 to #<procedure flexpt>".
5892! fl.mo:Expected error in mat flexpt: "incorrect number of arguments 1 to #<procedure flexpt>".
5893! fl.mo:Expected error in mat flexpt: "incorrect number of arguments 3 to #<procedure flexpt>".
5894  fl.mo:Expected error in mat flexpt: "flexpt: a is not a flonum".
5895  fl.mo:Expected error in mat flexpt: "flexpt: a is not a flonum".
5896  fl.mo:Expected error in mat flexpt: "flexpt: -1 is not a flonum".
5897  fl.mo:Expected error in mat flexpt: "flexpt: 0+1i is not a flonum".
5898! fl.mo:Expected error in mat fltruncate: "incorrect number of arguments 0 to #<procedure fltruncate>".
5899! fl.mo:Expected error in mat fltruncate: "incorrect number of arguments 2 to #<procedure fltruncate>".
5900  fl.mo:Expected error in mat fltruncate: "fltruncate: a is not a flonum".
5901  fl.mo:Expected error in mat fltruncate: "fltruncate: 3 is not a flonum".
5902  fl.mo:Expected error in mat fltruncate: "fltruncate: 2.0+1.0i is not a flonum".
5903  fl.mo:Expected error in mat fltruncate: "fltruncate: 2+1i is not a flonum".
5904! fl.mo:Expected error in mat flfloor: "incorrect number of arguments 0 to #<procedure flfloor>".
5905! fl.mo:Expected error in mat flfloor: "incorrect number of arguments 2 to #<procedure flfloor>".
5906  fl.mo:Expected error in mat flfloor: "flfloor: a is not a flonum".
5907  fl.mo:Expected error in mat flfloor: "flfloor: 3 is not a flonum".
5908  fl.mo:Expected error in mat flfloor: "flfloor: 2.0+1.0i is not a flonum".
5909  fl.mo:Expected error in mat flfloor: "flfloor: 2+1i is not a flonum".
5910! fl.mo:Expected error in mat flceiling: "incorrect number of arguments 0 to #<procedure flceiling>".
5911! fl.mo:Expected error in mat flceiling: "incorrect number of arguments 2 to #<procedure flceiling>".
5912  fl.mo:Expected error in mat flceiling: "flceiling: a is not a flonum".
5913  fl.mo:Expected error in mat flceiling: "flceiling: 3 is not a flonum".
5914  fl.mo:Expected error in mat flceiling: "flceiling: 2.0+1.0i is not a flonum".
5915! fl.mo:Expected error in mat flround: "incorrect number of arguments 0 to #<procedure flround>".
5916! fl.mo:Expected error in mat flround: "incorrect number of arguments 2 to #<procedure flround>".
5917  fl.mo:Expected error in mat flround: "flround: a is not a flonum".
5918  fl.mo:Expected error in mat flround: "flround: 2.0+1.0i is not a flonum".
5919  fl.mo:Expected error in mat flround: "flround: 2+1i is not a flonum".
5920  fl.mo:Expected error in mat flround: "flround: 19 is not a flonum".
5921  fl.mo:Expected error in mat flround: "flround: 2/3 is not a flonum".
5922! fl.mo:Expected error in mat flsingle: "incorrect number of arguments 0 to #<procedure flsingle>".
5923! fl.mo:Expected error in mat flsingle: "incorrect number of arguments 2 to #<procedure flsingle>".
5924  fl.mo:Expected error in mat flsingle: "flsingle: a is not a flonum".
5925  fl.mo:Expected error in mat flsingle: "flsingle: 3 is not a flonum".
5926  fl.mo:Expected error in mat flsingle: "flsingle: 2.0+1.0i is not a flonum".
5927***************
5928*** 9817,9852 ****
5929  fl.mo:Expected error in mat flinfinite?: "flinfinite?: 3 is not a flonum".
5930  fl.mo:Expected error in mat flinfinite?: "flinfinite?: 3/4 is not a flonum".
5931  fl.mo:Expected error in mat flinfinite?: "flinfinite?: hi is not a flonum".
5932! fl.mo:Expected error in mat flzero?: "incorrect argument count in call (flzero?)".
5933! fl.mo:Expected error in mat flzero?: "incorrect argument count in call (flzero? 0.0 1.0)".
5934  fl.mo:Expected error in mat flzero?: "flzero?: a is not a flonum".
5935  fl.mo:Expected error in mat flzero?: "flzero?: 3 is not a flonum".
5936! fl.mo:Expected error in mat flpositive?: "incorrect argument count in call (flpositive?)".
5937! fl.mo:Expected error in mat flpositive?: "incorrect argument count in call (flpositive? 0.0 1.0)".
5938  fl.mo:Expected error in mat flpositive?: "flpositive?: a is not a flonum".
5939  fl.mo:Expected error in mat flpositive?: "flpositive?: 3 is not a flonum".
5940  fl.mo:Expected error in mat flpositive?: "flpositive?: 1.0+1.0i is not a flonum".
5941  fl.mo:Expected error in mat flpositive?: "flpositive?: 1+1i is not a flonum".
5942! fl.mo:Expected error in mat flnegative?: "incorrect argument count in call (flnegative?)".
5943! fl.mo:Expected error in mat flnegative?: "incorrect argument count in call (flnegative? 0.0 1.0)".
5944  fl.mo:Expected error in mat flnegative?: "flnegative?: a is not a flonum".
5945  fl.mo:Expected error in mat flnegative?: "flnegative?: 3 is not a flonum".
5946  fl.mo:Expected error in mat flnegative?: "flnegative?: 1.0+1.0i is not a flonum".
5947  fl.mo:Expected error in mat flnegative?: "flnegative?: 1+1i is not a flonum".
5948! fl.mo:Expected error in mat flnonpositive?: "incorrect argument count in call (flnonpositive?)".
5949! fl.mo:Expected error in mat flnonpositive?: "incorrect argument count in call (flnonpositive? 0.0 1.0)".
5950  fl.mo:Expected error in mat flnonpositive?: "flnonpositive?: a is not a flonum".
5951  fl.mo:Expected error in mat flnonpositive?: "flnonpositive?: 3 is not a flonum".
5952  fl.mo:Expected error in mat flnonpositive?: "flnonpositive?: 1.0+1.0i is not a flonum".
5953  fl.mo:Expected error in mat flnonpositive?: "flnonpositive?: 1+1i is not a flonum".
5954! fl.mo:Expected error in mat flnonnegative?: "incorrect argument count in call (flnonnegative?)".
5955! fl.mo:Expected error in mat flnonnegative?: "incorrect argument count in call (flnonnegative? 0.0 1.0)".
5956  fl.mo:Expected error in mat flnonnegative?: "flnonnegative?: a is not a flonum".
5957  fl.mo:Expected error in mat flnonnegative?: "flnonnegative?: 3 is not a flonum".
5958  fl.mo:Expected error in mat flnonnegative?: "flnonnegative?: 1+1i is not a flonum".
5959  fl.mo:Expected error in mat flnonnegative?: "flnonnegative?: 1.0+1.0i is not a flonum".
5960! fl.mo:Expected error in mat fleven?: "incorrect argument count in call (fleven?)".
5961! fl.mo:Expected error in mat fleven?: "incorrect argument count in call (fleven? 0.0 1.0)".
5962  fl.mo:Expected error in mat fleven?: "fleven?: a is not a flonum".
5963  fl.mo:Expected error in mat fleven?: "fleven?: 3 is not a flonum".
5964  fl.mo:Expected error in mat fleven?: "fleven?: 3.2 is not an integer".
5965--- 9817,9852 ----
5966  fl.mo:Expected error in mat flinfinite?: "flinfinite?: 3 is not a flonum".
5967  fl.mo:Expected error in mat flinfinite?: "flinfinite?: 3/4 is not a flonum".
5968  fl.mo:Expected error in mat flinfinite?: "flinfinite?: hi is not a flonum".
5969! fl.mo:Expected error in mat flzero?: "incorrect number of arguments 0 to #<procedure flzero?>".
5970! fl.mo:Expected error in mat flzero?: "incorrect number of arguments 2 to #<procedure flzero?>".
5971  fl.mo:Expected error in mat flzero?: "flzero?: a is not a flonum".
5972  fl.mo:Expected error in mat flzero?: "flzero?: 3 is not a flonum".
5973! fl.mo:Expected error in mat flpositive?: "incorrect number of arguments 0 to #<procedure flpositive?>".
5974! fl.mo:Expected error in mat flpositive?: "incorrect number of arguments 2 to #<procedure flpositive?>".
5975  fl.mo:Expected error in mat flpositive?: "flpositive?: a is not a flonum".
5976  fl.mo:Expected error in mat flpositive?: "flpositive?: 3 is not a flonum".
5977  fl.mo:Expected error in mat flpositive?: "flpositive?: 1.0+1.0i is not a flonum".
5978  fl.mo:Expected error in mat flpositive?: "flpositive?: 1+1i is not a flonum".
5979! fl.mo:Expected error in mat flnegative?: "incorrect number of arguments 0 to #<procedure flnegative?>".
5980! fl.mo:Expected error in mat flnegative?: "incorrect number of arguments 2 to #<procedure flnegative?>".
5981  fl.mo:Expected error in mat flnegative?: "flnegative?: a is not a flonum".
5982  fl.mo:Expected error in mat flnegative?: "flnegative?: 3 is not a flonum".
5983  fl.mo:Expected error in mat flnegative?: "flnegative?: 1.0+1.0i is not a flonum".
5984  fl.mo:Expected error in mat flnegative?: "flnegative?: 1+1i is not a flonum".
5985! fl.mo:Expected error in mat flnonpositive?: "incorrect number of arguments 0 to #<procedure flnonpositive?>".
5986! fl.mo:Expected error in mat flnonpositive?: "incorrect number of arguments 2 to #<procedure flnonpositive?>".
5987  fl.mo:Expected error in mat flnonpositive?: "flnonpositive?: a is not a flonum".
5988  fl.mo:Expected error in mat flnonpositive?: "flnonpositive?: 3 is not a flonum".
5989  fl.mo:Expected error in mat flnonpositive?: "flnonpositive?: 1.0+1.0i is not a flonum".
5990  fl.mo:Expected error in mat flnonpositive?: "flnonpositive?: 1+1i is not a flonum".
5991! fl.mo:Expected error in mat flnonnegative?: "incorrect number of arguments 0 to #<procedure flnonnegative?>".
5992! fl.mo:Expected error in mat flnonnegative?: "incorrect number of arguments 2 to #<procedure flnonnegative?>".
5993  fl.mo:Expected error in mat flnonnegative?: "flnonnegative?: a is not a flonum".
5994  fl.mo:Expected error in mat flnonnegative?: "flnonnegative?: 3 is not a flonum".
5995  fl.mo:Expected error in mat flnonnegative?: "flnonnegative?: 1+1i is not a flonum".
5996  fl.mo:Expected error in mat flnonnegative?: "flnonnegative?: 1.0+1.0i is not a flonum".
5997! fl.mo:Expected error in mat fleven?: "incorrect number of arguments 0 to #<procedure fleven?>".
5998! fl.mo:Expected error in mat fleven?: "incorrect number of arguments 2 to #<procedure fleven?>".
5999  fl.mo:Expected error in mat fleven?: "fleven?: a is not a flonum".
6000  fl.mo:Expected error in mat fleven?: "fleven?: 3 is not a flonum".
6001  fl.mo:Expected error in mat fleven?: "fleven?: 3.2 is not an integer".
6002***************
6003*** 9854,9861 ****
6004  fl.mo:Expected error in mat fleven?: "fleven?: 1+1i is not a flonum".
6005  fl.mo:Expected error in mat fleven?: "fleven?: +inf.0 is not an integer".
6006  fl.mo:Expected error in mat fleven?: "fleven?: +nan.0 is not an integer".
6007! fl.mo:Expected error in mat flodd?: "incorrect argument count in call (flodd?)".
6008! fl.mo:Expected error in mat flodd?: "incorrect argument count in call (flodd? 0.0 1.0)".
6009  fl.mo:Expected error in mat flodd?: "flodd?: a is not a flonum".
6010  fl.mo:Expected error in mat flodd?: "flodd?: 3 is not a flonum".
6011  fl.mo:Expected error in mat flodd?: "flodd?: 3.2 is not an integer".
6012--- 9854,9861 ----
6013  fl.mo:Expected error in mat fleven?: "fleven?: 1+1i is not a flonum".
6014  fl.mo:Expected error in mat fleven?: "fleven?: +inf.0 is not an integer".
6015  fl.mo:Expected error in mat fleven?: "fleven?: +nan.0 is not an integer".
6016! fl.mo:Expected error in mat flodd?: "incorrect number of arguments 0 to #<procedure flodd?>".
6017! fl.mo:Expected error in mat flodd?: "incorrect number of arguments 2 to #<procedure flodd?>".
6018  fl.mo:Expected error in mat flodd?: "flodd?: a is not a flonum".
6019  fl.mo:Expected error in mat flodd?: "flodd?: 3 is not a flonum".
6020  fl.mo:Expected error in mat flodd?: "flodd?: 3.2 is not an integer".
6021***************
6022*** 9863,9869 ****
6023  fl.mo:Expected error in mat flodd?: "flodd?: 3+1i is not a flonum".
6024  fl.mo:Expected error in mat flodd?: "flodd?: +inf.0 is not an integer".
6025  fl.mo:Expected error in mat flodd?: "flodd?: +nan.0 is not an integer".
6026! fl.mo:Expected error in mat flmin: "incorrect argument count in call (flmin)".
6027  fl.mo:Expected error in mat flmin: "flmin: a is not a flonum".
6028  fl.mo:Expected error in mat flmin: "flmin: a is not a flonum".
6029  fl.mo:Expected error in mat flmin: "flmin: a is not a flonum".
6030--- 9863,9869 ----
6031  fl.mo:Expected error in mat flodd?: "flodd?: 3+1i is not a flonum".
6032  fl.mo:Expected error in mat flodd?: "flodd?: +inf.0 is not an integer".
6033  fl.mo:Expected error in mat flodd?: "flodd?: +nan.0 is not an integer".
6034! fl.mo:Expected error in mat flmin: "incorrect number of arguments 0 to #<procedure flmin>".
6035  fl.mo:Expected error in mat flmin: "flmin: a is not a flonum".
6036  fl.mo:Expected error in mat flmin: "flmin: a is not a flonum".
6037  fl.mo:Expected error in mat flmin: "flmin: a is not a flonum".
6038***************
6039*** 9871,9877 ****
6040  fl.mo:Expected error in mat flmin: "flmin: a is not a flonum".
6041  fl.mo:Expected error in mat flmin: "flmin: 0.0+1.0i is not a flonum".
6042  fl.mo:Expected error in mat flmin: "flmin: 0+1i is not a flonum".
6043! fl.mo:Expected error in mat flmax: "incorrect argument count in call (flmax)".
6044  fl.mo:Expected error in mat flmax: "flmax: a is not a flonum".
6045  fl.mo:Expected error in mat flmax: "flmax: a is not a flonum".
6046  fl.mo:Expected error in mat flmax: "flmax: 3 is not a flonum".
6047--- 9871,9877 ----
6048  fl.mo:Expected error in mat flmin: "flmin: a is not a flonum".
6049  fl.mo:Expected error in mat flmin: "flmin: 0.0+1.0i is not a flonum".
6050  fl.mo:Expected error in mat flmin: "flmin: 0+1i is not a flonum".
6051! fl.mo:Expected error in mat flmax: "incorrect number of arguments 0 to #<procedure flmax>".
6052  fl.mo:Expected error in mat flmax: "flmax: a is not a flonum".
6053  fl.mo:Expected error in mat flmax: "flmax: a is not a flonum".
6054  fl.mo:Expected error in mat flmax: "flmax: 3 is not a flonum".
6055***************
6056*** 9879,9892 ****
6057  fl.mo:Expected error in mat flmax: "flmax: a is not a flonum".
6058  fl.mo:Expected error in mat flmax: "flmax: 0.0+1.0i is not a flonum".
6059  fl.mo:Expected error in mat flmax: "flmax: 0+1i is not a flonum".
6060! fl.mo:Expected error in mat flnumerator: "incorrect argument count in call (flnumerator)".
6061! fl.mo:Expected error in mat flnumerator: "incorrect argument count in call (flnumerator 3.0 4.0)".
6062  fl.mo:Expected error in mat flnumerator: "flnumerator: a is not a flonum".
6063  fl.mo:Expected error in mat flnumerator: "flnumerator: 3 is not a flonum".
6064  fl.mo:Expected error in mat flnumerator: "flnumerator: 0+1i is not a flonum".
6065  fl.mo:Expected error in mat flnumerator: "flnumerator: 2.2+1.1i is not a flonum".
6066! fl.mo:Expected error in mat fldenominator: "incorrect argument count in call (fldenominator)".
6067! fl.mo:Expected error in mat fldenominator: "incorrect argument count in call (fldenominator 3.0 4.0)".
6068  fl.mo:Expected error in mat fldenominator: "fldenominator: a is not a flonum".
6069  fl.mo:Expected error in mat fldenominator: "fldenominator: 3 is not a flonum".
6070  fl.mo:Expected error in mat fldenominator: "fldenominator: 0+1i is not a flonum".
6071--- 9879,9892 ----
6072  fl.mo:Expected error in mat flmax: "flmax: a is not a flonum".
6073  fl.mo:Expected error in mat flmax: "flmax: 0.0+1.0i is not a flonum".
6074  fl.mo:Expected error in mat flmax: "flmax: 0+1i is not a flonum".
6075! fl.mo:Expected error in mat flnumerator: "incorrect number of arguments 0 to #<procedure flnumerator>".
6076! fl.mo:Expected error in mat flnumerator: "incorrect number of arguments 2 to #<procedure flnumerator>".
6077  fl.mo:Expected error in mat flnumerator: "flnumerator: a is not a flonum".
6078  fl.mo:Expected error in mat flnumerator: "flnumerator: 3 is not a flonum".
6079  fl.mo:Expected error in mat flnumerator: "flnumerator: 0+1i is not a flonum".
6080  fl.mo:Expected error in mat flnumerator: "flnumerator: 2.2+1.1i is not a flonum".
6081! fl.mo:Expected error in mat fldenominator: "incorrect number of arguments 0 to #<procedure fldenominator>".
6082! fl.mo:Expected error in mat fldenominator: "incorrect number of arguments 2 to #<procedure fldenominator>".
6083  fl.mo:Expected error in mat fldenominator: "fldenominator: a is not a flonum".
6084  fl.mo:Expected error in mat fldenominator: "fldenominator: 3 is not a flonum".
6085  fl.mo:Expected error in mat fldenominator: "fldenominator: 0+1i is not a flonum".
6086***************
6087*** 9932,9938 ****
6088  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6089  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6090  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6091! cfl.mo:Expected error in mat cfl-: "incorrect argument count in call (cfl-)".
6092  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6093  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6094  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6095--- 9932,9938 ----
6096  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6097  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6098  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6099! cfl.mo:Expected error in mat cfl-: "incorrect number of arguments 0 to #<procedure cfl->".
6100  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6101  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6102  cfl.mo:Expected error in mat cfl-: "cfl-: a is not a cflonum".
6103***************
6104*** 9942,9955 ****
6105  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6106  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6107  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6108! cfl.mo:Expected error in mat cfl/: "incorrect argument count in call (cfl/)".
6109  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6110  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6111  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6112  cfl.mo:Expected error in mat cfl=: "cfl=: a is not a cflonum".
6113  cfl.mo:Expected error in mat cfl=: "cfl=: a is not a cflonum".
6114  cfl.mo:Expected error in mat cfl=: "cfl=: a is not a cflonum".
6115! cfl.mo:Expected error in mat cfl=: "incorrect argument count in call (cfl=)".
6116  foreign.mo:Expected error in mat load-shared-object: "load-shared-object: invalid path 3".
6117  foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: no entry for "i do not exist"".
6118  foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: no entry for "i do not exist"".
6119--- 9942,9955 ----
6120  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6121  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6122  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6123! cfl.mo:Expected error in mat cfl/: "incorrect number of arguments 0 to #<procedure cfl/>".
6124  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6125  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6126  cfl.mo:Expected error in mat cfl/: "cfl/: a is not a cflonum".
6127  cfl.mo:Expected error in mat cfl=: "cfl=: a is not a cflonum".
6128  cfl.mo:Expected error in mat cfl=: "cfl=: a is not a cflonum".
6129  cfl.mo:Expected error in mat cfl=: "cfl=: a is not a cflonum".
6130! cfl.mo:Expected error in mat cfl=: "incorrect number of arguments 0 to #<procedure cfl=>".
6131  foreign.mo:Expected error in mat load-shared-object: "load-shared-object: invalid path 3".
6132  foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: no entry for "i do not exist"".
6133  foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: no entry for "i do not exist"".
6134***************
6135*** 9984,9991 ****
6136  foreign.mo:Expected error in mat foreign-procedure: "id: invalid foreign-procedure argument foo".
6137  foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: invalid foreign procedure handle abcde".
6138  foreign.mo:Expected error in mat foreign-procedure: "float_id: invalid foreign-procedure argument 0".
6139! foreign.mo:Expected error in mat foreign-sizeof: "incorrect argument count in call (foreign-sizeof)".
6140! foreign.mo:Expected error in mat foreign-sizeof: "incorrect argument count in call (foreign-sizeof (quote int) (quote int))".
6141  foreign.mo:Expected error in mat foreign-sizeof: "foreign-sizeof: invalid foreign type specifier i-am-not-a-type".
6142  foreign.mo:Expected error in mat foreign-sizeof: "foreign-sizeof: invalid foreign type specifier 1".
6143  foreign.mo:Expected error in mat foreign-bytevectors: "u8*->u8*: invalid foreign-procedure argument "hello"".
6144--- 9984,9991 ----
6145  foreign.mo:Expected error in mat foreign-procedure: "id: invalid foreign-procedure argument foo".
6146  foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: invalid foreign procedure handle abcde".
6147  foreign.mo:Expected error in mat foreign-procedure: "float_id: invalid foreign-procedure argument 0".
6148! foreign.mo:Expected error in mat foreign-sizeof: "incorrect number of arguments 0 to #<procedure foreign-sizeof>".
6149! foreign.mo:Expected error in mat foreign-sizeof: "incorrect number of arguments 2 to #<procedure foreign-sizeof>".
6150  foreign.mo:Expected error in mat foreign-sizeof: "foreign-sizeof: invalid foreign type specifier i-am-not-a-type".
6151  foreign.mo:Expected error in mat foreign-sizeof: "foreign-sizeof: invalid foreign type specifier 1".
6152  foreign.mo:Expected error in mat foreign-bytevectors: "u8*->u8*: invalid foreign-procedure argument "hello"".
6153***************
6154*** 10484,10496 ****
6155  unix.mo:Expected error in mat file-operations: "file-access-time: failed for "testlink": no such file or directory".
6156  unix.mo:Expected error in mat file-operations: "file-change-time: failed for "testlink": no such file or directory".
6157  unix.mo:Expected error in mat file-operations: "file-modification-time: failed for "testlink": no such file or directory".
6158! windows.mo:Expected error in mat registry: "incorrect argument count in call (get-registry)".
6159! windows.mo:Expected error in mat registry: "incorrect argument count in call (get-registry 1 2)".
6160! windows.mo:Expected error in mat registry: "incorrect argument count in call (put-registry! "hi")".
6161! windows.mo:Expected error in mat registry: "incorrect argument count in call (put-registry! 1)".
6162! windows.mo:Expected error in mat registry: "incorrect argument count in call (put-registry! 1 2 3)".
6163! windows.mo:Expected error in mat registry: "incorrect argument count in call (remove-registry!)".
6164! windows.mo:Expected error in mat registry: "incorrect argument count in call (remove-registry! 1 2)".
6165  windows.mo:Expected error in mat registry: "get-registry: pooh is not a string".
6166  windows.mo:Expected error in mat registry: "put-registry!: 3 is not a string".
6167  windows.mo:Expected error in mat registry: "put-registry!: 3 is not a string".
6168--- 10484,10496 ----
6169  unix.mo:Expected error in mat file-operations: "file-access-time: failed for "testlink": no such file or directory".
6170  unix.mo:Expected error in mat file-operations: "file-change-time: failed for "testlink": no such file or directory".
6171  unix.mo:Expected error in mat file-operations: "file-modification-time: failed for "testlink": no such file or directory".
6172! windows.mo:Expected error in mat registry: "incorrect number of arguments to #<procedure get-registry>".
6173! windows.mo:Expected error in mat registry: "incorrect number of arguments to #<procedure get-registry>".
6174! windows.mo:Expected error in mat registry: "incorrect number of arguments to #<procedure put-registry!>".
6175! windows.mo:Expected error in mat registry: "incorrect number of arguments to #<procedure put-registry!>".
6176! windows.mo:Expected error in mat registry: "incorrect number of arguments to #<procedure put-registry!>".
6177! windows.mo:Expected error in mat registry: "incorrect number of arguments to #<procedure remove-registry!>".
6178! windows.mo:Expected error in mat registry: "incorrect number of arguments to #<procedure remove-registry!>".
6179  windows.mo:Expected error in mat registry: "get-registry: pooh is not a string".
6180  windows.mo:Expected error in mat registry: "put-registry!: 3 is not a string".
6181  windows.mo:Expected error in mat registry: "put-registry!: 3 is not a string".
6182***************
6183*** 10518,10589 ****
6184  ieee.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: result for -inf.0 would be outside of fixnum range".
6185  ieee.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: result for +nan.0 would be outside of fixnum range".
6186  ieee.mo:Expected error in mat fllp: "fllp: 3 is not a flonum".
6187! date.mo:Expected error in mat time: "incorrect argument count in call (make-time)".
6188! date.mo:Expected error in mat time: "incorrect argument count in call (make-time (quote time-utc))".
6189! date.mo:Expected error in mat time: "incorrect argument count in call (make-time (quote time-utc) 17)".
6190! date.mo:Expected error in mat time: "incorrect argument count in call (make-time (quote time-utc) 17 0 50)".
6191  date.mo:Expected error in mat time: "make-time: unrecognized time type time-nonsense".
6192  date.mo:Expected error in mat time: "make-time: invalid number of seconds #f".
6193  date.mo:Expected error in mat time: "make-time: invalid nanosecond -1".
6194  date.mo:Expected error in mat time: "make-time: invalid nanosecond <int>".
6195  date.mo:Expected error in mat time: "make-time: invalid nanosecond #f".
6196! date.mo:Expected error in mat time: "incorrect argument count in call (time?)".
6197! date.mo:Expected error in mat time: "incorrect argument count in call (time? #f 3)".
6198! date.mo:Expected error in mat time: "incorrect argument count in call (time-type)".
6199! date.mo:Expected error in mat time: "incorrect argument count in call (time-type $time-t1 #t)".
6200  date.mo:Expected error in mat time: "time-type: 17 is not a time record".
6201! date.mo:Expected error in mat time: "incorrect argument count in call (time-second)".
6202! date.mo:Expected error in mat time: "incorrect argument count in call (time-second $time-t1 #t)".
6203  date.mo:Expected error in mat time: "time-second: 17 is not a time record".
6204! date.mo:Expected error in mat time: "incorrect argument count in call (time-nanosecond)".
6205! date.mo:Expected error in mat time: "incorrect argument count in call (time-nanosecond $time-t1 #t)".
6206  date.mo:Expected error in mat time: "time-nanosecond: 17 is not a time record".
6207! date.mo:Expected error in mat time: "incorrect argument count in call (set-time-type!)".
6208! date.mo:Expected error in mat time: "incorrect argument count in call (set-time-type! $time-t1)".
6209! date.mo:Expected error in mat time: "incorrect argument count in call (set-time-type! $time-t1 (quote time-utc) 0)".
6210  date.mo:Expected error in mat time: "set-time-type!: time-utc is not a time record".
6211  date.mo:Expected error in mat time: "set-time-type!: unrecognized time type time-nonsense".
6212! date.mo:Expected error in mat time: "incorrect argument count in call (set-time-second!)".
6213! date.mo:Expected error in mat time: "incorrect argument count in call (set-time-second! $time-t1)".
6214! date.mo:Expected error in mat time: "incorrect argument count in call (set-time-second! $time-t1 5000 0)".
6215  date.mo:Expected error in mat time: "set-time-second!: 5000 is not a time record".
6216  date.mo:Expected error in mat time: "set-time-second!: invalid number of seconds time-utc".
6217! date.mo:Expected error in mat time: "incorrect argument count in call (set-time-nanosecond!)".
6218! date.mo:Expected error in mat time: "incorrect argument count in call (set-time-nanosecond! $time-t1)".
6219! date.mo:Expected error in mat time: "incorrect argument count in call (set-time-nanosecond! $time-t1 5000 0)".
6220  date.mo:Expected error in mat time: "set-time-nanosecond!: 5000 is not a time record".
6221  date.mo:Expected error in mat time: "set-time-nanosecond!: invalid nanosecond -1".
6222  date.mo:Expected error in mat time: "set-time-nanosecond!: invalid nanosecond time-utc".
6223  date.mo:Expected error in mat time: "set-time-nanosecond!: invalid nanosecond <int>".
6224! date.mo:Expected error in mat time: "incorrect argument count in call (current-time (quote time-utc) #t)".
6225  date.mo:Expected error in mat time: "current-time: unrecognized time type time-nonsense".
6226! date.mo:Expected error in mat time: "incorrect argument count in call (time=?)".
6227! date.mo:Expected error in mat time: "incorrect argument count in call (time=? $time-t1)".
6228! date.mo:Expected error in mat time: "incorrect argument count in call (time=? $time-t1 $time-t1 $time-t1)".
6229  date.mo:Expected error in mat time: "time=?: 3 is not a time record".
6230  date.mo:Expected error in mat time: "time=?: #<procedure car> is not a time record".
6231  date.mo:Expected error in mat time: "time=?: types of <time> and <time> differ".
6232! date.mo:Expected error in mat time: "incorrect argument count in call (time<?)".
6233! date.mo:Expected error in mat time: "incorrect argument count in call (time<? $time-t1)".
6234! date.mo:Expected error in mat time: "incorrect argument count in call (time<? $time-t1 $time-t1 $time-t1)".
6235  date.mo:Expected error in mat time: "time<?: 3 is not a time record".
6236  date.mo:Expected error in mat time: "time<?: #<procedure car> is not a time record".
6237  date.mo:Expected error in mat time: "time<?: types of <time> and <time> differ".
6238! date.mo:Expected error in mat time: "incorrect argument count in call (time<=?)".
6239! date.mo:Expected error in mat time: "incorrect argument count in call (time<=? $time-t1)".
6240! date.mo:Expected error in mat time: "incorrect argument count in call (time<=? $time-t1 $time-t1 $time-t1)".
6241  date.mo:Expected error in mat time: "time<=?: 3 is not a time record".
6242  date.mo:Expected error in mat time: "time<=?: #<procedure car> is not a time record".
6243  date.mo:Expected error in mat time: "time<=?: types of <time> and <time> differ".
6244! date.mo:Expected error in mat time: "incorrect argument count in call (time>?)".
6245! date.mo:Expected error in mat time: "incorrect argument count in call (time>? $time-t1)".
6246! date.mo:Expected error in mat time: "incorrect argument count in call (time>? $time-t1 $time-t1 $time-t1)".
6247  date.mo:Expected error in mat time: "time>?: 3 is not a time record".
6248  date.mo:Expected error in mat time: "time>?: #<procedure car> is not a time record".
6249  date.mo:Expected error in mat time: "time>?: types of <time> and <time> differ".
6250! date.mo:Expected error in mat time: "incorrect argument count in call (time>=?)".
6251! date.mo:Expected error in mat time: "incorrect argument count in call (time>=? $time-t1)".
6252! date.mo:Expected error in mat time: "incorrect argument count in call (time>=? $time-t1 $time-t1 $time-t1)".
6253  date.mo:Expected error in mat time: "time>=?: 3 is not a time record".
6254  date.mo:Expected error in mat time: "time>=?: #<procedure car> is not a time record".
6255  date.mo:Expected error in mat time: "time>=?: types of <time> and <time> differ".
6256--- 10518,10589 ----
6257  ieee.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: result for -inf.0 would be outside of fixnum range".
6258  ieee.mo:Expected error in mat flonum->fixnum: "flonum->fixnum: result for +nan.0 would be outside of fixnum range".
6259  ieee.mo:Expected error in mat fllp: "fllp: 3 is not a flonum".
6260! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure make-time>".
6261! date.mo:Expected error in mat time: "incorrect number of arguments 1 to #<procedure make-time>".
6262! date.mo:Expected error in mat time: "incorrect number of arguments 2 to #<procedure make-time>".
6263! date.mo:Expected error in mat time: "incorrect number of arguments 4 to #<procedure make-time>".
6264  date.mo:Expected error in mat time: "make-time: unrecognized time type time-nonsense".
6265  date.mo:Expected error in mat time: "make-time: invalid number of seconds #f".
6266  date.mo:Expected error in mat time: "make-time: invalid nanosecond -1".
6267  date.mo:Expected error in mat time: "make-time: invalid nanosecond <int>".
6268  date.mo:Expected error in mat time: "make-time: invalid nanosecond #f".
6269! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure time?>".
6270! date.mo:Expected error in mat time: "incorrect number of arguments 2 to #<procedure time?>".
6271! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure time-type>".
6272! date.mo:Expected error in mat time: "incorrect number of arguments 2 to #<procedure time-type>".
6273  date.mo:Expected error in mat time: "time-type: 17 is not a time record".
6274! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure time-second>".
6275! date.mo:Expected error in mat time: "incorrect number of arguments 2 to #<procedure time-second>".
6276  date.mo:Expected error in mat time: "time-second: 17 is not a time record".
6277! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure time-nanosecond>".
6278! date.mo:Expected error in mat time: "incorrect number of arguments 2 to #<procedure time-nanosecond>".
6279  date.mo:Expected error in mat time: "time-nanosecond: 17 is not a time record".
6280! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure set-time-type!>".
6281! date.mo:Expected error in mat time: "incorrect number of arguments 1 to #<procedure set-time-type!>".
6282! date.mo:Expected error in mat time: "incorrect number of arguments 3 to #<procedure set-time-type!>".
6283  date.mo:Expected error in mat time: "set-time-type!: time-utc is not a time record".
6284  date.mo:Expected error in mat time: "set-time-type!: unrecognized time type time-nonsense".
6285! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure set-time-second!>".
6286! date.mo:Expected error in mat time: "incorrect number of arguments 1 to #<procedure set-time-second!>".
6287! date.mo:Expected error in mat time: "incorrect number of arguments 3 to #<procedure set-time-second!>".
6288  date.mo:Expected error in mat time: "set-time-second!: 5000 is not a time record".
6289  date.mo:Expected error in mat time: "set-time-second!: invalid number of seconds time-utc".
6290! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure set-time-nanosecond!>".
6291! date.mo:Expected error in mat time: "incorrect number of arguments 1 to #<procedure set-time-nanosecond!>".
6292! date.mo:Expected error in mat time: "incorrect number of arguments 3 to #<procedure set-time-nanosecond!>".
6293  date.mo:Expected error in mat time: "set-time-nanosecond!: 5000 is not a time record".
6294  date.mo:Expected error in mat time: "set-time-nanosecond!: invalid nanosecond -1".
6295  date.mo:Expected error in mat time: "set-time-nanosecond!: invalid nanosecond time-utc".
6296  date.mo:Expected error in mat time: "set-time-nanosecond!: invalid nanosecond <int>".
6297! date.mo:Expected error in mat time: "incorrect number of arguments 2 to #<procedure current-time>".
6298  date.mo:Expected error in mat time: "current-time: unrecognized time type time-nonsense".
6299! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure time=?>".
6300! date.mo:Expected error in mat time: "incorrect number of arguments 1 to #<procedure time=?>".
6301! date.mo:Expected error in mat time: "incorrect number of arguments 3 to #<procedure time=?>".
6302  date.mo:Expected error in mat time: "time=?: 3 is not a time record".
6303  date.mo:Expected error in mat time: "time=?: #<procedure car> is not a time record".
6304  date.mo:Expected error in mat time: "time=?: types of <time> and <time> differ".
6305! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure time<?>".
6306! date.mo:Expected error in mat time: "incorrect number of arguments 1 to #<procedure time<?>".
6307! date.mo:Expected error in mat time: "incorrect number of arguments 3 to #<procedure time<?>".
6308  date.mo:Expected error in mat time: "time<?: 3 is not a time record".
6309  date.mo:Expected error in mat time: "time<?: #<procedure car> is not a time record".
6310  date.mo:Expected error in mat time: "time<?: types of <time> and <time> differ".
6311! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure time<=?>".
6312! date.mo:Expected error in mat time: "incorrect number of arguments 1 to #<procedure time<=?>".
6313! date.mo:Expected error in mat time: "incorrect number of arguments 3 to #<procedure time<=?>".
6314  date.mo:Expected error in mat time: "time<=?: 3 is not a time record".
6315  date.mo:Expected error in mat time: "time<=?: #<procedure car> is not a time record".
6316  date.mo:Expected error in mat time: "time<=?: types of <time> and <time> differ".
6317! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure time>?>".
6318! date.mo:Expected error in mat time: "incorrect number of arguments 1 to #<procedure time>?>".
6319! date.mo:Expected error in mat time: "incorrect number of arguments 3 to #<procedure time>?>".
6320  date.mo:Expected error in mat time: "time>?: 3 is not a time record".
6321  date.mo:Expected error in mat time: "time>?: #<procedure car> is not a time record".
6322  date.mo:Expected error in mat time: "time>?: types of <time> and <time> differ".
6323! date.mo:Expected error in mat time: "incorrect number of arguments 0 to #<procedure time>=?>".
6324! date.mo:Expected error in mat time: "incorrect number of arguments 1 to #<procedure time>=?>".
6325! date.mo:Expected error in mat time: "incorrect number of arguments 3 to #<procedure time>=?>".
6326  date.mo:Expected error in mat time: "time>=?: 3 is not a time record".
6327  date.mo:Expected error in mat time: "time>=?: #<procedure car> is not a time record".
6328  date.mo:Expected error in mat time: "time>=?: types of <time> and <time> differ".
6329***************
6330*** 10591,10604 ****
6331  date.mo:Expected error in mat time: "add-duration: <time> does not have type time-duration".
6332  date.mo:Expected error in mat time: "subtract-duration: <time> does not have type time-duration".
6333  date.mo:Expected error in mat time: "copy-time: <date> is not a time record".
6334! date.mo:Expected error in mat date: "incorrect argument count in call (make-date)".
6335! date.mo:Expected error in mat date: "incorrect argument count in call (make-date 0)".
6336! date.mo:Expected error in mat date: "incorrect argument count in call (make-date 0 0)".
6337! date.mo:Expected error in mat date: "incorrect argument count in call (make-date 0 0 0)".
6338! date.mo:Expected error in mat date: "incorrect argument count in call (make-date 0 0 0 0)".
6339! date.mo:Expected error in mat date: "incorrect argument count in call (make-date 0 0 0 0 1)".
6340! date.mo:Expected error in mat date: "incorrect argument count in call (make-date 0 0 0 0 1 ...)".
6341! date.mo:Expected error in mat date: "incorrect argument count in call (make-date 0 0 0 0 1 ...)".
6342  date.mo:Expected error in mat date: "make-date: invalid nanosecond -1".
6343  date.mo:Expected error in mat date: "make-date: invalid nanosecond <int>".
6344  date.mo:Expected error in mat date: "make-date: invalid nanosecond zero".
6345--- 10591,10604 ----
6346  date.mo:Expected error in mat time: "add-duration: <time> does not have type time-duration".
6347  date.mo:Expected error in mat time: "subtract-duration: <time> does not have type time-duration".
6348  date.mo:Expected error in mat time: "copy-time: <date> is not a time record".
6349! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure make-date>".
6350! date.mo:Expected error in mat date: "incorrect number of arguments 1 to #<procedure make-date>".
6351! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure make-date>".
6352! date.mo:Expected error in mat date: "incorrect number of arguments 3 to #<procedure make-date>".
6353! date.mo:Expected error in mat date: "incorrect number of arguments 4 to #<procedure make-date>".
6354! date.mo:Expected error in mat date: "incorrect number of arguments 5 to #<procedure make-date>".
6355! date.mo:Expected error in mat date: "incorrect number of arguments 6 to #<procedure make-date>".
6356! date.mo:Expected error in mat date: "incorrect number of arguments 9 to #<procedure make-date>".
6357  date.mo:Expected error in mat date: "make-date: invalid nanosecond -1".
6358  date.mo:Expected error in mat date: "make-date: invalid nanosecond <int>".
6359  date.mo:Expected error in mat date: "make-date: invalid nanosecond zero".
6360***************
6361*** 10624,10684 ****
6362  date.mo:Expected error in mat date: "make-date: invalid time-zone offset 90000".
6363  date.mo:Expected error in mat date: "make-date: invalid time-zone offset est".
6364  date.mo:Expected error in mat date: "make-date: invalid time-zone offset "est"".
6365! date.mo:Expected error in mat date: "incorrect argument count in call (date?)".
6366! date.mo:Expected error in mat date: "incorrect argument count in call (date? #f 3)".
6367! date.mo:Expected error in mat date: "incorrect argument count in call (date-nanosecond)".
6368! date.mo:Expected error in mat date: "incorrect argument count in call (date-nanosecond $date-d1 #t)".
6369  date.mo:Expected error in mat date: "date-nanosecond: 17 is not a date record".
6370  date.mo:Expected error in mat date: "date-nanosecond: <time> is not a date record".
6371! date.mo:Expected error in mat date: "incorrect argument count in call (date-nanosecond)".
6372! date.mo:Expected error in mat date: "incorrect argument count in call (date-nanosecond $date-d1 #t)".
6373  date.mo:Expected error in mat date: "date-nanosecond: 17 is not a date record".
6374  date.mo:Expected error in mat date: "date-nanosecond: <time> is not a date record".
6375! date.mo:Expected error in mat date: "incorrect argument count in call (date-second)".
6376! date.mo:Expected error in mat date: "incorrect argument count in call (date-second $date-d1 #t)".
6377  date.mo:Expected error in mat date: "date-second: 17 is not a date record".
6378  date.mo:Expected error in mat date: "date-second: <time> is not a date record".
6379! date.mo:Expected error in mat date: "incorrect argument count in call (date-minute)".
6380! date.mo:Expected error in mat date: "incorrect argument count in call (date-minute $date-d1 #t)".
6381  date.mo:Expected error in mat date: "date-minute: 17 is not a date record".
6382  date.mo:Expected error in mat date: "date-minute: <time> is not a date record".
6383! date.mo:Expected error in mat date: "incorrect argument count in call (date-hour)".
6384! date.mo:Expected error in mat date: "incorrect argument count in call (date-hour $date-d1 #t)".
6385  date.mo:Expected error in mat date: "date-hour: 17 is not a date record".
6386  date.mo:Expected error in mat date: "date-hour: <time> is not a date record".
6387! date.mo:Expected error in mat date: "incorrect argument count in call (date-day)".
6388! date.mo:Expected error in mat date: "incorrect argument count in call (date-day $date-d1 #t)".
6389  date.mo:Expected error in mat date: "date-day: 17 is not a date record".
6390  date.mo:Expected error in mat date: "date-day: <time> is not a date record".
6391! date.mo:Expected error in mat date: "incorrect argument count in call (date-month)".
6392! date.mo:Expected error in mat date: "incorrect argument count in call (date-month $date-d1 #t)".
6393  date.mo:Expected error in mat date: "date-month: 17 is not a date record".
6394  date.mo:Expected error in mat date: "date-month: <time> is not a date record".
6395! date.mo:Expected error in mat date: "incorrect argument count in call (date-year)".
6396! date.mo:Expected error in mat date: "incorrect argument count in call (date-year $date-d1 #t)".
6397  date.mo:Expected error in mat date: "date-year: 17 is not a date record".
6398  date.mo:Expected error in mat date: "date-year: <time> is not a date record".
6399! date.mo:Expected error in mat date: "incorrect argument count in call (date-week-day)".
6400! date.mo:Expected error in mat date: "incorrect argument count in call (date-week-day $date-d1 #t)".
6401  date.mo:Expected error in mat date: "date-week-day: 17 is not a date record".
6402  date.mo:Expected error in mat date: "date-week-day: <time> is not a date record".
6403! date.mo:Expected error in mat date: "incorrect argument count in call (date-year-day)".
6404! date.mo:Expected error in mat date: "incorrect argument count in call (date-year-day $date-d1 #t)".
6405  date.mo:Expected error in mat date: "date-year-day: 17 is not a date record".
6406  date.mo:Expected error in mat date: "date-year-day: <time> is not a date record".
6407! date.mo:Expected error in mat date: "incorrect argument count in call (date-dst?)".
6408! date.mo:Expected error in mat date: "incorrect argument count in call (date-dst? $date-d1 #t)".
6409  date.mo:Expected error in mat date: "date-dst?: 17 is not a date record".
6410  date.mo:Expected error in mat date: "date-dst?: <time> is not a date record".
6411! date.mo:Expected error in mat date: "incorrect argument count in call (date-zone-offset)".
6412! date.mo:Expected error in mat date: "incorrect argument count in call (date-zone-offset $date-d1 #t)".
6413  date.mo:Expected error in mat date: "date-zone-offset: 17 is not a date record".
6414  date.mo:Expected error in mat date: "date-zone-offset: <time> is not a date record".
6415! date.mo:Expected error in mat date: "incorrect argument count in call (date-zone-name)".
6416! date.mo:Expected error in mat date: "incorrect argument count in call (date-zone-name $date-d1 #t)".
6417  date.mo:Expected error in mat date: "date-zone-name: 17 is not a date record".
6418  date.mo:Expected error in mat date: "date-zone-name: <time> is not a date record".
6419! date.mo:Expected error in mat date: "incorrect argument count in call (current-date 0 #t)".
6420  date.mo:Expected error in mat date: "current-date: invalid time-zone offset -90000".
6421  date.mo:Expected error in mat date: "current-date: invalid time-zone offset 90000".
6422  date.mo:Expected error in mat conversions/sleep: "date->time-utc: <time> is not a date record".
6423--- 10624,10684 ----
6424  date.mo:Expected error in mat date: "make-date: invalid time-zone offset 90000".
6425  date.mo:Expected error in mat date: "make-date: invalid time-zone offset est".
6426  date.mo:Expected error in mat date: "make-date: invalid time-zone offset "est"".
6427! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date?>".
6428! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date?>".
6429! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-nanosecond>".
6430! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-nanosecond>".
6431  date.mo:Expected error in mat date: "date-nanosecond: 17 is not a date record".
6432  date.mo:Expected error in mat date: "date-nanosecond: <time> is not a date record".
6433! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-nanosecond>".
6434! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-nanosecond>".
6435  date.mo:Expected error in mat date: "date-nanosecond: 17 is not a date record".
6436  date.mo:Expected error in mat date: "date-nanosecond: <time> is not a date record".
6437! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-second>".
6438! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-second>".
6439  date.mo:Expected error in mat date: "date-second: 17 is not a date record".
6440  date.mo:Expected error in mat date: "date-second: <time> is not a date record".
6441! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-minute>".
6442! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-minute>".
6443  date.mo:Expected error in mat date: "date-minute: 17 is not a date record".
6444  date.mo:Expected error in mat date: "date-minute: <time> is not a date record".
6445! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-hour>".
6446! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-hour>".
6447  date.mo:Expected error in mat date: "date-hour: 17 is not a date record".
6448  date.mo:Expected error in mat date: "date-hour: <time> is not a date record".
6449! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-day>".
6450! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-day>".
6451  date.mo:Expected error in mat date: "date-day: 17 is not a date record".
6452  date.mo:Expected error in mat date: "date-day: <time> is not a date record".
6453! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-month>".
6454! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-month>".
6455  date.mo:Expected error in mat date: "date-month: 17 is not a date record".
6456  date.mo:Expected error in mat date: "date-month: <time> is not a date record".
6457! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-year>".
6458! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-year>".
6459  date.mo:Expected error in mat date: "date-year: 17 is not a date record".
6460  date.mo:Expected error in mat date: "date-year: <time> is not a date record".
6461! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-week-day>".
6462! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-week-day>".
6463  date.mo:Expected error in mat date: "date-week-day: 17 is not a date record".
6464  date.mo:Expected error in mat date: "date-week-day: <time> is not a date record".
6465! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-year-day>".
6466! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-year-day>".
6467  date.mo:Expected error in mat date: "date-year-day: 17 is not a date record".
6468  date.mo:Expected error in mat date: "date-year-day: <time> is not a date record".
6469! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-dst?>".
6470! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-dst?>".
6471  date.mo:Expected error in mat date: "date-dst?: 17 is not a date record".
6472  date.mo:Expected error in mat date: "date-dst?: <time> is not a date record".
6473! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-zone-offset>".
6474! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-zone-offset>".
6475  date.mo:Expected error in mat date: "date-zone-offset: 17 is not a date record".
6476  date.mo:Expected error in mat date: "date-zone-offset: <time> is not a date record".
6477! date.mo:Expected error in mat date: "incorrect number of arguments 0 to #<procedure date-zone-name>".
6478! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure date-zone-name>".
6479  date.mo:Expected error in mat date: "date-zone-name: 17 is not a date record".
6480  date.mo:Expected error in mat date: "date-zone-name: <time> is not a date record".
6481! date.mo:Expected error in mat date: "incorrect number of arguments 2 to #<procedure current-date>".
6482  date.mo:Expected error in mat date: "current-date: invalid time-zone offset -90000".
6483  date.mo:Expected error in mat date: "current-date: invalid time-zone offset 90000".
6484  date.mo:Expected error in mat conversions/sleep: "date->time-utc: <time> is not a date record".
6485