summaryrefslogtreecommitdiff
path: root/backends/lean/Base/Arith/Base.lean
blob: ddd2dc240e1390ef61c4508649bc73c4d3ad89c4 (plain)
1
2
3
4
5
6
7
8
9
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