http://docs.julialang.org/en/release-0.3/manual/types/#singleton-types
http://docs.julialang.org/en/release-0.3/manual/conversion-and-promotion/#defining-new-conversions
--Tim
On Wednesday, January 07, 2015 03:30:56 PM Petr Krysl wrote:
> What does this mean please?
>
> function myfunction{f}(::Type{f}, args...)
> # Do stuff using f just like an ordinary functionend
>
> I'm sorry to have to ask this, it would be much better to just go to the
> manual, but the manual search does not yield anything for "Type{".
>
> Thanks a lot,
>
> Petr