Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allSymsS :: AllSyms a => a -> [SomeSym] -> [SomeSym]grisette Grisette.SymPrim Convert a value to a list of symbolic primitive values. It should prepend to an existing list of symbolic primitive values.
allSymsS1 :: (AllSyms1 f, AllSyms a) => f a -> [SomeSym] -> [SomeSym]grisette Grisette.SymPrim Lift the standard allSymsS function to unary type constructors.
allSymsS2 :: (AllSyms2 f, AllSyms a, AllSyms b) => f a b -> [SomeSym] -> [SomeSym]grisette Grisette.SymPrim Lift the standard allSymsS function to binary type constructors.
allSymsSize :: AllSyms a => a -> Intgrisette Grisette.SymPrim Get the total size of symbolic terms in a value. Duplicate sub-terms are counted for only once.
>>> allSymsSize ("a" :: SymInteger, "a" + "b" :: SymInteger, ("a" + "b") * "c" :: SymInteger) 5The 5 terms are a, b, (+ a b), c, and (* (+ a b) c).-
grisette Grisette.TH All the classes that can be derived for GADTs. This includes:
-
grisette Grisette.TH All the classes that can be derived for GADT functors. This includes all the classes in allClasses0 and allClasses1.
-
grisette Grisette.TH All the classes that can be derived for GADT functors. This includes all the classes in allClasses0, allClasses1, and allClasses2.
-
grisette Grisette.TH AllSyms classes that can be derived for GADTs. This includes:
allRecordTypes :: [RecordType]hetzner Hetzner.DNS List with all supported record types.
allJournalCommodities :: Journal -> [CommoditySymbol]hledger-stockquotes Hledger.StockQuotes.Compat Get all declared & inferred commodities of a Journal.