File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import Data.Symbol (class IsSymbol, SProxy(SProxy))
16
16
import Effect (Effect )
17
17
import Effect.Uncurried (EffectFn1 , mkEffectFn1 )
18
18
import Prim.Row as Row
19
- import Prim.RowList (kind RowList , class RowToList , Cons , Nil )
19
+ import Prim.RowList (class RowToList , RowList , Cons , Nil )
20
20
import Record (delete , get , insert )
21
21
import Type.Data.RowList (RLProxy (..))
22
22
@@ -79,7 +79,7 @@ handler_ = mkEffectFn1 <<< const
79
79
syntheticEvent :: EventFn SyntheticEvent SyntheticEvent
80
80
syntheticEvent = identity
81
81
82
- class Merge (rl :: RowList ) fns a r | rl -> fns , rl a -> r where
82
+ class Merge (rl :: RowList Type ) fns a r | rl -> fns , rl a -> r where
83
83
mergeImpl :: RLProxy rl -> Record fns -> EventFn a (Record r )
84
84
85
85
instance mergeNil :: Merge Nil () a () where
You can’t perform that action at this time.
0 commit comments