fix type of 'string-environment-variable-name?' (#558)
it had a nonsensical type before
This commit is contained in:
parent
6e3c509a86
commit
80d8b2ddb7
|
@ -3001,7 +3001,7 @@
|
|||
[environment-variables-ref (-> -Environment-Variables -Bytes (-opt -Bytes))]
|
||||
[environment-variables-set! (->opt -Environment-Variables -Bytes (-opt -Bytes) [(-> Univ)] Univ)]
|
||||
[environment-variables-names (-> -Environment-Variables (-lst -Bytes))]
|
||||
[string-environment-variable-name? (asym-pred Univ B (-PS (-is-type 0 -) -tt))]
|
||||
[string-environment-variable-name? (asym-pred Univ B (-PS (-is-type 0 -String) -tt))]
|
||||
[getenv (-> -String (Un -String (-val #f)))]
|
||||
[putenv (-> -String -String B)]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user