[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


you can do:

	case 4 of n
		| (n==3) || (n==4) -> 99

Keean..


More information about the Haskell mailing list