Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allSymsSize :: AllSyms a => a -> Int

    grisette 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)
    5
    
    The 5 terms are a, b, (+ a b), c, and (* (+ a b) c).

  2. allClasses0 :: [Name]

    grisette Grisette.TH

    All the classes that can be derived for GADTs. This includes:

  3. allClasses01 :: [Name]

    grisette Grisette.TH

    All the classes that can be derived for GADT functors. This includes all the classes in allClasses0 and allClasses1.

  4. allClasses012 :: [Name]

    grisette Grisette.TH

    All the classes that can be derived for GADT functors. This includes all the classes in allClasses0, allClasses1, and allClasses2.

  5. allSymsClasses :: [Name]

    grisette Grisette.TH

    AllSyms classes that can be derived for GADTs. This includes:

  6. allRecordTypes :: [RecordType]

    hetzner Hetzner.DNS

    List with all supported record types.

  7. allJournalCommodities :: Journal -> [CommoditySymbol]

    hledger-stockquotes Hledger.StockQuotes.Compat

    Get all declared & inferred commodities of a Journal.

  8. allow_ :: WebOpts -> !AccessLevel

    hledger-web Hledger.Web.WebOptions

    No documentation available.

  9. allExcess0 :: AllExcess0 a => a -> Int

    hw-bits HaskellWorks.Data.Bits.AllExcess.AllExcess0

    Number of 0-bits minues the number of 1-bits.

  10. allExcess1 :: AllExcess1 a => a -> Int

    hw-bits HaskellWorks.Data.Bits.AllExcess.AllExcess1

    Number of 1-bits minues the number of 0-bits.

Page 136 of many | Previous | Next