mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
fix syntax in Haskell skill
retarded Anthropic is using bash
This commit is contained in:
parent
82f431abf5
commit
a6eb26fc4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue