Improve type of identity
.
Closes PR 12813.
This commit is contained in:
parent
865a2cdcbd
commit
8459c22c01
|
@ -1357,7 +1357,7 @@
|
|||
|
||||
|
||||
;; scheme/function
|
||||
[identity (-poly (a) (-> a a))]
|
||||
[identity (-poly (a) (->acc (list a) a null))]
|
||||
[const (-poly (a) (-> a (->* '() Univ a)))]
|
||||
[negate (-polydots (b) (-> ((list) [b b] . ->... . Univ)
|
||||
((list) [b b] . ->... . -Boolean)))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user