RosettaCodeData/Task/List-comprehensions/OCaml/list-comprehensions-3.ocaml
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
75 B
Text

# [? PSet: 2 * x | x <- 0 -- 100 ; x * x > 3];;
- : int PSet.t = <abstr>