Skip to content
  • Ben Gamari's avatar
    SetLevels: Fix potential panic in lvlBind · 7ef6fe8f
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    3b31a94d introduced a use of isUnliftedType which can panic in the case
    of levity-polymorphic types. Fix this by introducing mightBeUnliftedType
    which returns whether the type is *guaranteed* to be lifted.
    7ef6fe8f