lens-3.5: Lenses, Folds and Traversals

PortabilityRank2Types
Stabilityprovisional
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellUnsafe

Control.Lens.Unsafe

Description

 

Synopsis

Documentation

class Trustworthy f Source

This class is only exported by this untrustworthy module, but is a superclass of Gettable.

This is required because otherwise you could construct unsafeCoerce using EvilBazaar and an illegal Gettable instance that uses undefined.