can anyone tell me how to send values from one action
to another???

I have 

main0 = do s <- getLine
          writeFile "text.txt" s

main1 = do ....

I'd like to use main0 info on main1 action to build a 
nXm multisquares box... anyone understood this????
please help...

       

__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to