Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foldMap1 :: forall s a (n :: Nat) . Semigroup s => (a -> s) -> Tree n a -> sral Data.RAVec.Tree No documentation available.
foldr1Map :: forall a b (n :: Nat) . (a -> b -> b) -> (a -> b) -> Tree n a -> bral Data.RAVec.Tree No documentation available.
ifoldMap :: forall m (n :: Nat) a . Monoid m => (Wrd n -> a -> m) -> Tree n a -> mral Data.RAVec.Tree No documentation available.
ifoldMap1 :: forall s (n :: Nat) a . Semigroup s => (Wrd n -> a -> s) -> Tree n a -> sral Data.RAVec.Tree No documentation available.
ifoldr1Map :: forall (n :: Nat) a b . (Wrd n -> a -> b -> b) -> (Wrd n -> a -> b) -> Tree n a -> bral Data.RAVec.Tree No documentation available.
imap :: forall (n :: Nat) a b . (Wrd n -> a -> b) -> Tree n a -> Tree n bral Data.RAVec.Tree >>> imap (,) $ Node (Leaf True) (Leaf False) Node (Leaf (0b0,True)) (Leaf (0b1,False))
foldMap :: forall a (n :: Nat) m . (Monoid m, SNatI n) => (a -> m) -> Tree n a -> mral Data.RAVec.Tree.DF See Foldable.
foldMap1 :: forall s a (n :: Nat) . (Semigroup s, SNatI n) => (a -> s) -> Tree n a -> sral Data.RAVec.Tree.DF See Foldable1.
foldr1Map :: forall a b (n :: Nat) . SNatI n => (a -> b -> b) -> (a -> b) -> Tree n a -> bral Data.RAVec.Tree.DF No documentation available.
ifoldMap :: forall a (n :: Nat) m . (Monoid m, SNatI n) => (Wrd n -> a -> m) -> Tree n a -> mral Data.RAVec.Tree.DF See FoldableWithIndex.