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.
foreignRefTableHaskell :: ForeignDef -> !EntityNameHSpersistent-redis Database.Persist.Redis No documentation available.
foreignToPrimary :: ForeignDef -> Boolpersistent-redis Database.Persist.Redis Determines if the reference is towards a Primary Key or not.
formatQuery :: forall q (m :: Type -> Type) . (ToRow q, MonadIO m) => Query -> q -> DBT m ByteStringpg-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.
foreign_key_violation :: ByteStringpostgresql-typed Database.PostgreSQL.Typed.ErrCodes FOREIGN_KEY_VIOLATION: 23503 (Error)
formatValue :: RationalConvertible a => FormatMode -> a -> (a, Maybe Unit)prefix-units Data.Prefix.Units Computes the scaled value and unit for a given value
foreignOptionsToPurescript :: Maybe ForeignOptions -> Textpurescript-bridge Language.PureScript.Bridge.Printer No documentation available.
format :: Element t => String -> (t -> String) -> Matrix t -> Stringqchas 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")
forAllDL :: (DynLogicModel s, Testable a) => DL s () -> (Actions s -> a) -> Propertyquickcheck-dynamic Test.QuickCheck.DynamicLogic No documentation available.
-
quickcheck-dynamic Test.QuickCheck.DynamicLogic No documentation available.
forAllNonVariableQ :: QuantifyConstraints (HasNoVariables a) => Quantification a -> DL s aquickcheck-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.