tilia-0.0.1.0: corpora/vendored/other/comment-in-a-do-let.hs
module Route.Plan where
plan :: IO Int
plan = do
let -- worked out before anything is printed
stops = 9
print stops
pure stops
module Route.Plan where
plan :: IO Int
plan = do
let -- worked out before anything is printed
stops = 9
print stops
pure stops