List comprehensions: Difference between revisions

m
(→‎{{header|OCaml}}: add camlp4 impl)
Line 1,522:
 
A standard OCaml distribution also includes a number of camlp4 extensions, including one that provides list comprehensions:
<lang ocaml># #camlp4o;;
# #camlp4o;;
# #require "camlp4.listcomprehension";;
/home/user//.opam/4.06.1+trunk+flambda/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo: loaded
Anonymous user