Hi all, How do I refer to the cons function or | operator to use it in a fold or map? I can always wrap it in a function like:
fun {MyCons A B} A|B end
but I don't see how to refer to the | directly (like I can to + using
Number.'+' for example).
Thanks,
Oliver.
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
