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.
formatDoc :: TextDocumentIdentifier -> FormattingOptions -> Session ()lsp-test Language.LSP.Test Applies formatting to the specified document.
formatRange :: TextDocumentIdentifier -> FormattingOptions -> Range -> Session ()lsp-test Language.LSP.Test Applies formatting to the specified range in a document.
-
lucid2 Lucid.Html5 The for attribute.
form_ :: Term arg result => arg -> resultlucid2 Lucid.Html5 form element or form attribute
formaction_ :: Text -> Attributeslucid2 Lucid.Html5 The formaction attribute.
formenctype_ :: Text -> Attributeslucid2 Lucid.Html5 The formenctype attribute.
formmethod_ :: Text -> Attributeslucid2 Lucid.Html5 The formmethod attribute.
formnovalidate_ :: Text -> Attributeslucid2 Lucid.Html5 The formnovalidate attribute.
formtarget_ :: Text -> Attributeslucid2 Lucid.Html5 The formtarget attribute.
forceMatrix :: forall (m :: Nat) (n :: Nat) a . Matrix m n a -> Matrix m n amatrix-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.