Skip to content

Commit

Permalink
Cleanup another definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ymherklotz committed Oct 24, 2024
1 parent ffdaa1b commit 841e35b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions DataflowRewriter/Examples/BranchMerge.lean
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ example y : (fun S TagT T input output internals =>
conv in _ :: Module.connect'' _ _ :: _ => arg 2; rw [connect_r]; rfl
sorry

example y : (fun f : Nat → Nat => ∀ (wf : Nat = Nat), ∃ b, (match ({ a := "", b := "b" } : A) == { a := "", b := "c" } with
| true => wf.mp 1
| false => wf.mpr 2) = f b) y := by
-- simp
simp [BEq.beq]
sorry

@[drunfold]
def tagged_ooo_h : ExprHigh String :=
[graph|
Expand Down

0 comments on commit 841e35b

Please sign in to comment.