Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. foreignRefTableHaskell :: ForeignDef -> !EntityNameHS

    persistent-redis Database.Persist.Redis

    No documentation available.

  2. foreignToPrimary :: ForeignDef -> Bool

    persistent-redis Database.Persist.Redis

    Determines if the reference is towards a Primary Key or not.

  3. formatQuery :: forall q (m :: Type -> Type) . (ToRow q, MonadIO m) => Query -> q -> DBT m ByteString

    pg-transact Database.PostgreSQL.Transact

    Format a query string. This function is exposed to help with debugging and logging. Do not use it to prepare queries for execution. String parameters are escaped according to the character set in use on the Connection. Throws FormatError if the query string could not be formatted correctly.

  4. foreign_key_violation :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    FOREIGN_KEY_VIOLATION: 23503 (Error)

  5. formatValue :: RationalConvertible a => FormatMode -> a -> (a, Maybe Unit)

    prefix-units Data.Prefix.Units

    Computes the scaled value and unit for a given value

  6. foreignOptionsToPurescript :: Maybe ForeignOptions -> Text

    purescript-bridge Language.PureScript.Bridge.Printer

    No documentation available.

  7. format :: Element t => String -> (t -> String) -> Matrix t -> String

    qchas QC

    Creates a string from a matrix given a separator and a function to show each entry. Using this function the user can easily define any desired display function:

    import Text.Printf(printf)
    
    disp = putStr . format "  " (printf "%.2f")
    

  8. forAllDL :: (DynLogicModel s, Testable a) => DL s () -> (Actions s -> a) -> Property

    quickcheck-dynamic Test.QuickCheck.DynamicLogic

    No documentation available.

  9. forAllMappedDL :: (DynLogicModel s, Testable a) => (rep -> DynLogicTest s) -> (DynLogicTest s -> rep) -> (Actions s -> srep) -> DL s () -> (srep -> a) -> Property

    quickcheck-dynamic Test.QuickCheck.DynamicLogic

    No documentation available.

  10. forAllNonVariableQ :: QuantifyConstraints (HasNoVariables a) => Quantification a -> DL s a

    quickcheck-dynamic Test.QuickCheck.DynamicLogic

    Generate a random value using the given Quantification (or list/tuple of quantifications). Generated values will only shrink to smaller values that could also have been generated.

Page 181 of many | Previous | Next