Algebraic data types: Difference between revisions

no edit summary
(added standard ml)
No edit summary
Line 1:
[[Category:Less Than 5 Examples]]{{task|Data Structures}}
 
Some languages offer direct support for [http://en.wikipedia.org/wiki/Algebraic_data_type algebraic data types] and pattern matching on them. While this of course can always be simulated with manual tagging and conditionals, it allows for terse code which is easy to read, and can represent the algorithm directly.
Anonymous user