2011/12/8 Asger Feldthaus <[email protected]>: > Haskell doesn't seem to support disjunctive patterns, and I'm having a > difficult time writing good Haskell code in situations that would otherwise > call for that type of pattern.
I've also missed this after having done a bit of OCaml coding. Perhaps if a good syntax can be found (since | is already taken) it could be added as an extension to GHC. David _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
