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.
-
ral Data.RAVec.Tree.DF There is no type-class for this :(
ifoldr1Map :: forall (n :: Nat) a b . (Wrd n -> a -> b -> b) -> (Wrd n -> a -> b) -> Tree n a -> bral Data.RAVec.Tree.DF No documentation available.
imap :: forall (n :: Nat) a b . SNatI n => (Wrd n -> a -> b) -> Tree n a -> Tree n bral Data.RAVec.Tree.DF >>> let t = Node (Node (Leaf 'a') (Leaf 'b')) (Node (Leaf 'c') (Leaf 'd')) >>> imap (,) t Node (Node (Leaf (0b00,'a')) (Leaf (0b01,'b'))) (Node (Leaf (0b10,'c')) (Leaf (0b11,'d')))
filterMap :: (a -> Maybe b) -> b -> Signal a -> Signal bramus Ramus.Signal Map a signal over a function which returns a Maybe, yielding only the |values inside Justs, dropping the Nothings.
-
This is simply a specialization of Data.RangeSet.Map to Int. The implementation of RIntSet is based on Data.IntMap.Strict.
-
rattletrap Rattletrap.Type.Attribute No documentation available.
module Rattletrap.Type.
AttributeMapping No documentation available.
-
rattletrap Rattletrap.Type.AttributeMapping No documentation available.
AttributeMapping :: U32 -> U32 -> AttributeMappingrattletrap Rattletrap.Type.AttributeMapping No documentation available.
attributeMappings :: Cache -> List AttributeMappingrattletrap Rattletrap.Type.Cache No documentation available.