We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c85104 commit be0133cCopy full SHA for be0133c
src/React/Basic/Hooks/Internal.purs
@@ -191,6 +191,6 @@ type HookApply hooks (newHook :: Type -> Type)
191
--| order they appear when actually used in do-notation.
192
--| ```purescript
193
--| type UseCustomHook hooks = UseEffect String (UseState Int hooks)
194
---| type UseCustomHook' = UseState Int & UseEffect String
+--| type UseCustomHook' hooks = hooks & UseState Int & UseEffect String
195
--| ```
196
infixl 0 type HookApply as &
0 commit comments