Skip to content

Commit

Permalink
Remove Module.liftR' and Module.liftL' as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ymherklotz committed Oct 29, 2024
1 parent dd01af2 commit b9eb39a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DataflowRewriter/Examples/BranchMerge.lean
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def test4 (TagT T S : Type) [h:DecidableEq TagT] (input output : (T : Type) × (
-- conv in _ :: Module.connect'' _ _ :: _ => arg 2; arg 2; rw [Module.connect''_dep_rw]; rfl
unfold Module.connect''
dsimp
unfold Module.liftR' Module.liftL'
dsimp

end BranchMerge

Expand Down

0 comments on commit b9eb39a

Please sign in to comment.