nullary-0.1.0.0: A package for working with nullary type classes.
Class.Unsafe
Synopsis
class Unsafe Source
Nullary type class to mark unsafe functions, like unsafePerformIO.
Instances
unsafeUnsafe :: (Unsafe => a) -> a Source
Unsafely ignore Unsafe marker.