Skip to content

larrytheliquid/generic-elim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Constructors and Eliminators from Descriptions

Agda code for the paper by Larry Diehl and Tim Sheard (WGP 2014):

Code from the paper

Stratified version of code using universe levels

Comparing append using ind vs elim

In the paper we broke up the definition of concat using ind into pieces because it was so big, and showed the definition using elim inlined. Here is the definition of a similar function, append, using ind and elim where both definitions are inlined:

Notes

The code is released under an MIT license

About

Source code accompanying the paper "Generic Constructors and Eliminators from Descriptions"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published