Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

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

    lucid2 Lucid.Html5

    form element or form attribute

  2. formaction_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The formaction attribute.

  3. formenctype_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The formenctype attribute.

  4. formmethod_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The formmethod attribute.

  5. formnovalidate_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The formnovalidate attribute.

  6. formtarget_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The formtarget attribute.

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

  8. formatAmazonDate :: UTCTime -> ByteString

    mime-mail-ses Network.Mail.Mime.SES.Internal

    No documentation available.

  9. formatAmazonTime :: UTCTime -> ByteString

    mime-mail-ses Network.Mail.Mime.SES.Internal

    No documentation available.

  10. forkJSM :: JSM () -> JSM ()

    miso Miso.FFI

    Run given JSM action asynchronously, in a separate thread.

Page 174 of many | Previous | Next