Change mode of `TCEq`.
1 unresolved thread
1 unresolved thread
Edited by Robbert Krebbers
Merge request reports
Activity
mentioned in commit iris@de5aaa1d
mentioned in merge request iris!391 (merged)
mentioned in commit 8db97649
mentioned in commit iris@0edc1504
mentioned in commit iris@79f576aa
146 146 Existing Instance TCElemOf_further. 147 147 Hint Mode TCElemOf ! ! ! : typeclass_instances. 148 148 149 (** Similarly to [TCForall2], we declare the modes of [TCEq x y] in both 150 directions, i.e., either [x] input and [y] output, or [y] input and [x] 151 output. *) 149 (** We declare both arguments [x] and [y] of [TCEq x y] as outputs, which means 150 [TCEq] can also be used to unify evars. This is harmless: since the only 151 instance of [TCEq] is [TCEq_refl] below, it can never cause loops. See 152 https://gitlab.mpi-sws.org/iris/iris/merge_requests/391 for a use case. *) mentioned in merge request !523 (merged)
Please register or sign in to reply