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