Fixed types for equal+hash
This commit is contained in:
parent
c5d480a125
commit
122587f6ea
8
main.rkt
8
main.rkt
|
@ -58,17 +58,17 @@
|
|||
#'(→ ins ins2 (→ Any Any Boolean) Any)))
|
||||
(ann hash1
|
||||
#,(maybe-∀
|
||||
#'(→ ins (→ Any Integer) Integer)))
|
||||
#'(→ ins (→ Any Fixnum) Fixnum)))
|
||||
(ann hash2
|
||||
#,(maybe-∀
|
||||
#'(→ ins (→ Any Integer) Integer))))]
|
||||
#'(→ ins (→ Any Fixnum) Fixnum))))]
|
||||
[expr:expr #'expr]))
|
||||
#`((: eq+h (List #,(maybe-∀2
|
||||
#'(→ ins ins2 (→ Any Any Boolean) Any))
|
||||
#,(maybe-∀
|
||||
#'(→ ins (→ Any Integer) Integer))
|
||||
#'(→ ins (→ Any Fixnum) Fixnum))
|
||||
#,(maybe-∀
|
||||
#'(→ ins (→ Any Integer) Integer))))
|
||||
#'(→ ins (→ Any Fixnum) Fixnum))))
|
||||
(define eq+h equal+hash-ann)))
|
||||
#'())
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user