File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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))
1616import Effect (Effect )
1717import Effect.Uncurried (EffectFn1 , mkEffectFn1 )
1818import Prim.Row as Row
19- import Prim.RowList (kind RowList , class RowToList , Cons , Nil )
19+ import Prim.RowList (class RowToList , RowList , Cons , Nil )
2020import Record (delete , get , insert )
2121import Type.Data.RowList (RLProxy (..))
2222
@@ -79,7 +79,7 @@ handler_ = mkEffectFn1 <<< const
7979syntheticEvent :: EventFn SyntheticEvent SyntheticEvent
8080syntheticEvent = identity
8181
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
8383 mergeImpl :: RLProxy rl -> Record fns -> EventFn a (Record r )
8484
8585instance mergeNil :: Merge Nil () a () where
You can’t perform that action at this time.
0 commit comments