Skip to content

Commit e4ea062

Browse files
committed
Update README
1 parent 8af6fcd commit e4ea062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This package performs operations on Julia's [lowered AST](https://docs.julialang.org/en/latest/devdocs/ast/).
44
Current utilities include:
55
- `signature`: compute the signature of a specific method
6-
- `methoddef!` a method signature from lowered code, resolving gensymmed names (https://github.com/JuliaLang/julia/issues/30908)
6+
- `methoddef!`: extract a method signature from lowered code, resolving gensymmed names (https://github.com/JuliaLang/julia/issues/30908)
7+
- `bodymethod`: find the method that executes the body of a keyword-argument function
78

89
You can learn more about these with, e.g., `?methoddef!`

0 commit comments

Comments
 (0)