sized-types: Sized types in Haskell using the GHC Nat kind.

[ bsd3, language, library ] [ Propose Tags ]

Providing matrixes, sparse matrixes, and signed and unsigned bit vectors, using GHC Nat kind.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
all

Enable full development tree

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2.7.20101112, 0.3.4.0, 0.3.5.1, 0.3.5.2, 0.5.0, 0.5.1
Change log CHANGELOG.md
Dependencies array (>=0.4), base (>=4.6 && <5), base-compat (>=0.8.1 && <1), containers (>=0.5 && <0.6), singletons (>=0.10 && <2.3), sized-types (==0.5.1) [details]
License BSD-3-Clause
Copyright (c) 2009-2013 The University of Kansas
Author Andy Gill
Maintainer Andy Gill <andygill@ku.edu>
Revised Revision 3 made by ryanglscott at 2016-06-19T15:32:45Z
Category Language
Home page http://www.ittc.ku.edu/csdl/fpg/Tools
Source repo head: git clone https://github.com/ku-fpg/sized-types
Uploaded by ryanglscott at 2015-05-19T17:09:05Z
Distributions
Reverse Dependencies 4 direct, 1 indirect [details]
Executables sized-types-example1
Downloads 5887 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-05-23 [all 1 reports]

Readme for sized-types-0.5.1

[back to package description]

sized-types Hackage version Build Status

To build development version, and run tests use

% cabal configure -fall
% cabal build

To run tests, do

% make runtests

The reference outputs are in /ref, and the outputs from the current run are in /run.