Hacker News new | ask | show | jobs
by nv-vn 3296 days ago
Yes. They're amazing for theorem proving (see Agda, Idris). They're also useful for refinement types, proving type class laws like for monads, etc.
1 comments

Is there a hello world-y example of refinement types, similar to Vectors with length?