Hoogle Search
Within Stackage Nightly 2025-09-30 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setLabel :: a -> TreePos Full a -> TreePos Full arosezipper Data.Tree.Zipper Change the label at the current node.
setTree :: Tree a -> TreePos Full a -> TreePos Full arosezipper Data.Tree.Zipper Change the current tree.
setL :: Lens a b -> b -> a -> atime-lens Data.Time.Lens Get the setter function from a lens
setVerbosity :: HasVerbosity s => Verbosity -> s -> sverbosity Data.Verbosity.Class Specialization of verbosity lens in to setter function.
setAt :: [a] -> Int -> a -> [a]yjtools Data.List.Tools No documentation available.
memset :: Ptr Word8 -> Word8 -> CSize -> IO (Ptr Word8)bytestring Data.ByteString.Internal Deprecated: Use Foreign.Marshal.Utils.fillBytes instead
reverseTopSort :: Graph -> [Vertex]containers Data.Graph fromSet :: (Key -> a) -> IntSet -> IntMap acontainers Data.IntMap.Internal Build a map from a set of keys and a function which for each key computes its value.
fromSet (\k -> replicate k 'a') (Data.IntSet.fromList [3, 5]) == fromList [(5,"aaaaa"), (3,"aaa")] fromSet undefined Data.IntSet.empty == empty
-
containers Data.IntMap.Internal The set of all keys of the map.
keysSet (fromList [(5,"a"), (3,"b")]) == Data.IntSet.fromList [3,5] keysSet empty == Data.IntSet.empty
fromSet :: (Key -> a) -> IntSet -> IntMap acontainers Data.IntMap.Lazy Build a map from a set of keys and a function which for each key computes its value.
fromSet (\k -> replicate k 'a') (Data.IntSet.fromList [3, 5]) == fromList [(5,"aaaaa"), (3,"aaa")] fromSet undefined Data.IntSet.empty == empty