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.
pattern
AddNumTerm :: () => (SupportedPrim t, PEvalNumTerm t) => Term t -> Term t -> Term tgrisette Grisette.SymPrim Pattern synonym for AddNumTerm'. Note that using this pattern to construct a Term will do term simplification.
pattern
MulNumTerm :: () => (SupportedPrim t, PEvalNumTerm t) => Term t -> Term t -> Term tgrisette Grisette.SymPrim Pattern synonym for MulNumTerm'. Note that using this pattern to construct a Term will do term simplification.
pattern
NegNumTerm :: () => (SupportedPrim t, PEvalNumTerm t) => Term t -> Term tgrisette Grisette.SymPrim Pattern synonym for NegNumTerm'. Note that using this pattern to construct a Term will do term simplification.
pattern
SignumNumTerm :: () => (SupportedPrim t, PEvalNumTerm t) => Term t -> Term tgrisette Grisette.SymPrim Pattern synonym for SignumNumTerm'. Note that using this pattern to construct a Term will do term simplification.
filterExactNumArgs :: Int -> [Name] -> [Name]grisette Grisette.TH Filter classes that accepts type constructors with exactly n arguments.
filterLeqNumArgs :: Int -> [Name] -> [Name]grisette Grisette.TH Filter classes that accepts type constructors with at most n arguments.
recentActionShowNumbers :: RecentActionClass self => Attr self Boolgtk3 Graphics.UI.Gtk.ActionMenuToolbar.RecentAction If recent items should be shown with numbers next to them.
spinButtonGetNumeric :: SpinButtonClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Entry.SpinButton Returns whether non-numeric text can be typed into the spin button. See spinButtonSetNumeric.
spinButtonNumeric :: SpinButtonClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Entry.SpinButton Whether non-numeric characters should be ignored. Default value: False
spinButtonSetNumeric :: SpinButtonClass self => self -> Bool -> IO ()gtk3 Graphics.UI.Gtk.Entry.SpinButton Sets the flag that determines if non-numeric text can be typed into the spin button.