extern fun {a: t@ype} gprint (x: a): void
implement gprint<int> (x) = print_int (x)
implement gprint <int> (x) = print_int (x) // White‑space inserted before <int>
--
You received this message because you are subscribed to the Google Groups "ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ats-lang-user...@googlegroups.com.
To post to this group, send email to ats-lan...@googlegroups.com.
Visit this group at http://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/c94afd49-a97b-44ba-9be6-3954cc9e58e8%40googlegroups.com.
val+list_cons (x, xs) = xsval+ list_cons (x, xs) = xs