ADTs in F# and Scala

Posted by anonymous on Stack Overflow See other posts from Stack Overflow or by anonymous
Published on 2010-05-24T04:52:41Z Indexed on 2010/05/24 5:01 UTC
Read the original article Hit count: 391

What are the key differences between ADTs in F# and Scala? Is there anything that F#'s ADTs can do but Scala's ADTs cannot (and vice versa)?

© Stack Overflow or respective owner

Related posts about scala

Related posts about F#