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. toEnum# :: forall (n :: Nat) . KnownNat n => Int -> Signed n

    clash-prelude Clash.Sized.Internal.Signed

    No documentation available.

  2. enumFrom# :: forall (n :: Nat) . KnownNat n => Unsigned n -> [Unsigned n]

    clash-prelude Clash.Sized.Internal.Unsigned

    No documentation available.

  3. enumFromThen# :: forall (n :: Nat) . KnownNat n => Unsigned n -> Unsigned n -> [Unsigned n]

    clash-prelude Clash.Sized.Internal.Unsigned

    No documentation available.

  4. enumFromThenTo# :: forall (n :: Nat) . KnownNat n => Unsigned n -> Unsigned n -> Unsigned n -> [Unsigned n]

    clash-prelude Clash.Sized.Internal.Unsigned

    No documentation available.

  5. enumFromTo# :: forall (n :: Nat) . KnownNat n => Unsigned n -> Unsigned n -> [Unsigned n]

    clash-prelude Clash.Sized.Internal.Unsigned

    No documentation available.

  6. fromEnum# :: forall (n :: Nat) . KnownNat n => Unsigned n -> Int

    clash-prelude Clash.Sized.Internal.Unsigned

    No documentation available.

  7. toEnum# :: forall (n :: Nat) . KnownNat n => Int -> Unsigned n

    clash-prelude Clash.Sized.Internal.Unsigned

    No documentation available.

  8. enumFromToC :: forall (m :: Type -> Type) a i . (Monad m, Enum a, Ord a) => a -> a -> ConduitT i a m ()

    classy-prelude-conduit ClassyPrelude.Conduit

    Enumerate from a value to a final value, inclusive, via succ. This is generally more efficient than using Prelude's enumFromTo and combining with sourceList since this avoids any intermediate data structures.

  9. catalanNumber :: Integer -> Integer

    combinatorial Combinatorics

    catalanNumber n computes the number of binary trees with n nodes.

  10. catalanNumbers :: Num a => [a]

    combinatorial Combinatorics

    Compute the sequence of Catalan numbers by recurrence identity. It is catalanNumbers !! n == catalanNumber n

    equalFuncList Comb.catalanNumber Comb.catalanNumbers 1000
    

Page 379 of many | Previous | Next