Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Oct 16, 2024
1 parent 88169a8 commit 5736e15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Aesop/Frontend/Attribute.lean
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ initialize registerBuiltinAttribute {
add := λ decl stx attrKind => withRef stx do
let rules ← runTermElabMAsCoreM do
let config ← AttrConfig.elab stx
config.rules.concatMapM (·.buildAdditionalGlobalRules decl)
config.rules.flatMapM (·.buildAdditionalGlobalRules decl)
for (rule, rsNames) in rules do
for rsName in rsNames do
addGlobalRule rsName rule attrKind (checkNotExists := true)
Expand Down
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "fc871f7039ac6d8ab993335bb35aba43286004a0",
"rev": "b4cb0a5212271f661c27f52ef0923be1ec3ddd0b",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "lean-pr-testing-5731",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "aesop",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ precompileModules = false # We would like to turn this on, but it breaks the Mat
[[require]]
name = "batteries"
git = "https://github.com/leanprover-community/batteries"
rev = "main"
rev = "lean-pr-testing-5731"

[[lean_lib]]
name = "Aesop"
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.13.0-rc1
leanprover/lean4-pr-releases:pr-release-5731

0 comments on commit 5736e15

Please sign in to comment.