From 42b37b07b03c6bd594cac11b1f639ba66e16771b Mon Sep 17 00:00:00 2001 From: Son Ho Date: Fri, 4 Aug 2023 18:55:14 +0200 Subject: Add the UtilsBase.lean file --- backends/lean/Base/UtilsBase.lean | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backends/lean/Base/UtilsBase.lean (limited to 'backends/lean/Base/UtilsBase.lean') diff --git a/backends/lean/Base/UtilsBase.lean b/backends/lean/Base/UtilsBase.lean new file mode 100644 index 00000000..f6c33be7 --- /dev/null +++ b/backends/lean/Base/UtilsBase.lean @@ -0,0 +1,10 @@ +import Lean + +namespace Utils + +open Lean Elab Term Meta + +-- We can't define and use trace classes in the same file +initialize registerTraceClass `Utils + +end Utils -- cgit v1.2.3