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

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.

  1. vecSum :: Curve -> [Integer] -> [Integer] -> [Integer]

    pedersen-commitment VectorPedersen

    Sum of vectors in a curve

  2. ExampleSum :: Example

    perf Perf.Algos

    No documentation available.

  3. ExampleSumFuse :: Example

    perf Perf.Algos

    No documentation available.

  4. PatternSum :: Text -> (Num a => [a] -> a) -> [a] -> ExamplePattern a

    perf Perf.Algos

    No documentation available.

  5. PatternSumFuse :: Text -> (Num a => a -> a) -> a -> ExamplePattern a

    perf Perf.Algos

    No documentation available.

  6. allSums :: Int -> [SumPattern Int]

    perf Perf.Algos

    All the sum algorithms.

  7. statSums :: MonadIO m => Int -> Int -> (Int -> Measure m [a]) -> m (Map Text [a])

    perf Perf.Algos

    Run a sum algorithm measurement.

  8. testSum :: forall a (m :: Type -> Type) . (Semigroup a, MonadIO m) => SumPattern Int -> PerfT m a Int

    perf Perf.Algos

    Convert an SumPattern to a PerfT.

  9. isEntitySum :: EntityDef -> Bool

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  10. isEntitySum :: EntityDef -> Bool

    persistent-redis Database.Persist.Redis

    No documentation available.

Page 222 of many | Previous | Next

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