Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

equivalence type #9

Closed
dannypsnl opened this issue Aug 16, 2021 · 0 comments
Closed

equivalence type #9

dannypsnl opened this issue Aug 16, 2021 · 0 comments
Assignees

Comments

@dannypsnl
Copy link
Owner

The following program shows problem:

(data (≡ [a : A] [b : A]) : Type
      [refl : (≡ a a)])

(check (≡ z z)
       (refl))
(check (≡ z (s z))
       (refl))

Our unification didn't figure out this program has type mismatching.

@dannypsnl dannypsnl changed the title equaivlance type equivalence type Aug 16, 2021
@dannypsnl dannypsnl self-assigned this Aug 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant