FANG Colin Wed, 16 Nov 2016 07:59:16 -0800
Typo, should be module ...
ff(x::Type{Val{1}}) = 1 x = 1 a = ff(Val{x}) const y = 1 a = ff(Val{y}) end > >