Add identity (from racket/function) to TR

This commit is contained in:
Asumu Takikawa 2011-06-21 16:08:50 -04:00
parent cbd0f31800
commit 05a5c16231

View File

@ -1352,6 +1352,7 @@
;; scheme/function
[identity (-poly (a) (-> a a))]
[const (-poly (a) (-> a (->* '() Univ a)))]
(primitive? (-> Univ B))
(primitive-closure? (-> Univ B))