| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move from syntactic to semantic normalization | tv | 9 days | 1 | -117/+168 |
| | | | | | | | | Replace the old rewrite‑based normalizer with a semantic pass that flattens 'Blessings' via 'sem' and reconstructs a canonical form. This removes the need for ad‑hoc cleanup logic and guarantees idempotent, minimal, and predictable normalization. | ||||
| * | decouple structural operations from normalization | tv | 9 days | 1 | -11/+8 |
| | | |||||
| * | use mono-traversable | tv | 9 days | 10 | -303/+112 |
| | | |||||
| * | cabal: 1.8 -> 3.0 & GHC2024 | tv | 9 days | 2 | -8/+9 |
| | | |||||
| * | cabal format | tv | 9 days | 1 | -36/+37 |
| | | |||||
| * | version: 2.5.1 -> 2.6.0 | tv | 9 days | 1 | -1/+1 |
| | | |||||
| * | add show | tv | 9 days | 8 | -8/+17 |
| | | |||||
| * | add break | tv | 9 days | 8 | -0/+21 |
| | | |||||
| * | drop,take,splitAt,break: use normalizeHead | tv | 9 days | 1 | -10/+11 |
| | | |||||
| * | version: 2.5.0 -> 2.5.1v2.5.1 | tv | 2025-07-27 | 1 | -1/+1 |
| | | |||||
| * | properly normalize head after dropping from Append | tv | 2025-07-27 | 1 | -4/+26 |
| | | |||||
| * | version: 2.4.0 -> 2.5.0v2.5.0 | tv | 2025-07-21 | 1 | -1/+1 |
| | | |||||
| * | add support for wide chars in String and Text | tv | 2025-07-21 | 3 | -2/+133 |
| | | |||||
| * | version: 2.3.0 -> 2.4.0v2.4.0 | tv | 2025-07-21 | 1 | -1/+1 |
| | | |||||
| * | add chunksOf | tv | 2025-07-21 | 1 | -0/+10 |
| | | |||||
| * | add splitAt | tv | 2025-07-21 | 8 | -0/+40 |
| | | |||||
| * | add normalization | tv | 2025-07-21 | 2 | -6/+98 |
| | | |||||
| * | test operations on infinite structures | tv | 2025-03-13 | 1 | -2/+31 |
| | | |||||
| * | test: mute warning about orphan instance | tv | 2025-03-13 | 1 | -0/+1 |
| | | |||||
| * | version: 2.2.0 -> 2.3.0v2.3.0 | tv | 2025-03-11 | 1 | -1/+1 |
| | | |||||
| * | Add support for Data.ByteString.Lazy | tv | 2025-03-11 | 2 | -0/+18 |
| | | |||||
| * | Add support for Data.ByteString | tv | 2025-03-11 | 2 | -0/+19 |
| | | |||||
| * | Blessings: optimize mconcat | tv | 2022-01-09 | 1 | -0/+4 |
| | | |||||
| * | Blessings: don't compare during drop and take | tv | 2022-01-09 | 1 | -8/+17 |
| | | | | | | This fixes divergence caused when calling drop or take on Append with infinite left hand side. | ||||
| * | Blessings: simplify <> | tv | 2022-01-09 | 1 | -2/+1 |
| | | |||||
| * | Blessings: fix filter in IsPm Underline | tv | 2022-01-09 | 1 | -2/+2 |
| | | |||||
| * | blessings.cabal: bump versionv2.2.0 | tv | 2019-02-05 | 1 | -1/+1 |
| | | |||||
| * | Blessings: add test | Kierán Meinhardt | 2019-02-05 | 6 | -16/+55 |
| | | | | | | ~ change SGR type to Word8 + add hspec with QuickCheck | ||||
| * | Blessings: add stripSGRv2.1.0 | tv | 2019-01-25 | 2 | -1/+9 |
| | | |||||
| * | Add support for Textv2.0.0 | tv | 2019-01-25 | 5 | -64/+129 |
| | | |||||
| * | Blessings: satisfy Semigroup and Monoid lawsv1.4.0 | tv | 2019-01-25 | 2 | -4/+6 |
| | | |||||
| * | Blessings: add Foldable instancev1.3.0 | tv | 2019-01-18 | 1 | -0/+8 |
| | | |||||
| * | Blessings: import Data.Semigroup | tv | 2018-10-06 | 1 | -0/+1 |
| | | |||||
| * | Blessings: add Semigroup instancev1.2.0ni/master | tv | 2018-10-06 | 1 | -0/+4 |
| | | |||||
| * | add Blinkv1.1.0 | tv | 2016-11-22 | 2 | -5/+23 |
| | | |||||
| * | init blessings.cabalcd/mastercd/HEAD | tv | 2015-10-17 | 1 | -0/+16 |
| | | |||||
| * | init Makefile | tv | 2015-10-17 | 2 | -0/+8 |
| | | |||||
| * | rename Trammel to Blessings | tv | 2015-10-17 | 1 | -27/+22 |
| | | |||||
| * | bump compatibility to nixos-15.06pre64030.e1af50c | tv | 2015-10-17 | 1 | -2/+2 |
| | | |||||
| * | replace tabs by spaces in Trammel String | tv | 2015-10-17 | 1 | -0/+8 |
| | | |||||
| * | store Trammel String in buffers | tv | 2015-10-17 | 1 | -0/+31 |
| | | |||||
| * | Trammel: add background color support | tv | 2014-08-02 | 1 | -45/+153 |
| | | |||||
| * | add Trammel - stack-based colorizer | tv | 2014-08-02 | 1 | -0/+108 |
| | | |||||
| * | initial commit | tv | 2014-07-27 | 0 | -0/+0 |
