Type inference engine
Implement and test type inference algorithms including Algorithm W and constraint-based inferenceFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill type-inference-engineAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.4 KB, 150 tokens by cl100k_base, as published. Nobody here has run it
Type Inference Engine
Purpose
Provides expert guidance on implementing type inference algorithms for programming language implementations.
Capabilities
- Algorithm W implementation
- Constraint generation and solving
- Unification with occurs check
- Let-polymorphism (Hindley-Milner)
- Principal type computation
- Type error diagnosis
Usage Guidelines
- Constraint Generation: Generate type constraints from expressions
- Unification: Implement unification algorithm
- Generalization: Handle let-polymorphism
- Error Messages: Generate informative type errors
- Testing: Validate inference on test cases
Tools/Libraries
- Language workbenches
- Constraint solvers
- Type inference libraries
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.