@hackage / sized-types

Sized types in Haskell using the GHC Nat kind.

Latest0.5.1

About

Metadata

  • Last updated , by ryanglscott
  • License BSD-3-Clause
  • Maintained by: Andy Gill <andygill@ku.edu>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    all (off by default)

    Enable full development tree

Readme

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.