[Haskell] Syntax Q: How do you share RHS's in case expressions!?
MR K P SCHUPKE
k.schupke at imperial.ac.uk
Fri Oct 22 12:33:23 EDT 2004
Previous message:
[Haskell] Haskell implementation of infixr and infixl/priorities
Next message:
[Haskell] Haskell in Trove Software Map
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
you can do: case 4 of n | (n==3) || (n==4) -> 99 Keean..
Previous message:
[Haskell] Haskell implementation of infixr and infixl/priorities
Next message:
[Haskell] Haskell in Trove Software Map
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Haskell mailing list