Testing that advanced types work
I have a bunch of pretty advanced types, with generics and inferences all over the place.
What would be a good way to test that these all work as expected? In other words, I want to make sure that
What would be a good way to test that these all work as expected? In other words, I want to make sure that
MyCoolType<"foo bar baz"> is equal to the type ["foo", "bar", "baz"], as an example.