packages feed

fourmolu-0.20.0.0: data/examples/declaration/value/function/linear-bindings.hs

{-# Language LinearTypes #-}

h x = g y
  where
    %1 y = f x

let %1 x = u in ()
let %Many (x, y) = u in ()
let %1 ~(x, y) = u in ()