SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-ghc-typelits-knownnat rpm build for : OpenSuSE. For other distributions click ghc-ghc-typelits-knownnat.

Name : ghc-ghc-typelits-knownnat
Version : 0.2.3 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 1.20 Date : 2018-03-09 19:26:40
Group : Development/Languages/Other Source RPM : ghc-ghc-typelits-knownnat-0.2.3-1.20.src.rpm
Size : 0.08 MB
Packager : (none)
Summary : Derive KnownNat constraints from other KnownNat constraints
Description :
A type checker plugin for GHC that can derive \"complex\" \'KnownNat\' constraints
from other simple/variable \'KnownNat\' constraints. i.e. without this plugin,
you must have both a \'KnownNat n\' and a \'KnownNat (n+2)\' constraint in the type
signature of the following function:

\' f :: forall n . (KnownNat n, KnownNat (n+2)) => Proxy n -> Integer f _ =
natVal (Proxy :: Proxy n) + natVal (Proxy :: Proxy (n+2)) \'

Using the plugin you can omit the \'KnownNat (n+2)\' constraint:

\' f :: forall n . KnownNat n => Proxy n -> Integer f _ = natVal (Proxy :: Proxy
n) + natVal (Proxy :: Proxy (n+2)) \'

The plugin can derive \'KnownNat\' constraints for types consisting of:

* Type variables, when there is a corresponding \'KnownNat\' constraint

* Type-level naturals

* Applications of the arithmetic expression: +,-,*,^

* Type functions, when there is either:

1. a matching given \'KnownNat\' constraint; or

2. a corresponding \'KnownNat< N>\' instance for the type function

To use the plugin, add the

\' OPTIONS_GHC -fplugin GHC.TypeLits.KnownNat.Solver \'

Pragma to the header of your file.

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

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-ghc-typelits-knownnat
ghc-ghc-typelits-knownnat(x86-64)
libHSghc-typelits-knownnat-0.2.3-D4IX1bHnZRTCfbNThnqAXq-ghc8.0.1.so()(64bit)

Requires :
libc.so.6()(64bit)
libHSbinary-0.8.3.0-ghc8.0.1.so()(64bit)
libHSth-lift-instances-0.1.11-7nzSF3QbMYGJnfeaWbLaQ8-ghc8.0.1.so()(64bit)
libHSghc-tcplugins-extra-0.2-ESbRXmoaiht2lMrTZL5xc9-ghc8.0.1.so()(64bit)
libHSunix-2.7.2.0-ghc8.0.1.so()(64bit)
libHSpretty-1.1.3.3-ghc8.0.1.so()(64bit)
libHSdirectory-1.2.6.2-ghc8.0.1.so()(64bit)
librt.so.1()(64bit)
libHSth-lift-0.7.6-3YgW6AFnN6SEjgDav6Czfy-ghc8.0.1.so()(64bit)
libHSghc-boot-8.0.1-ghc8.0.1.so()(64bit)
libHStime-1.6.0.1-ghc8.0.1.so()(64bit)
libHSprocess-1.4.2.0-ghc8.0.1.so()(64bit)
libHSth-orphans-0.13.3-8GudmqisCymIic8UAzvNXj-ghc8.0.1.so()(64bit)
libHSghc-typelits-natnormalise-0.5.2-3jRRdANok3Q2W8nVuox7qW-ghc8.0.1.so()(64bit)
libHShpc-0.6.0.3-ghc8.0.1.so()(64bit)
libHStext-1.2.2.1-JAnD1x1IHr6H3rdrqlXcyH-ghc8.0.1.so()(64bit)
libHSprimitive-0.6.1.0-Ip44DqhfCp21tTUYbecwa-ghc8.0.1.so()(64bit)
libHSbase-4.9.0.0-ghc8.0.1.so()(64bit)
libHSghci-8.0.1-ghc8.0.1.so()(64bit)
libdl.so.2()(64bit)
libHSsyb-0.6-C65vWCsht6A8uLstpQIXyj-ghc8.0.1.so()(64bit)
libHSsafe-0.3.11-Ck0Z7kfzoQA1bcHU9bHvtW-ghc8.0.1.so()(64bit)
libHSfilepath-1.4.1.0-ghc8.0.1.so()(64bit)
libHSmtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM-ghc8.0.1.so()(64bit)
libHScontainers-0.5.7.1-ghc8.0.1.so()(64bit)
libgmp.so.10()(64bit)
libHSth-expand-syns-0.4.2.0-8otRGL0EjKzK6m0QRhxIJn-ghc8.0.1.so()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libHSghc-boot-th-8.0.1-ghc8.0.1.so()(64bit)
libutil.so.1()(64bit)
libHStemplate-haskell-2.11.0.0-ghc8.0.1.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.1.so()(64bit)
libHSth-reify-many-0.1.6-HA1KjpzjmTz7moAI74Kiwu-ghc8.0.1.so()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHStransformers-0.5.2.0-ghc8.0.1.so()(64bit)
libpthread.so.0()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.1.so()(64bit)
libHSghc-8.0.1-ghc8.0.1.so()(64bit)
libHSth-desugar-1.6-F7x8Q25l9swFEmTqL8hB7s-ghc8.0.1.so()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSvector-0.11.0.0-BEDZb5o2QOhGbIm6ky7rl6-ghc8.0.1.so()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.1.so()(64bit)
libHShoopl-3.10.2.1-ghc8.0.1.so()(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libHSbytestring-0.10.8.1-ghc8.0.1.so()(64bit)
libHSarray-0.5.1.1-ghc8.0.1.so()(64bit)
libHSsingletons-2.2-Z0LqpTsZMJAa5548YbCn1-ghc8.0.1.so()(64bit)


Content of RPM :
/usr/lib64/ghc-8.0.1/ghc-typelits-knownnat-0.2.3-D4IX1bHnZRTCfbNThnqAXq
/usr/lib64/ghc-8.0.1/ghc-typelits-knownnat-0.2.3-D4IX1bHnZRTCfbNThnqAXq/libHSghc-typelits-knownnat-0.2.3-D4IX1bHnZRTCfbNThnqAXq-ghc8.0.1.so
/usr/share/doc/packages/ghc-ghc-typelits-knownnat
/usr/share/doc/packages/ghc-ghc-typelits-knownnat/LICENSE

 
ICM