TODO
author Christian Urban <urbanc@in.tum.de>
Tue, 18 Jan 2011 11:02:57 +0100
changeset 2669 1d1772a89026
parent 2452 39f8d405d7a2
child 2719 dd5b60bccfd4
permissions -rw-r--r--
the function translating lambda terms to locally nameless lambda terms; still needs a stronger abs_eq_iff lemma...at the moment only proved for restrictions


Parser should check that:

- types of bindings match types of binding functions
- fsets are not bound in lst bindings
- bound arguments are not datatypes
- binder is referred to by name and not by type

Smaller things:

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


Other:

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

- define permute_bn automatically and prove properties of it

- prove renaming-of-binders lemmas

- strong induction rules

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