Update TR type for current-process-milliseconds
This commit is contained in:
parent
f59b36a951
commit
03153d46ec
|
@ -2819,7 +2819,8 @@
|
|||
[current-milliseconds (-> -Fixnum)]
|
||||
[current-inexact-milliseconds (-> -Real)]
|
||||
[current-gc-milliseconds (-> -Fixnum)]
|
||||
[current-process-milliseconds (-> -Fixnum)]
|
||||
[current-process-milliseconds
|
||||
(->opt [(Un (-val #f) (-val 'subprocesses) -Thread)] -Fixnum)]
|
||||
|
||||
;; Section 15.7
|
||||
[getenv (-> -String (Un -String (-val #f)))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user