Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. id_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The id attribute.

  2. identity :: forall (n :: Nat) a . (Num a, KnownNat n) => Matrix n n a

    matrix-static Data.Matrix.Static

    O(rows*cols). Identity matrix

    identitiy @n =
    ( 1 0 0 ... 0 0 )
    ( 0 1 0 ... 0 0 )
    (       ...     )
    ( 0 0 0 ... 1 0 )
    ( 0 0 0 ... 0 1 )
    

  3. id_ :: MisoString -> Attribute action

    miso Miso.Html

    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/id

  4. id_ :: MisoString -> Attribute action

    miso Miso.Html.Property

    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/id

  5. id_ :: MisoString -> Attribute action

    miso Miso.Svg

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/id

  6. ideographic_ :: MisoString -> Attribute action

    miso Miso.Svg

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/ideographic

  7. id_ :: MisoString -> Attribute action

    miso Miso.Svg.Attribute

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/id

  8. ideographic_ :: MisoString -> Attribute action

    miso Miso.Svg.Attribute

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/ideographic

  9. idxDimensions :: IDXData -> Vector Int

    mnist-idx Data.IDX

    Return an unboxed Vector of Int dimensions

  10. idxDoubleContent :: IDXData -> Vector Double

    mnist-idx Data.IDX

    Return contained doubles, if no doubles are contained convert the content to double by using fromIntegral. Data is stored like in a C-array, i.e. the last index changes first.

Page 322 of many | Previous | Next