SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-streams rpm build for : openSUSE Leap 15. For other distributions click ghc-streams.

Name : ghc-streams
Version : 3.3 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : lp150.4.8 Date : 2018-07-11 21:07:42
Group : Development/Libraries/Haskell Source RPM : ghc-streams-3.3-lp150.4.8.src.rpm
Size : 0.58 MB
Packager : (none)
Summary : Various Haskell 2010 stream comonads
Description :
Various Haskell 2010 stream comonads. * \"Data.Stream.Future\" provides a
coinductive anti-causal stream, or non-empty \'ZipList\'. The comonad provides
access to only the tail of the stream. Like a conventional \'ZipList\', this is
/not/ a monad.

> data Future a = Last a | a :< Future a

* \"Data.Stream.Future.Skew\" provides a non-empty skew-binary random-access-list
with the semantics of \'Data.Stream.Future\'. As with \"Data.Stream.Future\" this
stream is not a \'Monad\', since the \'Applicative\' instance zips streams of
potentially differing lengths. The random-access-list structure provides a
number of operations logarithmic access time, but makes
\'Data.Stream.Future.Skew.cons\' less productive. Where applicable
\"Data.Stream.Infinite.Skew\" may be more efficient, due to a lazier and more
efficient \'Applicative\' instance.

>

* \"Data.Stream.Infinite\" provides a coinductive infinite anti-causal stream.
The \'Comonad\' provides access to the tail of the stream and the \'Applicative\'
zips streams together. Unlike \'Future\', infinite stream form a \'Monad\'.
The monad diagonalizes the \'Stream\', which is consistent with the behavior of
the \'Applicative\', and the view of a \'Stream\' as a isomorphic to the reader
monad from the natural numbers. Being infinite in length, there is no
\'Alternative\' instance.

> data Stream a = a :< Stream a

* \"Data.Stream.Infinite.Skew\" provides an infinite skew-binary
random-access-list with the semantics of \"Data.Stream.Infinite\" Since every
stream is infinite, the \'Applicative\' instance can be considerably less strict
than the corresponding instance for \"Data.Stream.Future.Skew\" and performs
asymptotically better.

>

* \"Data.Stream.Infinite.Functional.Zipper\" provides a bi-infinite sequence,
represented as a pure function with an accumulating parameter added to optimize
moving the current focus.

> data Zipper a = !Integer :~ (Integer -> a)

* \"Data.Stream.Supply\" provides a comonadic supply of unique values, which are
generated impurely as the tree is explored.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/lts:/next/openSUSE_Leap_15.0/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ghc-streams
ghc-streams(x86-64)
libHSstreams-3.3-EWVoQhG9euyIeKhFwCOHau-ghc8.4.3.so()(64bit)

Requires :
libHSStateVar-1.1.1.0-BmCYP2gLue736T5hzlFgTZ-ghc8.4.3.so()(64bit)
libHSadjunctions-4.4-3jqCg7rbODqKB2lpgPhDY3-ghc8.4.3.so()(64bit)
libHSarray-0.5.2.0-ghc8.4.3.so()(64bit)
libHSbase-4.11.1.0-ghc8.4.3.so()(64bit)
libHSbase-orphans-0.7-85wcea2rRmdArILlfYz5fz-ghc8.4.3.so()(64bit)
libHSbifunctors-5.5.3-331ngshsGPFEUf6CbgTomw-ghc8.4.3.so()(64bit)
libHSbinary-0.8.5.1-ghc8.4.3.so()(64bit)
libHSbytestring-0.10.8.2-ghc8.4.3.so()(64bit)
libHScomonad-5.0.4-K7ULiFnmLGh3CKZ2KHDB2i-ghc8.4.3.so()(64bit)
libHScontainers-0.5.11.0-ghc8.4.3.so()(64bit)
libHScontravariant-1.5-8Ex4X7Qm7vhBSlBZJUgXrj-ghc8.4.3.so()(64bit)
libHSdeepseq-1.4.3.0-ghc8.4.3.so()(64bit)
libHSdistributive-0.6-AuJqWXyRRj61SVaKIdMNVM-ghc8.4.3.so()(64bit)
libHSexceptions-0.10.0-AVSDKbmH3Lu5hW6xKPipBD-ghc8.4.3.so()(64bit)
libHSfree-5.1-15nlzxZZiFJ6OYh1cqVair-ghc8.4.3.so()(64bit)
libHSghc-boot-th-8.4.3-ghc8.4.3.so()(64bit)
libHSghc-prim-0.5.2.0-ghc8.4.3.so()(64bit)
libHShashable-1.2.7.0-8MkquYouWwiLIw3HmVGSkN-ghc8.4.3.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.4.3.so()(64bit)
libHSmtl-2.2.2-ghc8.4.3.so()(64bit)
libHSpretty-1.1.3.6-ghc8.4.3.so()(64bit)
libHSprofunctors-5.3-LJQxEwMPZOpGN2EDC7MMkz-ghc8.4.3.so()(64bit)
libHSsemigroupoids-5.2.2-4EOP1yxtxEbGgbvUjGEDFD-ghc8.4.3.so()(64bit)
libHSsemigroups-0.18.5-E4FVMc5VZAG98u64romz5-ghc8.4.3.so()(64bit)
libHSstm-2.4.5.0-ghc8.4.3.so()(64bit)
libHStagged-0.8.6-BztYjsXOhuvLBoCBCdmM5I-ghc8.4.3.so()(64bit)
libHStemplate-haskell-2.13.0.0-ghc8.4.3.so()(64bit)
libHStext-1.2.3.0-ghc8.4.3.so()(64bit)
libHSth-abstraction-0.2.8.0-Ct896m4STpK8GA15Cl5y88-ghc8.4.3.so()(64bit)
libHStransformers-0.5.5.0-ghc8.4.3.so()(64bit)
libHStransformers-base-0.4.5.2-H2qElSkkJsv7uyyMMnVYVF-ghc8.4.3.so()(64bit)
libHStransformers-compat-0.6.2-EZ0ZvADLUlc4V8RuKaJX5W-ghc8.4.3.so()(64bit)
libHSunordered-containers-0.2.9.0-IkfpzvG0LzrHAbTzfMidvY-ghc8.4.3.so()(64bit)
libHSvoid-0.7.2-AeUlTizrscF7IT5YtjodSF-ghc8.4.3.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.4.3/streams-3.3-EWVoQhG9euyIeKhFwCOHau
/usr/lib64/ghc-8.4.3/streams-3.3-EWVoQhG9euyIeKhFwCOHau/libHSstreams-3.3-EWVoQhG9euyIeKhFwCOHau-ghc8.4.3.so
/usr/share/licenses/ghc-streams
/usr/share/licenses/ghc-streams/LICENSE

 
ICM