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