re-enable type for port->bytes-lines
This commit is contained in:
parent
72059c908b
commit
b25aae230b
|
@ -475,7 +475,7 @@
|
||||||
(cl->*
|
(cl->*
|
||||||
(->key #:line-mode (one-of/c 'linefeed 'return 'return-linefeed 'any 'any-one) #f (-lst -Bytes))
|
(->key #:line-mode (one-of/c 'linefeed 'return 'return-linefeed 'any 'any-one) #f (-lst -Bytes))
|
||||||
(->key -Input-Port #:line-mode (one-of/c 'linefeed 'return 'return-linefeed 'any 'any-one) #f (-lst -Bytes)))]
|
(->key -Input-Port #:line-mode (one-of/c 'linefeed 'return 'return-linefeed 'any 'any-one) #f (-lst -Bytes)))]
|
||||||
#; [((kw-expander-impl (syntax-local-value #'port->bytes-lines)))
|
[((kw-expander-impl (syntax-local-value #'port->bytes-lines)))
|
||||||
((-opt (one-of/c 'linefeed 'return 'return-linefeed 'any 'any-one)) -Boolean
|
((-opt (one-of/c 'linefeed 'return 'return-linefeed 'any 'any-one)) -Boolean
|
||||||
(-opt -Input-Port) -Boolean
|
(-opt -Input-Port) -Boolean
|
||||||
. -> .
|
. -> .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user