Hoogle Search

Within LTS Haskell 22.23 (ghc-9.6.5)

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

  1. module System.IO.Streams.Vector

    Vector conversions and utilities.

  2. module Linear.Vector

    Operations on free vector spaces.

  3. data () => Vector a

    rio RIO.Prelude.Types

    Boxed vectors, supporting efficient slicing.

  4. module RIO.Vector

    Generic Vector interface. Import as:

    import qualified RIO.Vector as V
    
    This module does not export any partial or unsafe functions. For those, see RIO.Vector.Partial and RIO.Vector.Unsafe

  5. class MVector Mutable v a => Vector (v :: Type -> Type) a

    rio RIO.Vector

    Class of immutable vectors. Every immutable vector is associated with its mutable version through the Mutable type family. Methods of this class should not be used directly. Instead, Data.Vector.Generic and other Data.Vector modules provide safe and fusible wrappers. Minimum complete implementation:

  6. data () => Vector a

    rio RIO.Vector.Boxed

    Boxed vectors, supporting efficient slicing.

  7. data () => Vector a

    rio RIO.Vector.Storable

    Storable-based vectors.

  8. data family Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

  9. class MVector Mutable v a => Vector (v :: Type -> Type) a

    rio RIO.Vector.Unsafe

    Class of immutable vectors. Every immutable vector is associated with its mutable version through the Mutable type family. Methods of this class should not be used directly. Instead, Data.Vector.Generic and other Data.Vector modules provide safe and fusible wrappers. Minimum complete implementation:

  10. module Database.PostgreSQL.Simple.Vector

    query variants returning Vector.

Page 2 of many | Previous | Next