Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type HashTypeEdit = TypeEdit' Text ComponentHash Source #
Replace (Reference' t h) | |
Deprecate |
Instances
Bifoldable TypeEdit' Source # | |
Bifunctor TypeEdit' Source # | |
Bitraversable TypeEdit' Source # | |
Defined in U.Codebase.Sqlite.Patch.TypeEdit bitraverse :: Applicative f => (a -> f c) -> (b -> f d) -> TypeEdit' a b -> f (TypeEdit' c d) # | |
Functor (TypeEdit' t) Source # | |
(Show t, Show h) => Show (TypeEdit' t h) Source # | |
(Eq t, Eq h) => Eq (TypeEdit' t h) Source # | |
(Ord t, Ord h) => Ord (TypeEdit' t h) Source # | |
Defined in U.Codebase.Sqlite.Patch.TypeEdit compare :: TypeEdit' t h -> TypeEdit' t h -> Ordering # (<) :: TypeEdit' t h -> TypeEdit' t h -> Bool # (<=) :: TypeEdit' t h -> TypeEdit' t h -> Bool # (>) :: TypeEdit' t h -> TypeEdit' t h -> Bool # (>=) :: TypeEdit' t h -> TypeEdit' t h -> Bool # |
_Replace :: Prism (TypeEdit' t h) (TypeEdit' t' h') (Reference' t h) (Reference' t' h') Source #