Skip to content

Commit 5a858c3

Browse files
committed
chore: bump nightly-2022-11-20
1 parent cf98018 commit 5a858c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cli/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ section Configuration
260260
reprPrec p _ := p.name
261261

262262
instance [inst : ParseableType τ] : CoeDep Type τ ParamType where
263-
coe := ⟨inst.name τ, (inst.parse? · |>.isSome)⟩
263+
coe := ⟨inst.name, (inst.parse? · |>.isSome)⟩
264264

265265
/--
266266
Represents a flag, usually known as "option" in standard terminology.

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2022-10-31
1+
leanprover/lean4:nightly-2022-11-20

0 commit comments

Comments
 (0)