Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. fromDistinctAscList :: String -> CharSet

    charset Data.CharSet

    No documentation available.

  2. fromList :: String -> CharSet

    charset Data.CharSet

    No documentation available.

  3. toAscList :: CharSet -> String

    charset Data.CharSet

    No documentation available.

  4. toList :: CharSet -> String

    charset Data.CharSet

    No documentation available.

  5. fromList :: [Word8] -> ByteSet

    charset Data.CharSet.ByteSet

    No documentation available.

  6. newtype VecList (n :: Nat) a

    fixed-vector Data.Vector.Fixed

    Type-based vector with statically known length parametrized by GHC's type naturals

  7. VecList :: VecPeano (Peano n) a -> VecList (n :: Nat) a

    fixed-vector Data.Vector.Fixed

    No documentation available.

  8. fromList :: Vector v a => [a] -> v a

    fixed-vector Data.Vector.Fixed

    Create vector form list. Will throw error if list is shorter than resulting vector.

  9. fromList' :: Vector v a => [a] -> v a

    fixed-vector Data.Vector.Fixed

    Create vector form list. Will throw error if list has different length from resulting vector.

  10. fromListM :: Vector v a => [a] -> Maybe (v a)

    fixed-vector Data.Vector.Fixed

    Create vector form list. Will return Nothing if list has different length from resulting vector.

Page 142 of many | Previous | Next