Open sleexyz opened 8 years ago
eg
vec4 1 vec4 (vec3 0, 1)
instead of
1 :: Vec4 vec4 (0 :: Vec3, 1)
where the type of the non-tupled constructor is a vec1.
Basically, it should function as a less polymorphic version of copy
copy
eg
instead of
where the type of the non-tupled constructor is a vec1.
Basically, it should function as a less polymorphic version of
copy