taggedalgebraic/source
Sönke Ludwig 7a6da0ff79 Avoid instantiating generic visitor with types it cannot handle.
In cases where statically typed visitors need to be defined to avoid compile errors in a generic visitor, the generic one was still instantiated with the types already handled by the statically typed one(s), possibly resulting in a compile error.
2020-04-04 12:23:14 +02:00
..
taggedalgebraic Avoid instantiating generic visitor with types it cannot handle. 2020-04-04 12:23:14 +02:00