Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
forAllQ :: Quantifiable q => q -> DL s (Quantifies q)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.
-
quickcheck-dynamic Test.QuickCheck.DynamicLogic No documentation available.
forAllVar :: Typeable a => DL s (Var a)quickcheck-dynamic Test.QuickCheck.DynamicLogic No documentation available.