Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
keysTSet :: TMap c a -> TSet ctrie-simple Data.Trie.Map No documentation available.
-
trie-simple Data.Trie.Set No documentation available.
fromSet :: Eq c => Set [c] -> TSet ctrie-simple Data.Trie.Set No documentation available.
-
trie-simple Data.Trie.Set No documentation available.
-
trie-simple Data.Trie.Set.Internal No documentation available.
TSet :: Node c (TSet c) -> TSet ctrie-simple Data.Trie.Set.Internal No documentation available.
foldTSet :: (Node c r -> r) -> TSet c -> rtrie-simple Data.Trie.Set.Internal No documentation available.
paraTSet :: (Node c (TSet c, r) -> r) -> TSet c -> rtrie-simple Data.Trie.Set.Internal No documentation available.
reverseT :: ReverseT s t => s -> ttuple-sop Data.Tuple.Ops Reverses the order of elements in an n-ary tuple
>>> reverseT (1,2,3,4) (4,3,2,1)
atEarliestOffset :: TZTime -> TZTimetztime Data.Time.TZTime If this local time happens to be on an overlap, switch to the earliest of the two offsets.
>>> atEarliestOffset [tz|2022-11-06 01:30:00 -06:00 [America/Winnipeg]|] 2022-11-06 01:30:00 -05:00 [America/Winnipeg]