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 cf98018 commit 5a858c3Copy full SHA for 5a858c3
Cli/Basic.lean
@@ -260,7 +260,7 @@ section Configuration
260
reprPrec p _ := p.name
261
262
instance [inst : ParseableType τ] : CoeDep Type τ ParamType where
263
- coe := ⟨inst.name τ, (inst.parse? · |>.isSome)⟩
+ coe := ⟨inst.name, (inst.parse? · |>.isSome)⟩
264
265
/--
266
Represents a flag, usually known as "option" in standard terminology.
lean-toolchain
@@ -1 +1 @@
1
-leanprover/lean4:nightly-2022-10-31
+leanprover/lean4:nightly-2022-11-20
0 commit comments