Algebraic datatypes are built and unpacked with constructors.
  Pattern matching is just a way to use these constructors.

  This is distinct from the kind of unification/validation that
  happens in logic languages like Prolog. There is no special list
  constructor for when the first two items are equal.

--
Jason Dusek
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to