Ask a Question

Prefer a chat interface with context about you and your work?

Approximate normalization for gradual dependent types

Approximate normalization for gradual dependent types

Dependent types help programmers write highly reliable code. However, this reliability comes at a cost: it can be challenging to write new prototypes in (or migrate old code to) dependently-typed programming languages. Gradual typing makes static type disciplines more flexible, so an appropriate notion of gradual dependent types could fruitfully …