Skip to content

Commit

Permalink
Merge branch 'master' of github.com:schlichtanders/WhereTraits.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
schlichtanders committed Nov 30, 2020
2 parents 80e0824 + 0fce704 commit 87019c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ julia> @traits_show_implementation foo

For a high-level comparison between `WhereTraits.@traits` and `SimpleTraits.jl` see the respective [discourse discussion](https://discourse.julialang.org/t/announcing-traits-jl-a-revival-of-julia-traits/35683/5?u=schlichtanders).

The following examples mirror https://github.com/mauro3/SimpleTraits.jl#details-of-method-dispatch.
The following examples mirror <https://github.com/mauro3/SimpleTraits.jl#details-of-method-dispatch>.
We start with defining a custom function `fn`, a custom Trait function `isTr` and some methods for `fn` dispatching on the trait.
```julia
isTr(_) = false
Expand Down

2 comments on commit 87019c8

@schlichtanders
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/25536

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 87019c82f04fea5397a6bc7c921e7479d3401890
git push origin v1.0.0

Please sign in to comment.