Skip to content
  • Ryan Scott's avatar
    Generalize liftData to work over any Quote (#17857) · 33fa8d94
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    The Overloaded Quotations proposal generalized the type of `lift`
    to work over any `Quote`, but not the type of `liftData`, leading
    to #17857. Thankfully, generalizing `liftData` is extremely
    straightforward.
    
    Fixes #17857.
    33fa8d94