Name: | ghc-byteable |
---|---|
Version: | 0.1.1 |
Release: | 42.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 20316 |
License: | BSD-3-Clause |
RPM: | ghc-byteable-0.1.1-42.el10_0.x86_64.rpm |
Source RPM: | ghc-byteable-0.1.1-42.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/byteable |
Summary: | Type class for sequence of bytes |
Description: | Abstract class to manipulate sequence of bytes The use case of this class is abstracting manipulation of types that are just wrapping a bytestring with stronger and more meaniful name. Usual definition of those types are of the form: newtype MyType = MyType ByteString. |