packages feed

tilia-0.0.1.0: corpora/vendored/other/comment-after-closing-bracket-out.hs

tupleOfHalves =
  combine
    ( north,
      south
    ) -- the two halves
    ( east,
      west
    ) -- and the other two

nestedRuns =
  render
    [ [ alpha,
        beta
      ] -- the inner run
    ] -- the outer run

runningTotal =
  weigh
    ( heavier
        + lighter
    ) -- everything so far

blockAfterBracket =
  measure
    ( width,
      height
    ) {- taken at the widest point -}