gdalle / CheckConcreteStructs.jl

https://gdalle.github.io/CheckConcreteStructs.jl/
MIT License
5 stars 2 forks source link

Document difference between our `all_concrete` and `Base.isconcretetype` #7

Open gdalle opened 2 weeks ago

gdalle commented 2 weeks ago

Now that we have a functional interface with all_concrete, it's not obvious what the difference is with Base's isconcretetype. I would like to add some explanations on the semantics of our function.