tilia-0.0.1.0: corpora/vendored/other/comment-above-the-in-keyword.hs
module Route.Total where
total :: Int -> Int
total stops =
let each = 12
-- the sum every caller ends up wanting
in each * stops
module Route.Total where
total :: Int -> Int
total stops =
let each = 12
-- the sum every caller ends up wanting
in each * stops