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. _fHdrVersionNumber :: FontHeader -> !Fixed

    FontyFruity Graphics.Text.TrueType.Internal

    Table version number 0x00010000 for version 1.0.

  2. _maxpnumGlyphs :: MaxpTable -> !Word16

    FontyFruity Graphics.Text.TrueType.Internal

    The number of glyphs in the font.

  3. data EnumMap c

    apecs Apecs.Experimental.Reactive

    Allows you to look up entities by component value. Use e.g. withReactive $ enumLookup True to retrieve a list of entities that have a True component. Based on an IntMap IntSet internally.

  4. enumLookup :: (MonadIO m, Enum c) => c -> EnumMap c -> m [Entity]

    apecs Apecs.Experimental.Reactive

    No documentation available.

  5. characterNumber :: forall (n :: Nat) . DirichletCharacter n -> Integer

    arithmoi Math.NumberTheory.DirichletCharacters

    We have a (non-canonical) enumeration of dirichlet characters.

  6. orZeroToNum :: Num a => (b -> a) -> OrZero b -> a

    arithmoi Math.NumberTheory.DirichletCharacters

    Interpret an OrZero as a number, taking the Zero case to be 0.

  7. symbolToNum :: CubicSymbol -> EisensteinInteger

    arithmoi Math.NumberTheory.Moduli.Cbrt

    Converts a cubic symbol to an Eisenstein Integer.

  8. symbolToNum :: Num a => JacobiSymbol -> a

    arithmoi Math.NumberTheory.Moduli.Sqrt

    Convenience function to convert out of a Jacobi symbol

  9. module Math.NumberTheory.SmoothNumbers

    A smooth number is an number, which can be represented as a product of powers of elements from a given set (smooth basis). E. g., 48 = 3 * 4 * 4 is smooth over a set {3, 4}, and 24 is not.

  10. Enum :: TypeName -> [TypeName] -> Maybe Text -> Vector Text -> Schema

    avro Data.Avro

    No documentation available.

Page 341 of many | Previous | Next