Hoogle Search

Within Stackage Nightly 2025-10-09 (ghc-9.12.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. localTimeSetTimezone :: Time t => TimezoneOffset -> LocalTime t -> LocalTime t

    hourglass Data.Hourglass

    Change the timezone, and adjust the local value to represent the new local value.

  2. timezoneOffset :: Timezone tz => tz -> Int

    hourglass Data.Hourglass

    offset in minutes from UTC. valid values should be between -12*60 to +14*60

  3. 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).

  4. data DataInputStreamSetByteOrderMethodInfo

    gi-gio GI.Gio.Objects.DataInputStream

    No documentation available.

  5. data DataInputStreamSetNewlineTypeMethodInfo

    gi-gio GI.Gio.Objects.DataInputStream

    No documentation available.

  6. dataInputStreamSetByteOrder :: (HasCallStack, MonadIO m, IsDataInputStream a) => a -> DataStreamByteOrder -> m ()

    gi-gio GI.Gio.Objects.DataInputStream

    This function sets the byte order for the given stream. All subsequent reads from the stream will be read in the given order.

  7. dataInputStreamSetNewlineType :: (HasCallStack, MonadIO m, IsDataInputStream a) => a -> DataStreamNewlineType -> m ()

    gi-gio GI.Gio.Objects.DataInputStream

    Sets the newline type for the stream. Note that using G_DATA_STREAM_NEWLINE_TYPE_ANY is slightly unsafe. If a read chunk ends in "CR" we must read an additional byte to know if this is "CR" or "CR LF", and this might block if there is no more data available.

  8. data DataOutputStreamSetByteOrderMethodInfo

    gi-gio GI.Gio.Objects.DataOutputStream

    No documentation available.

  9. dataOutputStreamSetByteOrder :: (HasCallStack, MonadIO m, IsDataOutputStream a) => a -> DataStreamByteOrder -> m ()

    gi-gio GI.Gio.Objects.DataOutputStream

    Sets the byte order of the data output stream to order.

  10. ConnectionSetEnv :: ConnStatus

    postgresql-libpq Database.PostgreSQL.LibPQ

    Negotiating environment-driven parameter settings.

Page 101 of many | Previous | Next