We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73a4b9 commit 6d9df4bCopy full SHA for 6d9df4b
tests/lean/run/prelude-injectivity.lean
@@ -1,12 +1,12 @@
1
+module
2
+
3
import Lean
4
5
open Lean Meta
6
7
-- without this, the catch below does not catch kernel errors
8
set_option Elab.async false
9
-#exit -- **TODO**: remove after fixing async panic
-
10
/--
11
info: Possible candidates for Init/Core.lean (these do not need to be added if they are irrelevant for verification):
12
gen_injective_theorems% MacroScopesView
@@ -16,7 +16,6 @@ gen_injective_theorems% TSyntax
16
gen_injective_theorems% Macro.Context
17
gen_injective_theorems% Macro.Exception
18
gen_injective_theorems% Macro.Methods
19
-gen_injective_theorems% Macro.State
20
gen_injective_theorems% Syntax.Preresolved
21
gen_injective_theorems% Syntax.SepArray
22
gen_injective_theorems% Syntax.TSepArray
0 commit comments