fixed

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

commit a2db3b6a4a625fd4cbc6c21e64baf0b63813e2cb
parent a1edba5126a4d4de66ddaf2dfd2eeaac183790f2
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 28 Dec 2025 08:18:31 -0330

lib: change haddock order

Diffstat:
Mlib/Data/Choice.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Data/Choice.hs b/lib/Data/Choice.hs @@ -23,9 +23,9 @@ module Data.Choice ( -- * Choice Choice + , decide , true# , false# - , decide , to_word# -- * Construction