Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. pattern BeforeCommonEra :: Integer -> Year

    rio RIO.Time

    Also known as Before Christ. Note that Year 1 = 1 CE, and the previous Year 0 = 1 BCE. CommonEra and BeforeCommonEra form a COMPLETE set.

  2. iso8601DateFormat :: Maybe String -> String

    rio RIO.Time

    Construct format string according to ISO-8601. The Maybe String argument allows to supply an optional time specification. E.g.:

    iso8601DateFormat Nothing            == "%Y-%m-%d"           -- i.e. YYYY-MM-DD
    iso8601DateFormat (Just "%H:%M:%S")  == "%Y-%m-%dT%H:%M:%S"  -- i.e. YYYY-MM-DDTHH:MM:SS
    

  3. rfc822DateFormat :: String

    rio RIO.Time

    Format string according to RFC822.

  4. unsafeFromForeignPtr :: Storable a => ForeignPtr a -> Int -> Int -> Vector a

    rio RIO.Vector.Storable.Unsafe

    No documentation available.

  5. unsafeFromForeignPtr0 :: ForeignPtr a -> Int -> Vector a

    rio RIO.Vector.Storable.Unsafe

    No documentation available.

  6. unsafeToForeignPtr :: Vector a -> (ForeignPtr a, Int, Int)

    rio RIO.Vector.Storable.Unsafe

    No documentation available.

  7. unsafeToForeignPtr0 :: Vector a -> (ForeignPtr a, Int)

    rio RIO.Vector.Storable.Unsafe

    No documentation available.

  8. SDForall :: [String] -> String -> [SimpleDoc] -> SimpleDoc

    shakespeare Text.Hamlet.RT

    No documentation available.

  9. mkMessageFor :: String -> String -> FilePath -> Lang -> Q [Dec]

    shakespeare Text.Shakespeare.I18N

    create RenderMessage instance for an existing data-type

  10. getCheckForProxy :: BrowserAction t Bool

    HTTP Network.Browser

    getCheckForProxy returns the current check-proxy setting. Notice that this may not be equal to True if the session has set it to that via setCheckForProxy and subsequently performed some HTTP protocol interactions. i.e., the flag return represents whether a proxy will be checked for again before any future protocol interactions.

Page 542 of many | Previous | Next