Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unifiedOffset :: (Indexed sh, Checking check) => sh -> Index sh -> Result check Intcomfort-array Data.Array.Comfort.Shape No documentation available.
unifiedSizeOffset :: (Indexed sh, Checking check) => sh -> (Int, Index sh -> Result check Int)comfort-array Data.Array.Comfort.Shape No documentation available.
takeIntSet :: (Indexed sh, Index sh ~ Int, Storable a) => IntSet -> Array sh a -> Array IntSet acomfort-array Data.Array.Comfort.Storable >>> Array.takeIntSet (IntSet.fromList [0,2,4,7,13]) (Array.vectorFromList [3,1,4,1,5,9,2,6,5,3,5,8,9,7,9,3::Word8]) StorableArray... (... [0,2,4,7,13]) [3,4,5,6,7]
-
comfort-array Data.Array.Comfort.Storable >>> Array.takeSet (Set.fromList [0,2,4,7,13]) (Array.vectorFromList [3,1,4,1,5,9,2,6,5,3,5,8,9,7,9,3::Word8]) StorableArray... (... [0,2,4,7,13]) [3,4,5,6,7]
Format_Tz_Offset :: TimeFormatElemhourglass Data.Hourglass timeoffset in minutes
localTimeSetTimezone :: Time t => TimezoneOffset -> LocalTime t -> LocalTime thourglass Data.Hourglass Change the timezone, and adjust the local value to represent the new local value.
timezoneOffset :: Timezone tz => tz -> Inthourglass Data.Hourglass offset in minutes from UTC. valid values should be between -12*60 to +14*60
type family
CollapseTo (h :: k -> Type -> l -> Type) xsop-core Data.SOP Maps products to lists, and sums to identities.
type family
CollapseTo (h :: k -> Type -> l -> Type) xsop-core Data.SOP.Classes Maps products to lists, and sums to identities.
voronoiSet :: Node -> Voronoi b -> [Node]fgl Data.Graph.Inductive.Query.GVD Return the nodes reachable to/from (depending on how the Voronoi was constructed) from the specified root node (if the specified node is not one of the root nodes of the shortest path forest, an empty list will be returned).