Module
Halogen.Hooks.Internal.Types
- Package
- purescript-halogen-hooks
- Repository
- thomashoneyman/purescript-halogen-hooks
#StateValue Source
data StateValue
#toStateValue Source
toStateValue :: forall state. state -> StateValue
#fromStateValue Source
fromStateValue :: forall state. StateValue -> state
#QueryValue Source
data QueryValue t0
#toQueryValue Source
toQueryValue :: forall q a. q a -> QueryValue a
#fromQueryValue Source
fromQueryValue :: forall q a. QueryValue a -> q a
#OutputValue Source
data OutputValue
#toOutputValue Source
toOutputValue :: forall output. output -> OutputValue
#fromOutputValue Source
fromOutputValue :: forall output. OutputValue -> output
#_memoValuesImpl Source
_memoValuesImpl :: forall r. (Record r -> Record r -> Boolean) -> Record r -> MemoValuesImpl
#toMemoValuesImpl Source
toMemoValuesImpl :: forall memos. { eq :: Record memos -> Record memos -> Boolean, memos :: Record memos } -> MemoValuesImpl
#toMemoValue Source
toMemoValue :: forall memo. memo -> MemoValue
#fromMemoValue Source
fromMemoValue :: forall memo. MemoValue -> memo
#toRefValue Source
toRefValue :: forall a. a -> RefValue
#fromRefValue Source
fromRefValue :: forall a. RefValue -> a