Commit 2020-07-29 23:48 ef89e9af
View on Github →feat(data/qpf): compositional data type framework for inductive / coinductive types (#3317) First milestone of the QPF project. Includes multivariate quotients of polynomial functors and compiler for coinductive types. Not included in this PR
- nested inductive / coinductive data types
- universe polymorphism with more than one variable
- inductive / coinductive families
- equation compiler
- efficient byte code implementation Those are coming in future PRs