Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Mar 24, 2024
1 parent 10a2177 commit 7f50814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ImportGraph/Lean/Name.lean
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ returns `ImportGraph`.
-/
def getModule (name : Name) (s := "") : Name :=
match name with
| .anonymous => s
| .anonymous => .mkSimple s
| .num _ _ => panic s!"panic in `getModule`: did not expect numerical name: {name}."
| .str pre s => getModule pre s
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:nightly-2024-03-18
leanprover/lean4:nightly-2024-03-24

0 comments on commit 7f50814

Please sign in to comment.