fixed

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

commit 63367e173cc45e186b8b9b83efa530897e55735f
parent 1524c556c7339e70ea60f5a484d9bab943ea8ec2
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 25 Jan 2025 13:35:46 +0400

meta: fix cp error in readme

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

diff --git a/README.md b/README.md @@ -52,8 +52,8 @@ code. Most operations beat out their variable-length Integer variants, *but*, we have yet to reach parity with the all-important division and modulo operations. -Current benchmark figures on 1kb inputs on my mid-2020 MacBook Air look -like (use `cabal bench` to run the benchmark suite): +Current benchmark figures on my mid-2020 MacBook Air look like (use +`cabal bench` to run the benchmark suite): ``` benchmarking baseline comparison/add (baseline) @@ -134,7 +134,7 @@ $ nix develop Then do e.g.: ``` -$ cabal repl ppad-base16 +$ cabal repl ppad-fixed ``` to get a REPL for the main library.