We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad2a27 commit 412c88aCopy full SHA for 412c88a
src/Effect/AVar.purs
@@ -28,6 +28,8 @@ type AVarCallback a = (Either Error a → Effect Unit)
28
29
foreign import data AVar ∷ Type → Type
30
31
+type role AVar representational
32
+
33
data AVarStatus a
34
= Killed Error
35
| Filled a
0 commit comments