Skip to content
  • Joey Hess's avatar
    avoid list traverse on queue · 135d75f2
    Joey Hess authored
    I wanted to use M.insertWith' (\_ l -> file:l) action [] m , but the
    order of the parameters and which to ignore is not clear, and
    seems unsafe to rely on.
    135d75f2