Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data Entry causal text Source #
Entry | |
|
Instances
Bifoldable Entry Source # | |
Bifunctor Entry Source # | |
Bitraversable Entry Source # | |
Defined in U.Codebase.Reflog bitraverse :: Applicative f => (a -> f c) -> (b -> f d) -> Entry a b -> f (Entry c d) # | |
Functor (Entry causal) Source # | |