Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. id_ :: MisoString -> Attribute action

    miso Miso.Html.Property

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

  2. id_ :: MisoString -> Attribute action

    miso Miso.Svg

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

  3. ideographic_ :: MisoString -> Attribute action

    miso Miso.Svg

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

  4. id_ :: MisoString -> Attribute action

    miso Miso.Svg.Attribute

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

  5. ideographic_ :: MisoString -> Attribute action

    miso Miso.Svg.Attribute

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

  6. idxDimensions :: IDXData -> Vector Int

    mnist-idx Data.IDX

    Return an unboxed Vector of Int dimensions

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

  8. idxIntContent :: IDXData -> Vector Int

    mnist-idx Data.IDX

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

  9. idxType :: IDXData -> IDXContentType

    mnist-idx Data.IDX

    Return the what type the data is stored in

  10. idxDimensions :: IDXData -> Vector Int

    mnist-idx Data.IDX.Internal

    Return an unboxed Vector of Int dimensions

Page 323 of many | Previous | Next