Minor comment formatting.
This commit is contained in:
parent
1f3d68e55e
commit
2570fae481
|
@ -1522,16 +1522,18 @@
|
||||||
|
|
||||||
;Section 14.4 (Processes)
|
;Section 14.4 (Processes)
|
||||||
|
|
||||||
;; Subprocces has 3 arguments and 3 return values which are either ports
|
;; `subprocess' has 3 arguments and 3 return values which are either
|
||||||
;; or false. There is a relation that if a port argument is false, then
|
;; ports or false. There is a relation that if a port argument is
|
||||||
;; the corresponding return value is a port, and if it is a port the return
|
;; false, then the corresponding return value is a port, and if it is
|
||||||
;; value is false. process/ports and process*/ports have a similar behavior.
|
;; a port the return value is false. `process/ports` and
|
||||||
;; This behavior is encoded in the type system as each possible combination
|
;; `process*/ports' have a similar behavior. This behavior is encoded
|
||||||
;; of port arguments being one case of a case-> type. There is also a
|
;; in the type system as each possible combination of port arguments
|
||||||
;; final case where the unions are preserved because TR currently can
|
;; being one case of a case-> type. There is also a final case where
|
||||||
;; not deal with applying a case lambda to union types, and ensure that
|
;; the unions are preserved because TR currently can not deal with
|
||||||
;; while no one branch covers every union, every union is covered by a branch.
|
;; applying a case lambda to union types, and ensure that while no one
|
||||||
;; There is also twice as many cases to deal with the 'exact behavior for windows.
|
;; branch covers every union, every union is covered by a branch.
|
||||||
|
;; There is also twice as many cases to deal with the 'exact behavior
|
||||||
|
;; for windows.
|
||||||
|
|
||||||
[subprocess
|
[subprocess
|
||||||
(let* ((make-opt-in-port (lambda (port) (if port -Input-Port (-val #f))))
|
(let* ((make-opt-in-port (lambda (port) (if port -Input-Port (-val #f))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user