packages feed

tilia-0.0.1.0: corpora/vendored/other/comment-in-a-do-let-out.hs

module Route.Plan where

plan :: IO Int
plan = do
  let -- worked out before anything is printed
      stops = 9
  print stops
  pure stops