Skip to content

Commit cef5eac

Browse files
committed
chore: bump to v4.32.0
1 parent 9506def commit cef5eac

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Binary/Deriving.lean

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module
22

3-
public meta import Lean
4-
import Binary.Basic
3+
public import Lean
4+
public import Binary.Basic
55

6-
public meta section
6+
public section
77

88
namespace Binary.Deriving
99

@@ -12,7 +12,7 @@ open Elab
1212
open Deriving
1313
open Meta hiding Context
1414
open Term hiding Context
15-
open Command hiding Context
15+
open Elab.Command hiding Context
1616

1717

1818
/--
@@ -236,7 +236,7 @@ where
236236
let repr := assignment[ctorIdx]!
237237
let stx ←
238238
`(do
239-
if (← $(beInfo.decoder)) != $(quote repr) then
239+
if (← $(beInfo.decoder):term) != $(quote repr) then
240240
throw (DecodeError.userError "")
241241
else
242242
$[let $identNames:ident ← $decodes:doExpr]*

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.27.0
1+
leanprover/lean4:v4.32.0

0 commit comments

Comments
 (0)