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 230c2f5 commit a96ffdfCopy full SHA for a96ffdf
src/Reflex/Query/Class.hs
@@ -145,6 +145,6 @@ queryDyn q = do
145
tellQueryDyn q
146
zipDynWith crop q <$> askQueryResult
147
148
--- | use a query morphism to operate on a smaller version of a query.
+-- | Use a query morphism to operate on a smaller version of a query.
149
subQuery :: (Reflex t, MonadQuery t q2 m, Monad m) => QueryMorphism q1 q2 -> Dynamic t q1 -> m (Dynamic t (QueryResult q1))
150
subQuery (QueryMorphism f g) x = fmap g <$> queryDyn (fmap f x)
0 commit comments