Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. (.?|) :: Field SqlJsonb -> Field (SqlArray SqlText) -> Field SqlBool

    opaleye Opaleye.Operators

    Do any of these key/element strings exist?

  2. (.@>) :: Field SqlJsonb -> Field SqlJsonb -> Field SqlBool

    opaleye Opaleye.Operators

    Does the left JSON value contain within it the right value?

  3. (.||) :: Field SqlBool -> Field SqlBool -> Field SqlBool

    opaleye Opaleye.Operators

    Boolean or

  4. (.:) :: Pinchable a => Value TStruct -> Int16 -> Parser a

    pinch Pinch

    Given a field ID and a Value TStruct, get the value stored in the struct under that field ID. The lookup fails if the field is absent or if it's not the same type as expected by this call's context.

  5. (.:?) :: Pinchable a => Value TStruct -> Int16 -> Parser (Maybe a)

    pinch Pinch

    Given a field ID and a Value TStruct, get the optional value stored in the struct under the given field ID. The value returned is Nothing if it was absent or the wrong type. The lookup fails only if the value retrieved fails to unpinch.

  6. (.=) :: Pinchable a => Int16 -> a -> FieldPair

    pinch Pinch

    Construct a FieldPair from a field identifier and a Pinchable value.

  7. (.:) :: Pinchable a => Value TStruct -> Int16 -> Parser a

    pinch Pinch.Internal.Pinchable

    Given a field ID and a Value TStruct, get the value stored in the struct under that field ID. The lookup fails if the field is absent or if it's not the same type as expected by this call's context.

  8. (.:?) :: Pinchable a => Value TStruct -> Int16 -> Parser (Maybe a)

    pinch Pinch.Internal.Pinchable

    Given a field ID and a Value TStruct, get the optional value stored in the struct under the given field ID. The value returned is Nothing if it was absent or the wrong type. The lookup fails only if the value retrieved fails to unpinch.

  9. (.=) :: Pinchable a => Int16 -> a -> FieldPair

    pinch Pinch.Internal.Pinchable

    Construct a FieldPair from a field identifier and a Pinchable value.

  10. (.!) :: FromField a => Record -> Int -> Parser a

    pipes-csv Pipes.Csv

    Alias for index.

Page 74 of many | Previous | Next