rel8-internal
Safe HaskellNone
LanguageHaskell2010

Rel8.Internal.Query.Opaleye

Documentation

fromOpaleye :: Select a -> Query a Source #

toOpaleye :: Query a -> Select a Source #

mapOpaleye :: (Select a -> Select b) -> Query a -> Query b Source #

zipOpaleyeWith :: (Select a -> Select b -> Select c) -> Query a -> Query b -> Query c Source #