Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. formatDoc :: TextDocumentIdentifier -> FormattingOptions -> Session ()

    lsp-test Language.LSP.Test

    Applies formatting to the specified document.

  2. formatRange :: TextDocumentIdentifier -> FormattingOptions -> Range -> Session ()

    lsp-test Language.LSP.Test

    Applies formatting to the specified range in a document.

  3. for_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The for attribute.

  4. form_ :: Term arg result => arg -> result

    lucid2 Lucid.Html5

    form element or form attribute

  5. formaction_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The formaction attribute.

  6. formenctype_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The formenctype attribute.

  7. formmethod_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The formmethod attribute.

  8. formnovalidate_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The formnovalidate attribute.

  9. formtarget_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The formtarget attribute.

  10. forceMatrix :: forall (m :: Nat) (n :: Nat) a . Matrix m n a -> Matrix m n a

    matrix-static Data.Matrix.Static

    O(rows*cols). Similar to force. It copies the matrix content dropping any extra memory. Useful when using submatrix from a big matrix.

Page 174 of many | Previous | Next