Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. envOriginHeaders :: Expr Src Import

    dhall Dhall.Import

    Load headers only from the environment (used in tests)

  2. toHeaders :: Expr s a -> [HTTPHeader]

    dhall Dhall.Import

    Given a well-typed (of type `List { header : Text, value Text }` or `List { mapKey : Text, mapValue Text }`) headers expressions in normal form construct the corresponding binary http headers; otherwise return the empty list.

  3. createHeader :: Text -> Header

    dhall Dhall.Parser

    Create a header with stripped leading spaces and trailing newlines

  4. exprAndHeaderFromText :: String -> Text -> Either ParseError (Header, Expr Src Import)

    dhall Dhall.Parser

    Like exprFromText but also returns the leading comments and whitespace (i.e. header) up to the last newline before the code begins In other words, if you have a Dhall file of the form:

    -- Comment 1
    {- Comment -} 2
    
    Then this will preserve Comment 1, but not Comment 2 This is used by dhall-format to preserve leading comments and whitespace

  5. _ListHead :: Parser ()

    dhall Dhall.Parser.Token

    Parse the List/head built-in This corresponds to the List-head rule from the official grammar

  6. getExpressionAndHeader :: Censor -> Input -> IO (Header, Expr Src Import)

    dhall Dhall.Util

    Convenient utility for retrieving an expression along with its header

  7. getExpressionAndHeaderFromStdinText :: Censor -> String -> Text -> IO (Header, Expr Src Import)

    dhall Dhall.Util

    Convenient utility for retrieving an expression along with its header from | text already read from STDIN (so it's not re-read)

  8. InvalidHeader :: ValidationFailure

    foundation Foundation.String

    No documentation available.

  9. RoleColumnHeader :: Role

    gi-atk GI.Atk.Enums

    The header for a column of data

  10. RoleHeader :: Role

    gi-atk GI.Atk.Enums

    An object that serves as a document header. (Since: 1.1.1)

Page 219 of many | Previous | Next