TODO
author Christian Urban <urbanc@in.tum.de>
Fri, 19 Mar 2010 09:40:57 +0100
changeset 1536 c8c2f83fadb4
parent 1527 e1c74b864b1b
child 1555 73992021c8f0
permissions -rw-r--r--
merged

Smaller things:

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

- we also need to lift the size function for nominal
  datatypes

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 bn functions that call other bn functions
  and reflect it in the datastructure passed to Fv/Alpha generation

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