fork download
  1. main = do
  2. print [25.5,26.0..30.0]
Success #stdin #stdout 0.01s 3636KB
stdin
Standard input is empty
stdout
[25.5,26.0,26.5,27.0,27.5,28.0,28.5,29.0,29.5,30.0]