Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. unboundedSyntax :: IsSql2003WindowFrameBoundSyntax bound => bound

    beam-core Database.Beam.Backend.SQL.SQL2003

    No documentation available.

  2. unbounded_ :: BeamSql2003ExpressionBackend be => QFrameBound be

    beam-core Database.Beam.Query

    No documentation available.

  3. fromBounded :: forall (n :: Nat) . Nat n -> Builder n -> Builder

    bytebuild Data.Bytes.Builder

    Convert a bounded builder to an unbounded one. If the size is a constant, use Arithmetic.Nat.constant as the first argument to let GHC conjure up this value for you.

  4. class ToBoundedBuilder a

    bytebuild Data.Bytes.Builder.Bounded.Class

    Variant of To that can be encoded as a builder. Human-readable encodings are used when possible. For example, numbers are encoded an ascii-encoded decimal characters. UTF-8 is preferred for textual types. For types that represent arbitrary bytes (e.g. Bytes, ByteString), the bytes are preserved. The goal of this typeclass is to reduce the size of builders produced by quasiquotation.

  5. toBounded :: Type -> Type

    express Data.Express.Utils.TH

    Binds all unbound variables using a ForallT constructor. (cf. unboundVars)

  6. toBoundedQ :: TypeQ -> TypeQ

    express Data.Express.Utils.TH

    Same as toBounded but lifted over Q

  7. class GBounded (f :: Type -> Type)

    generic-data Generic.Data

    Generic representation of Bounded types.

  8. class GBounded (f :: Type -> Type)

    generic-data Generic.Data.Internal.Enum

    Generic representation of Bounded types.

  9. textGetBoundedRanges :: (HasCallStack, MonadIO m, IsText a) => a -> TextRectangle -> CoordType -> TextClipType -> TextClipType -> m [TextRange]

    gi-atk GI.Atk.Interfaces.Text

    Get the ranges of text in the specified bounding box. Since: 1.3

  10. arbitraryBoundedEnum :: (Bounded a, Enum a) => Gen a

    massiv-test Test.Massiv.Utils

    Generates an element of a bounded enumeration.

Page 28 of many | Previous | Next