| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
U.Codebase.Sqlite.Patch.TypeEdit
Documentation
type HashTypeEdit = TypeEdit' Text ComponentHash Source #
Constructors
| Replace (Reference' t h) | |
| Deprecate |
Instances
| Bifoldable TypeEdit' Source # | |
Defined in U.Codebase.Sqlite.Patch.TypeEdit | |
| Bifunctor TypeEdit' Source # | |
| Bitraversable TypeEdit' Source # | |
Defined in U.Codebase.Sqlite.Patch.TypeEdit Methods 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 Methods 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 #