Florian Diebold 8e8d2ffecb (Partially) fix handling of type params depending on type params
If the first type parameter gets inferred, that's still not handled correctly;
it'll require some more refactoring: E.g. if we have `Thing<T, F=fn() -> T>` and
then instantiate `Thing<_>`, that gets turned into `Thing<_, fn() -> _>` before
the `_` is instantiated into a type variable -- so afterwards, we have two type
variables without any connection to each other.
2020-06-29 16:10:20 +02:00
..
2020-05-01 11:23:03 +08:00
2020-06-24 16:53:16 +02:00
2020-04-25 14:23:34 +02:00
2020-06-23 17:51:06 +02:00
2020-06-18 10:15:43 +03:00