Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. EmptySqlExprValueList :: UnexpectedCaseError

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  2. data SomeValue

    esqueleto Database.Esqueleto.Internal.Internal

    A wrapper type for for any expr (Value a) for all a.

  3. SomeValue :: forall a . SqlExpr (Value a) -> SomeValue

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  4. class ToSomeValues a

    esqueleto Database.Esqueleto.Internal.Internal

    A class of things that can be converted into a list of SomeValue. It has instances for tuples and is the reason why groupBy can take tuples, like groupBy (foo ^. FooId, foo ^. FooName, foo ^. FooType).

  5. data UnexpectedValueError

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  6. entityAsValue :: SqlExpr (Entity val) -> SqlExpr (Value (Entity val))

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  7. entityAsValueMaybe :: SqlExpr (Maybe (Entity val)) -> SqlExpr (Value (Maybe (Entity val)))

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  8. getEntityVal :: Proxy (SqlExpr (Entity a)) -> Proxy a

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  9. toSomeValues :: ToSomeValues a => a -> [SomeValue]

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  10. unValue :: Value a -> a

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

Page 9 of many | Previous | Next