How to Install and Uninstall ghc-these Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "ghc-these" package

Please follow the guidelines below to install ghc-these on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-these

2. Uninstall "ghc-these" package

Please follow the steps below to uninstall ghc-these on openSuSE Tumbleweed:

$ sudo zypper remove ghc-these

3. Information about the ghc-these package on openSuSE Tumbleweed

Information for package ghc-these:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-these
Version : 1.2-3.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 297.5 KiB
Installed : No
Status : not installed
Source package : ghc-these-1.2-3.3.src
Upstream URL : https://hackage.haskell.org/package/these
Summary : An either-or-both data type
Description :
This package provides a data type 'These a b' which can hold a value of either
type or values of each type. This is usually thought of as an "inclusive or"
type (contrasting 'Either a b' as "exclusive or") or as an "outer join" type
(contrasting '(a, b)' as "inner join").
' data These a b = This a | That b | These a b '
Since version 1, this package was split into parts:
* For 'Align' and
'Zip' type-classes.
* For
'SemialignWithIndex' class, providing 'ialignWith' and 'izipWith'.
* For lens
combinators.
* For
transformers variant of 'These'.

5. The same packages on other Linux Distributions