parameterized-utils: Classes and data structures for working with data-kind indexed types
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This package contains collection classes and type representations used for working with values that have a single parameter. It's intended for things like expression libraries where one wishes to leverage the Haskell type-checker to improve type-safety by encoding the object language type system into data kinds.
Properties
Versions | 1.0.0, 1.0.1, 2.0, 2.0.1.0, 2.0.2, 2.1.0, 2.1.0, 2.1.1, 2.1.2.0, 2.1.3.0, 2.1.4.0, 2.1.5.0, 2.1.6.0, 2.1.7.0, 2.1.8.0, 2.1.9.0 |
---|---|
Change log | Changelog.md |
Dependencies | base (>=4.10 && <5), base-orphans (>=0.8.2 && <0.9), constraints (>=0.10 && <0.12), containers, deepseq, ghc-prim, hashable (>=1.2 && <1.4), hashtables (>=1.2 && <1.3), lens (>=4.16 && <4.20), mtl, template-haskell, text, th-abstraction (>=0.3 && <0.4), vector (>=0.12 && <0.13) [details] |
License | BSD-3-Clause |
Copyright | ©2016-2020 Galois, Inc. |
Author | Galois Inc. |
Maintainer | jhendrix@galois.com, kquick@galois.com |
Category | Data Structures, Dependent Types |
Home page | https://github.com/GaloisInc/parameterized-utils |
Bug tracker | https://github.com/GaloisInc/parameterized-utils/issues |
Source repo | head: git clone https://github.com/GaloisInc/parameterized-utils |
Uploaded | by KevinQuick at 2020-05-22T23:51:55Z |
Modules
[Index] [Quick Jump]
- Data
- Data.Parameterized
- Data.Parameterized.All
- Data.Parameterized.BoolRepr
- Data.Parameterized.Classes
- Data.Parameterized.ClassesC
- Data.Parameterized.Compose
- Data.Parameterized.Context
- Data.Parameterized.Context.Safe
- Data.Parameterized.Context.Unsafe
- Data.Parameterized.Ctx
- Data.Parameterized.DataKind
- Data.Parameterized.DecidableEq
- Data.Parameterized.HashTable
- Data.Parameterized.List
- Data.Parameterized.Map
- Data.Parameterized.NatRepr
- Data.Parameterized.Nonce
- Data.Parameterized.Pair
- Data.Parameterized.Peano
- Data.Parameterized.Some
- Data.Parameterized.SymbolRepr
- TH
- Data.Parameterized.TraversableF
- Data.Parameterized.TraversableFC
- Utils
- Data.Parameterized.Vector
- Data.Parameterized.WithRepr
- Data.Parameterized
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
unsafe-operations | Use unsafe operations (e.g. coercions) to improve performance | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- parameterized-utils-2.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees