Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
grisette Grisette.SymPrim Extract all symbolic primitive values that are represented as SMT terms.
>>> allSyms (["a" + 1 :: SymInteger, -"b"], "c" :: SymBool) [(+ 1 a),(- b),c]
This is usually used for getting a statistical summary of the size of a symbolic value with allSymsSize. Note: This type class can be derived for algebraic data types. You may need the DerivingVia and DerivingStrategies extenstions.data X = ... deriving Generic deriving AllSyms via (Default X)
data family
AllSymsArgs arity agrisette Grisette.SymPrim The arguments to the generic AllSyms function.
-
gtk3 Graphics.UI.Gtk.Abstract.Widget No documentation available.
-
gtk3 Graphics.UI.Gtk.Abstract.Widget Allocation
- For Widget's sizeAllocate signal. The x and y values of the rectangle refer to the widgets position relative to its parent window.
-
gtk3 Graphics.UI.Gtk.General.Enums No documentation available.
module HaskellWorks.Data.Bits.
AllExcess No documentation available.
module HaskellWorks.Data.Bits.AllExcess.
AllExcess0 No documentation available.
-
hw-bits HaskellWorks.Data.Bits.AllExcess.AllExcess0 No documentation available.
module HaskellWorks.Data.Bits.AllExcess.
AllExcess1 No documentation available.
-
hw-bits HaskellWorks.Data.Bits.AllExcess.AllExcess1 No documentation available.