Hi Alfonso,

Reading the sources of Lava (a Haskell Hardware Description DSL) I run
into this definition ...


unsafeCoerce :: a -> b

Is this actually equivalent to the infamous unsafeCoerce# ?

Yes, see the comment in the haddock documentation for unsafePerformIO:

http://haskell.org/ghc/docs/latest/html/libraries/base/Foreign.html#v%3AunsafePerformIO

Thanks

Neil
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to