| 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 | 1 | -47/+96 |
| | | |||||
| * | cabal: 1.8 -> 3.0 & GHC2024 | tv | 9 days | 1 | -1/+0 |
| | | |||||
| * | add show | tv | 9 days | 1 | -2/+3 |
| | | |||||
| * | add break | tv | 9 days | 1 | -0/+14 |
| | | |||||
| * | drop,take,splitAt,break: use normalizeHead | tv | 9 days | 1 | -10/+11 |
| | | |||||
| * | properly normalize head after dropping from Append | tv | 2025-07-27 | 1 | -4/+26 |
| | | |||||
| * | add chunksOf | tv | 2025-07-21 | 1 | -0/+10 |
| | | |||||
| * | add splitAt | tv | 2025-07-21 | 1 | -0/+17 |
| | | |||||
| * | add normalization | tv | 2025-07-21 | 1 | -6/+90 |
| | | |||||
| * | 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: add test | Kierán Meinhardt | 2019-02-05 | 1 | -12/+14 |
| | | | | | | ~ change SGR type to Word8 + add hspec with QuickCheck | ||||
| * | Blessings: add stripSGRv2.1.0 | tv | 2019-01-25 | 1 | -0/+8 |
| | | |||||
| * | Add support for Textv2.0.0 | tv | 2019-01-25 | 1 | -59/+71 |
| | | |||||
| * | Blessings: satisfy Semigroup and Monoid lawsv1.4.0 | tv | 2019-01-25 | 1 | -3/+5 |
| | | |||||
| * | 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 | 1 | -4/+22 |
| | | |||||
| * | rename Trammel to Blessings | tv | 2015-10-17 | 1 | -0/+250 |
