nullary-0.1.0.0: A package for working with nullary type classes.

Safe HaskellNone
LanguageHaskell2010

Type.Class.Unsafe

Synopsis

Documentation

class Unsafe Source

Nullary type class to mark unsafe functions, like unsafePerformIO.

Instances

Tag UnsafeTag => Unsafe Source 

unsafeUnsafe :: (Unsafe => a) -> a Source

Unsafely ignore Unsafe marker.