Skip to content

Commit

Permalink
Replace constructor with Iff.intro
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganperry7 authored and awalterschulze committed Jan 13, 2025
1 parent de8f3bb commit ab94823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Katydid/Regex/SmartRegex.lean
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ theorem derive_commutes {α: Type} (r: Regex α) (x: α):
split_ifs with h
· rw [denote]
simp only [Language.emptystr, cons.injEq]
constructor
apply Iff.intro
· intro hxs
use x
· intro ⟨w, hxs, hp⟩
Expand Down

0 comments on commit ab94823

Please # to comment.