comment out type that produces strange duplicate error message.
This commit is contained in:
parent
54c044c36a
commit
fdcb22ea32
|
@ -291,7 +291,6 @@
|
||||||
(-opt (-> Univ)) (-opt Univ) (-opt (-opt -Pathlike))
|
(-opt (-> Univ)) (-opt Univ) (-opt (-opt -Pathlike))
|
||||||
-Boolean -Boolean -Boolean
|
-Boolean -Boolean -Boolean
|
||||||
Univ))]
|
Univ))]
|
||||||
|
|
||||||
[((kw-expander-proc (syntax-local-value #'make-handle-get-preference-locked)))
|
[((kw-expander-proc (syntax-local-value #'make-handle-get-preference-locked)))
|
||||||
(let ((lock-there-type (-opt (-> -Path Univ))) (max-delay-type -Real))
|
(let ((lock-there-type (-opt (-> -Path Univ))) (max-delay-type -Real))
|
||||||
(cl->*
|
(cl->*
|
||||||
|
@ -471,16 +470,18 @@
|
||||||
. -> .
|
. -> .
|
||||||
(-lst -String))]
|
(-lst -String))]
|
||||||
|
|
||||||
|
|
||||||
[((kw-expander-proc (syntax-local-value #'port->bytes-lines)))
|
[((kw-expander-proc (syntax-local-value #'port->bytes-lines)))
|
||||||
(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
|
||||||
. -> .
|
. -> .
|
||||||
(-lst -Bytes))]
|
(-lst -Bytes))]
|
||||||
|
|
||||||
|
|
||||||
[((kw-expander-proc (syntax-local-value #'display-lines)))
|
[((kw-expander-proc (syntax-local-value #'display-lines)))
|
||||||
(cl->*
|
(cl->*
|
||||||
((-lst Univ) #:separator Univ #f . ->key . -Void)
|
((-lst Univ) #:separator Univ #f . ->key . -Void)
|
||||||
|
@ -491,4 +492,3 @@
|
||||||
(-opt -Output-Port) -Boolean
|
(-opt -Output-Port) -Boolean
|
||||||
. -> . -Void)]
|
. -> . -Void)]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user