packages feed

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

module Route.Total where

total :: Int -> Int
total stops =
  let each = 12
   in
      -- the sum every caller ends up wanting
      each * stops