Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-vector-builder | Distribution: SUSE Linux Enterprise 15 SP3 |
Version: 0.3.8 | Vendor: openSUSE |
Release: bp153.1.20 | Build date: Mon Apr 12 12:12:19 2021 |
Group: Unspecified | Build host: obs-arm-9 |
Size: 71370 | Source RPM: ghc-vector-builder-0.3.8-bp153.1.20.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/vector-builder | |
Summary: Vector builder |
An API for efficient and convenient construction of vectors. It provides the composable `Builder` abstraction, which has instances of the `Monoid` and `Semigroup` classes. [Usage] First you use the `Builder` abstraction to specify the structure of the vector. Then you execute the builder to actually produce the vector. [Example] The following code shows how you can efficiently concatenate different datastructures into a single immutable vector: > >import qualified Data.Vector as A >import qualified VectorBuilder.Builder as B >import qualified VectorBuilder.Vector as C > > >myVector :: A.Vector a -> [a] -> a -> A.Vector a >myVector vector list element = > C.build builder > where > builder = > B.vector vector <> > B.foldable list <> > B.singleton element.
MIT
* Fri Nov 08 2019 Peter Simons <psimons@suse.com> - Drop obsolete group attributes. * Sun Sep 29 2019 psimons@suse.com - Update vector-builder to version 0.3.8. Upstream does not provide a change log file. * Thu Feb 07 2019 psimons@suse.com - Update vector-builder to version 0.3.7.2. Upstream does not provide a change log file. * Sat Oct 20 2018 Peter Simons <psimons@suse.com> - Use https URL to refer to bugs.opensuse.org. * Fri Aug 17 2018 psimons@suse.com - Update vector-builder to version 0.3.6. Upstream does not provide a change log file. * Fri Jul 20 2018 psimons@suse.com - Add vector-builder at version 0.3.4.1.
/usr/lib64/ghc-8.10.4/vector-builder-0.3.8 /usr/lib64/ghc-8.10.4/vector-builder-0.3.8/libHSvector-builder-0.3.8-6LBrwJUdNT4KO4OPctDXfX-ghc8.10.4.so /usr/share/licenses/ghc-vector-builder /usr/share/licenses/ghc-vector-builder/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:54:43 2024