Skip to content

Commit ab94823

Browse files
keeganperry7awalterschulze
authored andcommitted
Replace constructor with Iff.intro
1 parent de8f3bb commit ab94823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Katydid/Regex/SmartRegex.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ theorem derive_commutes {α: Type} (r: Regex α) (x: α):
436436
split_ifs with h
437437
· rw [denote]
438438
simp only [Language.emptystr, cons.injEq]
439-
constructor
439+
apply Iff.intro
440440
· intro hxs
441441
use x
442442
· intro ⟨w, hxs, hp⟩

0 commit comments

Comments
 (0)