Skip to content
  • Sylvain Henry's avatar
    DynFlags: don't use sdocWithDynFlags in datacon ppr · 175cb5b4
    Sylvain Henry authored and Marge Bot's avatar Marge Bot committed
    We don't need to use `sdocWithDynFlags` to know whether we should
    display linear types for datacon types, we already have
    `sdocLinearTypes` field in `SDocContext`.  Moreover we want to remove
    `sdocWithDynFlags` (#10143, #17957)).
    175cb5b4