Kind2/base/Equal.kind
2021-02-19 22:22:31 -03:00

4 lines
58 B
Plaintext

type Equal <A: Type> <a: A> ~ (b: A) {
refl ~ (b = a)
}