Add type annotations for port line counting (#479)
This commit is contained in:
parent
fdb79d9a34
commit
5b546e1b2c
|
@ -1810,7 +1810,9 @@
|
|||
|
||||
;; Section 13.1.4
|
||||
[port-count-lines! (-> (Un -Input-Port -Output-Port) -Void)]
|
||||
[port-counts-lines? (-> (Un -Input-Port -Output-Port) -Boolean)]
|
||||
[port-next-location (-> (Un -Input-Port -Output-Port) (-values (list (-opt -PosInt) (-opt -Nat) (-opt -PosInt))))]
|
||||
[set-port-next-location! (-> (Un -Input-Port -Output-Port) (-opt -PosInt) (-opt -Nat) (-opt -PosInt) -Void)]
|
||||
[port-count-lines-enabled (-Param Univ B)]
|
||||
|
||||
;; Section 13.1.5
|
||||
|
|
Loading…
Reference in New Issue
Block a user