Re: [racket-users] Case vs. Match

2016-06-03 Thread Gerald Pipes
> On Jun 3, 2016, at 10:10 AM, Gerald Pipes > > wrote: > > > > I have been recently using match a lot and I was wondering what was the > > main benefit of using case instead of match? It seems as though match has > > the distribution on a single val-exp excep

[racket-users] Case vs. Match

2016-06-03 Thread Gerald Pipes
I have been recently using match a lot and I was wondering what was the main benefit of using case instead of match? It seems as though match has the distribution on a single val-exp except match allows for the pattern matching and case just uses equal?. -- You received this message because