Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 380 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 380 Bytes

type-level-number Build Status

This is type level numbers implemented using type families. Natural numbers use binary encoding. With default context stack numbers up to 2^18-1 could be represented. Signed integer numbers use balanced ternary encoding.