Control.Isomorphism.Partial.Unsafe
data Iso alpha beta Source #
Constructors
Defined in Control.Isomorphism.Partial.Prim
Methods
id :: Iso a a #
(.) :: Iso b c -> Iso a b -> Iso a c #