Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 21, 2024
1 parent 78cea1c commit 9cdf558
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ end
with

```julia
const FunctionName = Vector{Symbol}
struct FunctionName{N}
parts::NTuple{N,Symbol}
joined::Symbol
end

struct FunctionNameSignaturePair
name::FunctionName
Expand Down

0 comments on commit 9cdf558

Please sign in to comment.