Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapEventWriterT :: (forall x . () => m x -> n x) -> EventWriterT t w m a -> EventWriterT t w n areflex Reflex.EventWriter.Base Change the monad underlying an EventWriterT
-
reflex Reflex.PostBuild.Base No documentation available.
-
reflex Reflex.PostBuild.Base No documentation available.
mapQuery :: QueryMorphism q q' -> q -> q'reflex Reflex.Query.Base Apply a QueryMorphism to a Query
mapQueryResult :: QueryMorphism q q' -> QueryResult q' -> QueryResult qreflex Reflex.Query.Base Map a QueryMorphism to a QueryResult
mapQueryT :: (forall b . () => m b -> n b) -> QueryT t q m a -> QueryT t q n areflex Reflex.Query.Base Maps a function over a QueryT that can change the underlying monad
mapQuery :: QueryMorphism q q' -> q -> q'reflex Reflex.Query.Class Apply a QueryMorphism to a Query
mapQueryResult :: QueryMorphism q q' -> QueryResult q' -> QueryResult qreflex Reflex.Query.Class Map a QueryMorphism to a QueryResult
-
reflex Reflex.Spider.Internal No documentation available.
-
reflex Reflex.Workflow Map a function over a Workflow, possibly changing the return type.