3 lines
64 B
OCaml
3 lines
64 B
OCaml
|
|
fun to (a, b) = List.tabulate (b-a,fn i => a+i ) ;
|
||
|
|
infix 5 to ;
|