• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. (:<>) :: BinOp

    opaleye Opaleye.Internal.HaskellDB.PrimQuery

    No documentation available.

  2. (<<>>) :: Value -> Value -> Value

    sbp SwiftNav.SBP

    No documentation available.

  3. (:<>:) :: Doc s -> Doc s -> Doc s

    symparsec Symparsec.Parser.Common

    append docs next to each other

  4. type family (result :: Bool) ?<>@ (msg :: Symbol) :: ()

    tao Tao

    Flipped, operator version of AssertBool.

  5. type family (msg :: Symbol) @<> (expected :: k) :: (Symbol, k)

    tao Tao

    Pairs an assertion message with an expected type.

  6. type family (msg :: Symbol) @<>? (result :: Bool) :: ()

    tao Tao

    Operator version of AssertBool.

  7. (:<>:) :: ErrorMessage -> ErrorMessage -> ErrorMessage

    typenums Data.TypeLits

    Put two pieces of error message next to each other.

  8. (.<>.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-record Database.Relational.Documentation

    Compare operator corresponding SQL <> .

  9. (.<>.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-schemas Database.Custom.IBMDB2

    Compare operator corresponding SQL <> .

  10. (.<>.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-schemas Database.Custom.MySQL

    Compare operator corresponding SQL <> .

Page 21 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete