Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Arya Irani committed Oct 10, 2023
1 parent 8bb1eab commit 59a6997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unison-merge/src/Unison/Merge2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ newtype WhatToTypecheck = WhatToTypecheck {unWhatToTypecheck :: DeepRefsId'}
-- Similarly, when we ask "which <thing we can look up can lookup dependents for> is named <x>", and we want to look up constructors, that's weird.
-- - term replaced with ctor: look up dependents of term in the opposing branch (ok)
-- - ctor replaced with term: look up dependents of ctor in the opposing branch (we'll look up dependents of the decl instead, getting excess results, but it's ok)
-- This seems okay. So disregard.

-- Question: What happens if I update a ctor?
whatToTypecheck :: (DeepRefs, UpdatesRefnt) -> (DeepRefs, UpdatesRefnt) -> Transaction WhatToTypecheck
Expand Down

0 comments on commit 59a6997

Please sign in to comment.