packages feed

ormolu-0.0.1.0: data/examples/declaration/value/function/arrow/proc-parentheses-out.hs

{-# LANGUAGE Arrows #-}

foo f = proc a -> (f -< a)

bar f g = proc a ->
  ( ( (f)
        ( g
        )
    ) -<
      ( ( ( ( ( ( g
                    a
                )
              )
            )
          )
        )
      )
  )