Skip to content

Commit

Permalink
Actually import the new file (#72)
Browse files Browse the repository at this point in the history
This was a mistake in #71.
  • Loading branch information
eric-wieser authored Feb 25, 2025
1 parent 8c2939c commit 35f683e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Qq.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Qq.Macro
import Qq.Delab
import Qq.MetaM
import Qq.Simp
import Qq.Match
import Qq.AssertInstancesCommute
import Qq.AssertInstancesCommute
2 changes: 1 addition & 1 deletion Qq/Simp.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Mathlib.Util.Qq
import Qq.MetaM

/-!
# Qq integration for `simproc`s
Expand Down

0 comments on commit 35f683e

Please sign in to comment.