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.
id_ :: MisoString -> Attribute actionmiso Miso.Html.Property https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/id
id_ :: MisoString -> Attribute actionmiso Miso.Svg https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/id
ideographic_ :: MisoString -> Attribute actionmiso Miso.Svg https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/ideographic
id_ :: MisoString -> Attribute actionmiso Miso.Svg.Attribute https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/id
ideographic_ :: MisoString -> Attribute actionmiso Miso.Svg.Attribute https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/ideographic
idxDimensions :: IDXData -> Vector Intmnist-idx Data.IDX Return an unboxed Vector of Int dimensions
idxDoubleContent :: IDXData -> Vector Doublemnist-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.
idxIntContent :: IDXData -> Vector Intmnist-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.
idxType :: IDXData -> IDXContentTypemnist-idx Data.IDX Return the what type the data is stored in
idxDimensions :: IDXData -> Vector Intmnist-idx Data.IDX.Internal Return an unboxed Vector of Int dimensions