Skip to content
Snippets Groups Projects

Change mode of `TCEq`.

Merged Robbert Krebbers requested to merge robbert/TCEq_hint into master
1 unresolved thread
Edited by Robbert Krebbers

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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. *)
  • Robbert Krebbers mentioned in merge request !523 (merged)

    mentioned in merge request !523 (merged)

  • Please register or sign in to reply
    Loading