3 lines
61 B
OCaml
3 lines
61 B
OCaml
|
|
let list = ([] : unit list)
|
||
|
|
let stream = Stream.of_list list
|