• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. sass_make_number :: CDouble -> CString -> IO (Ptr SassValue)

    hlibsass Bindings.Libsass.Values

    No documentation available.

  2. sass_number_get_unit :: Ptr SassValue -> IO CString

    hlibsass Bindings.Libsass.Values

    No documentation available.

  3. sass_number_get_value :: Ptr SassValue -> IO CDouble

    hlibsass Bindings.Libsass.Values

    No documentation available.

  4. sass_number_set_unit :: Ptr SassValue -> CString -> IO ()

    hlibsass Bindings.Libsass.Values

    No documentation available.

  5. sass_number_set_value :: Ptr SassValue -> CDouble -> IO ()

    hlibsass Bindings.Libsass.Values

    No documentation available.

  6. sass_value_is_number :: Ptr SassValue -> IO Bool

    hlibsass Bindings.Libsass.Values

    No documentation available.

  7. enum_to_word16 :: Enum e => e -> Word16

    hosc Sound.Osc.Coding.Convert

    Type-specialised fromIntegral of fromEnum.

  8. enum_to_word8 :: Enum e => e -> Word8

    hosc Sound.Osc.Coding.Convert

    Type-specialised fromIntegral of fromEnum.

  9. word16_to_enum :: Enum e => Word16 -> e

    hosc Sound.Osc.Coding.Convert

    Type-specialised toEnum of fromIntegral

  10. word8_to_enum :: Enum e => Word8 -> e

    hosc Sound.Osc.Coding.Convert

    Type-specialised toEnum of fromIntegral

Page 407 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete