add typed/racket/os.rkt (#391)
This commit is contained in:
parent
92c67b16ae
commit
835cfcd7ea
6
typed-racket-more/typed/racket/os.rkt
Normal file
6
typed-racket-more/typed/racket/os.rkt
Normal file
|
@ -0,0 +1,6 @@
|
|||
#lang typed/racket/base
|
||||
|
||||
(require/typed/provide
|
||||
racket/os
|
||||
[gethostname (-> String)]
|
||||
[getpid (-> Integer)])
|
Loading…
Reference in New Issue
Block a user