fixed

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

commit 88976e2d05884d4e414d05373a261fc84f552e26
parent b27da87f84640a4ba6049951a54ca2b1746b264a
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu, 30 Jan 2025 08:55:47 +0400

meta: readme header

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

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