packages feed

haskell-debugger-0.13.1.0: test/integration/T233/Other.hs

module Other where

process :: [Int] -> IO ()
process xs = do
  let n = length xs
  print n