fixed

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

commit 6590b78a6cd7248b5704728cbcff2d1e6e7642c9
parent ec82f0f1bb853cd503aa0aa876638244e0ee75e6
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 30 Nov 2025 10:52:38 +0400

limb: module header

Diffstat:
Mlib/Data/Word/Limb.hs | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/lib/Data/Word/Limb.hs b/lib/Data/Word/Limb.hs @@ -6,6 +6,14 @@ {-# LANGUAGE ViewPatterns #-} {-# LANGUAGE UnliftedNewtypes #-} +-- | +-- Module: Data.Word.Limb +-- Copyright: (c) 2025 Jared Tobin +-- License: MIT +-- Maintainer: Jared Tobin <jared@ppad.tech> +-- +-- The primitive 'Limb' type, as well as operations on it. + module Data.Word.Limb ( -- * Limb Limb(..)