Safe Haskell | None |
---|---|
Language | Haskell2010 |
Copying SassOptions
into native context. This module is internal and
should not be considered stable.
- copyOptionsToNative :: SassOptions -> Ptr SassOptions -> IO ()
- withFunctions :: SassOptions -> Ptr SassOptions -> IO a -> IO a
Documentation
copyOptionsToNative :: SassOptions -> Ptr SassOptions -> IO () Source
Copies SassOptions
to native object, excluding sassFunctions
.
:: SassOptions | Options. |
-> Ptr SassOptions | Native options. |
-> IO a | Action. |
-> IO a | Result |
Copies sassFunctions
to native object, executes action, clears leftovers
(see documentation of makeNativeFunction
) and returns action result.