• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. lookupRule :: Eq f => f -> [Rul f] -> Maybe (Cat, SentForm)

    BNFC BNFC.CF

    No documentation available.

  2. lookupAssumptionByIdx :: [StratPerfByIdx] -> Int -> Either String AssetPerf

    Hastructure Assumptions

    No documentation available.

  3. lookupRate :: [RateAssumption] -> Floater -> Date -> Either String IRate

    Hastructure Assumptions

    lookup rate from rate assumption with index

  4. lookupRate0 :: [RateAssumption] -> Index -> Date -> Either String IRate

    Hastructure Assumptions

    No documentation available.

  5. lookupSource :: TsRow -> PoolSource -> Balance

    Hastructure Cashflow

    No documentation available.

  6. lookupSourceM :: Balance -> Maybe TsRow -> PoolSource -> Balance

    Hastructure Cashflow

    No documentation available.

  7. lookupAssetAvailable :: RevolvingPool -> Date -> [AssetUnion]

    Hastructure Revolving

    No documentation available.

  8. lookupIntervalTable :: Ord a => Table a b -> Direction -> (a -> Bool) -> Maybe ((a, b), (a, b))

    Hastructure Types

    No documentation available.

  9. lookupTable :: Ord a => Table a b -> Direction -> (a -> Bool) -> Maybe b

    Hastructure Types

    No documentation available.

  10. lookupAndApplies :: Ord k => (a -> b) -> String -> [k] -> Map k a -> Either String [b]

    Hastructure Util

    No documentation available.

Page 122 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete