How to Install and Uninstall ghc-typerep-map Package on openSuSE Tumbleweed

Last updated: November 22,2024

1. Install "ghc-typerep-map" package

Please follow the instructions below to install ghc-typerep-map on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-typerep-map

2. Uninstall "ghc-typerep-map" package

Please follow the guidelines below to uninstall ghc-typerep-map on openSuSE Tumbleweed:

$ sudo zypper remove ghc-typerep-map

3. Information about the ghc-typerep-map package on openSuSE Tumbleweed

Information for package ghc-typerep-map:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-typerep-map
Version : 0.4.0.0-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 269,8 KiB
Installed : No
Status : not installed
Source package : ghc-typerep-map-0.4.0.0-1.7.src
Summary : Efficient implementation of a dependent map with types as keys
Description :
A dependent map from type representations to values of these types.
Here is an illustration of such a map:
> TMap > --------------- > Int -> 5 > Bool -> True > Char -> 'x'
In addition to 'TMap', we provide 'TypeRepMap' parametrized by a 'vinyl'-style
interpretation. This data structure is equivalent to 'DMap TypeRep', but with
significantly more efficient lookups.