@@ -136,16 +136,45 @@ import Data.Monoid (class Monoid, class Semigroup, mempty, (<>))
136
136
import Effect (Effect )
137
137
138
138
foreign import data EffectFn1 :: Type -> Type -> Type
139
+
140
+ type role EffectFn1 representational representational
141
+
139
142
foreign import data EffectFn2 :: Type -> Type -> Type -> Type
143
+
144
+ type role EffectFn2 representational representational representational
145
+
140
146
foreign import data EffectFn3 :: Type -> Type -> Type -> Type -> Type
147
+
148
+ type role EffectFn3 representational representational representational representational
149
+
141
150
foreign import data EffectFn4 :: Type -> Type -> Type -> Type -> Type -> Type
151
+
152
+ type role EffectFn4 representational representational representational representational representational
153
+
142
154
foreign import data EffectFn5 :: Type -> Type -> Type -> Type -> Type -> Type -> Type
155
+
156
+ type role EffectFn5 representational representational representational representational representational representational
157
+
143
158
foreign import data EffectFn6 :: Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type
159
+
160
+ type role EffectFn6 representational representational representational representational representational representational representational
161
+
144
162
foreign import data EffectFn7 :: Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type
163
+
164
+ type role EffectFn7 representational representational representational representational representational representational representational representational
165
+
145
166
foreign import data EffectFn8 :: Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type
167
+
168
+ type role EffectFn8 representational representational representational representational representational representational representational representational representational
169
+
146
170
foreign import data EffectFn9 :: Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type
171
+
172
+ type role EffectFn9 representational representational representational representational representational representational representational representational representational representational
173
+
147
174
foreign import data EffectFn10 :: Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type -> Type
148
175
176
+ type role EffectFn10 representational representational representational representational representational representational representational representational representational representational representational
177
+
149
178
foreign import mkEffectFn1 :: forall a r .
150
179
(a -> Effect r ) -> EffectFn1 a r
151
180
foreign import mkEffectFn2 :: forall a b r .
0 commit comments