File: Types.hs

package info (click to toggle)
haskell-type-level-numbers 0.1.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 132 kB
  • sloc: haskell: 663; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE EmptyDataDecls #-}
module TypeLevel.Number.Int.Types where
  
-- | Digit -1
data Dn n
-- | Digit 0
data D0 n
-- | Digit 1
data D1 n
-- | Digit stream terminator
data ZZ