Closed yelouafi closed 9 years ago
Oops! this wont work
var List = Type( T => {Nil: [], Cons: [T, List(T)]});
because w'd have someway to pass the type param to the nested List, but at this point List is undefined, the GType
method actually yields to in infinite recursion
actually
with generics
One can actually do that himself by
but i think it's nice to have in the lib