summaryrefslogtreecommitdiff
path: root/backends/lean/Base/ArithBase.lean
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--backends/lean/Base/ArithBase.lean10
1 files changed, 10 insertions, 0 deletions
diff --git a/backends/lean/Base/ArithBase.lean b/backends/lean/Base/ArithBase.lean
new file mode 100644
index 00000000..ddd2dc24
--- /dev/null
+++ b/backends/lean/Base/ArithBase.lean
@@ -0,0 +1,10 @@
+import Lean
+
+namespace Arith
+
+open Lean Elab Term Meta
+
+-- We can't define and use trace classes in the same file
+initialize registerTraceClass `Arith
+
+end Arith