| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unison.Merge.Internal.Types
Description
Internal types module to house types that would require mutual recursion at the module level if defined separately
Documentation
Instances
| Generic (GThreeWay a b) Source # | |
| type Rep (GThreeWay a b) Source # | |
Defined in Unison.Merge.Internal.Types type Rep (GThreeWay a b) = D1 ('MetaData "GThreeWay" "Unison.Merge.Internal.Types" "unison-merge-0.0.0-1HFOE3PxHHL9TQ82hhmKgm" 'False) (C1 ('MetaCons "GThreeWay" 'PrefixI 'True) (S1 ('MetaSel ('Just "lca") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a) :*: (S1 ('MetaSel ('Just "alice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 b) :*: S1 ('MetaSel ('Just "bob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 b)))) | |
Instances
data TwoOrThreeWay a Source #
Constructors
| TwoOrThreeWay | |