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 343bf5a commit a03a30eCopy full SHA for a03a30e
src/Routing/Duplex.purs
@@ -57,7 +57,7 @@ derive instance functorRouteDuplex :: Functor (RouteDuplex i)
57
instance applyRouteDuplex :: Apply (RouteDuplex i) where
58
apply (RouteDuplex encl decl) (RouteDuplex encr decr) = RouteDuplex (append <$> encl <*> encr) (decl <*> decr)
59
60
-instance applicativeRotueDuplex :: Applicative (RouteDuplex i) where
+instance applicativeRouteDuplex :: Applicative (RouteDuplex i) where
61
pure = RouteDuplex (const mempty) <<< pure
62
63
instance profunctorRouteDuplex :: Profunctor RouteDuplex where
0 commit comments