From a6eb26fc4f4d0243c0b08f542a302fd4f5a2a7af Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:12:25 -0500 Subject: [PATCH] fix syntax in Haskell skill retarded Anthropic is using bash --- modules/home/claude-code/skills/haskell/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/claude-code/skills/haskell/SKILL.md b/modules/home/claude-code/skills/haskell/SKILL.md index 3d93f03..d837b0d 100644 --- a/modules/home/claude-code/skills/haskell/SKILL.md +++ b/modules/home/claude-code/skills/haskell/SKILL.md @@ -20,7 +20,7 @@ Every error case in generated code must be handled properly. **Code Quality**: - Write type signatures for all top-level definitions -- Write total functions (avoid `head`, `tail`, `!!`) +- Write total functions (avoid `head`, `tail`) - Prefer pure functions over IO when possible - Use explicit exports in modules - Leverage type system for safety