Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
sbvMulNumTerm :: PEvalNumTerm t => SBVType t -> SBVType t -> SBVType tgrisette Grisette.Internal.SymPrim.Prim.Internal.Term No documentation available.
sbvNegNumTerm :: PEvalNumTerm t => SBVType t -> SBVType tgrisette Grisette.Internal.SymPrim.Prim.Internal.Term No documentation available.
sbvSignumNumTerm :: PEvalNumTerm t => SBVType t -> SBVType tgrisette Grisette.Internal.SymPrim.Prim.Internal.Term No documentation available.
signumNumTerm :: PEvalNumTerm a => Term a -> Term agrisette Grisette.Internal.SymPrim.Prim.Internal.Term Construct and internalizing a SignumNumTerm.
withSbvNumTermConstraint :: PEvalNumTerm t => (Num (SBVType t) => r) -> rgrisette Grisette.Internal.SymPrim.Prim.Internal.Term No documentation available.
filterExactNumArgs :: Int -> [Name] -> [Name]grisette Grisette.Internal.TH.Derivation.Derive Filter classes that accepts type constructors with exactly n arguments.
filterLeqNumArgs :: Int -> [Name] -> [Name]grisette Grisette.Internal.TH.Derivation.Derive Filter classes that accepts type constructors with at most n arguments.
classNumParam :: Name -> Q Intgrisette Grisette.Internal.TH.Util Get the number of type parameters of a class.
-
grisette Grisette.Internal.TH.Util Get the number of type parameters of a kind.
pattern
AbsNumTerm :: () => (SupportedPrim t, PEvalNumTerm t) => Term t -> Term tgrisette Grisette.SymPrim Pattern synonym for AbsNumTerm'. Note that using this pattern to construct a Term will do term simplification.