Parametric polymorphism: Difference between revisions

Content deleted Content added
Franck (talk | contribs)
Franck (talk | contribs)
Line 582:
| Empty -> Empty
| Node (x,l,r) -> Node (f x, map_tree f l, map_tree f r)</lang>
 
=={{header|Oforth}}==
 
{{omit from|Oforth|Oforth is nt statically-typed language}}