fix syntax in Haskell skill

retarded Anthropic is using bash
This commit is contained in:
Sridhar Ratnakumar 2025-11-04 19:12:25 -05:00
parent 82f431abf5
commit a6eb26fc4f

View file

@ -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