Skip to content
  • Matthew Pickering's avatar
    TH: wrapGenSyns, don't split the element type too much · 0482f58a
    Matthew Pickering authored and Marge Bot's avatar Marge Bot committed
    The invariant which allowed the pervious method of splitting the type of
    the body to find the type of the elements didn't work in the new
    overloaded quotation world as the type can be something like
    `WriterT () m a` rather than `Q a` like before.
    
    Fixes #17839
    0482f58a