[Haskell-cafe] Unifcation and matching in Abelian groups

Bulat Ziganshin bulat.ziganshin at gmail.com
Wed Aug 19 06:36:48 EDT 2009


Hello Neil,

Wednesday, August 19, 2009, 2:16:06 PM, you wrote:

>> main =
>>     do
>>       done <- isEOF
>>       unless done $ do
>>               prob <- getLine
>>               test prob
>>               main

main = untilM isEOF (getLine >>= test)


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list