fp-taskeither-ref
FeaturedQuick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail.
Install
Quality Score: 99/100
Skill Content
Details
- Author
- sickn33
- Repository
- sickn33/antigravity-awesome-skills
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
fp-either-ref
Quick reference for Either type. Use when user needs error handling, validation, or operations that can fail with typed errors.
fp-async
Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples
fp-types-ref
Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports.
fp-refactor
Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns
fp-ts-errors
Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts.