arXiv · 2110.06107
Generic Level Polymorphic N-ary Functions
Abstract
Agda's standard library struggles in various places with n-ary functions and relations. It introduces congruence and substitution operators for functions of arities one and two, and provides users with convenient combinators for manipulating indexed families of arity exactly one. After a careful analysis of the kinds of problems the unifier can easily solve, we design a unifier-friendly representation of n-ary functions. This allows us to write generic programs acting on n-ary functions which automatically reconstruct the representation of their inputs' types by unification. In particular, we can define fully level polymorphic n-ary versions of congruence, substitution and the combinators for indexed families, all requiring minimal user input.
Explore related subjects
Keep this discovery
Guillaume Allais. 2021-10-12. Generic Level Polymorphic N-ary Functions. https://doi.org/10.1145/3331554
Cite the original work for its findings. Save a collection to share your selection of sources.