File: README.md

package info (click to toggle)
haskell-numtype-dk 0.5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • sloc: haskell: 770; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
numtype-dk
==========

This package provides type level representations of the integers
(`TypeInt`s) and basic operations (addition, subtraction, multiplication,
division, exponentiation) on these.

Requires GHC 7.8 or later.


[![Build Status](https://travis-ci.org/bjornbm/numtype-dk.svg?branch=master)](https://travis-ci.org/bjornbm/numtype-dk)
[![Hackage Version](https://img.shields.io/hackage/v/numtype-dk.svg)](http://hackage.haskell.org/package/numtype-dk)
[![Stackage version](https://www.stackage.org/package/numtype-dk/badge/lts?label=Stackage)](https://www.stackage.org/package/numtype-dk)

Contributing
------------

For project information (code, issues) see:
  http://github.com/bjornbm/numtype-dk