[Sebastian Schulz <[EMAIL PROTECTED]>]
> hi.
> 
> I need to extract an IO String to String.
> Remembering some  function like 'performUnsafeIO :: IO a -> a', I searched the hugs 
>libs, 
> but without a match.
> 
> Does a function like this still exists? Or how can I transform IO a to a?
> 

it's called "unsafePerformIO", but i'm forced to ask: are you really
sure it's what you want? ;)

what are you trying to do? 

matt

-- 
matt hellige                  [EMAIL PROTECTED]
http://matt.immute.net

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

Reply via email to