fix type of 'string-environment-variable-name?' (#558)

it had a nonsensical type before
This commit is contained in:
Andrew Kent 2017-06-13 15:10:58 +01:00 committed by Sam Tobin-Hochstadt
parent 6e3c509a86
commit 80d8b2ddb7

View File

@ -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)]