haskell: conformance.sh runner + scoreboard.json + scoreboard.md (16/16, 5/5)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 19:26:26 +00:00
parent 161fa613f2
commit 9f71706bc8
3 changed files with 164 additions and 0 deletions

12
lib/haskell/scoreboard.md Normal file
View File

@@ -0,0 +1,12 @@
# Haskell-on-SX Scoreboard
Updated 2026-04-25 · Phase 3 (laziness + classic programs)
| Program | Tests | Status |
|---------|-------|--------|
| fib.hs | 2/2 | ✓ |
| sieve.hs | 2/2 | ✓ |
| quicksort.hs | 5/5 | ✓ |
| nqueens.hs | 2/2 | ✓ |
| calculator.hs | 5/5 | ✓ |
| **Total** | **16/16** | **5/5 programs** |