4 Dec
2007
4 Dec
'07
11:02 p.m.
On 12/4/07, Roberto Zunino <zunino@di.unipi.it> wrote:
server text | Just xs <- parse text = let x | "field1" `elem` xs = error "... do one thing ..." | "field2" `elem` xs = error "... do something else ..." in x server _ = error "... invalid request ..."
Not the same fallthrough properties. You'd have to clone the "server _" clause into the x clause. -- Taral <taralx@gmail.com> "Please let me know if there's any further trouble I can give you." -- Unknown