diff --git a/Qq.lean b/Qq.lean index 41b60d4..015d918 100644 --- a/Qq.lean +++ b/Qq.lean @@ -1,5 +1,6 @@ import Qq.Macro import Qq.Delab import Qq.MetaM +import Qq.Simp import Qq.Match -import Qq.AssertInstancesCommute \ No newline at end of file +import Qq.AssertInstancesCommute diff --git a/Qq/Simp.lean b/Qq/Simp.lean index 84f825f..617986e 100644 --- a/Qq/Simp.lean +++ b/Qq/Simp.lean @@ -1,4 +1,4 @@ -import Mathlib.Util.Qq +import Qq.MetaM /-! # Qq integration for `simproc`s