TODO
author Cezary Kaliszyk <kaliszyk@in.tum.de>
Thu, 18 Mar 2010 10:15:57 +0100
changeset 1503 8639077e0f43
parent 1502 cc0dcf248da3
child 1504 f685be70a464
permissions -rw-r--r--
Update TODO.

Smaller things:

- case names for "weak" induction rules (names of the 
constructors); see page 61/62 and 170 in Tutorial

- <type>_perm rules should be added to the simplifier;
  maybe <type>_perm whould be called permute_<type>.simps;
  that would conform with the terminology in Nominal2

- <type>_fv / <type>_bn / <type>_distinct should also be 
  added to the simplifier


Bigger things:

- nested recursion, like types "trm list" in a constructor

- strong induction rules

- show support equations

- automate the proofs that are currently proved with sorry:
  alpha_equivp, fv_rsp, alpha_bn_rsp, alpha_bn_reflp

- store information about defined nominal datatypes, so that
  it can be used to define new types that depend on these

- make 3 versions of Abs

- make parser aware of recursive and of different versions of abs