packages feed

tilia-0.0.1.0: corpora/vendored/other/comment-after-the-in-keyword-out.hs

module Route.Trim where

trim :: Int -> Int
trim n =
  let kept = n - 1
   in -- rounded down on purpose
      kept