unittyped-0.1: An extendable library for type-safe computations including units.

Safe HaskellNone

UnitTyped.Bytes

Description

A module for working with amounts of bytes and bits.

Synopsis

Documentation

data Data Source

An of amount of data.

type DataUnit = UnitCons Data (Pos One) UnitNilSource

The dimension representing Data^1.

data Byte Source

A byte of data.

data Bit Source

A bit of data.