fixed

Pure Haskell large fixed-width integers.
git clone git://git.ppad.tech/fixed.git
Log | Files | Refs | README | LICENSE

commit ec8f7824ac059f2675e34430111bb8ab8e3a296b
parent d6243ceac74744e20dfe5acf7836f4cf5286c2f7
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 25 Jan 2025 13:39:49 +0400

meta: wip note

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,6 +1,7 @@ # ppad-fixed -A pure implementation of large fixed-width integers and supporting operations. +A pure (**pre-release**, under construction) implementation of large +fixed-width integers and supporting operations. ## Usage