tilia-0.0.1.0: corpora/vendored/other/comment-above-the-first-binding.hs
module Route.Fare where
fare :: Int -> Int
fare riders =
let
-- the share the operator keeps
operator = 3
levy = 1
in operator * riders + levy
module Route.Fare where
fare :: Int -> Int
fare riders =
let
-- the share the operator keeps
operator = 3
levy = 1
in operator * riders + levy