BSD-3-Clause licensed by Peter Trško
Maintained by [email protected]
This version can be pinned in stack with:data-default-instances-vector-0.0.1@sha256:8a78beb491235231802c98fb1a58fea519359be1c9374b9f08d37feed34a385e,1791

Module documentation for 0.0.1

data-default-instances-vector

Hackage Hackage Dependencies Haskell Programming Language BSD3 License

Build

Description

Default instances for types in vector package:

instance Default (Vector a) where
    def = empty

instance Storable a => Default (Storable.Vector a) where
    def = Storable.empty

instance Unbox a => Default (Unboxed.Vector a) where
    def = Unboxed.empty

This package is intended to be used in conjunction with data-default package or directly with data-default-class package.

License

The BSD 3-Clause License, see LICENSE file for details.

Contributions

Contributions, pull requests and bug reports are welcome! Please don’t be afraid to contact author using GitHub or by e-mail.

Changes

ChangeLog / ReleaseNotes

Version 0.0.1