Add type for this-language
to fix test
(also add a type for `all-languages`) original commit: 099ca6cab93b67220125f98efa7dc706f59f0c84
This commit is contained in:
parent
0fb38d6ad4
commit
4f04f82380
|
@ -30,8 +30,13 @@
|
|||
;; make-promise
|
||||
[(make-template-identifier 'delay 'racket/private/promise)
|
||||
(-poly (a) (-> (-> a) (-Promise a)))]
|
||||
;; next three for string constants
|
||||
[(make-template-identifier 'dynamic-string-constant 'string-constants/string-constant)
|
||||
(-> -Symbol -String)]
|
||||
[(make-template-identifier 'this-language 'string-constants/string-constant)
|
||||
(-> -Symbol)]
|
||||
[(make-template-identifier 'all-languages 'string-constants/string-constant)
|
||||
(-> (-lst -Symbol))]
|
||||
;; qq-append
|
||||
[(make-template-identifier 'qq-append 'racket/private/qq-and-or)
|
||||
(-poly (a b)
|
||||
|
|
Loading…
Reference in New Issue
Block a user