TODO
author Cezary Kaliszyk <kaliszyk@in.tum.de>
Fri, 15 Apr 2011 15:20:56 +0900
changeset 2767 94f6f70e3067
parent 2719 dd5b60bccfd4
child 2783 8412c7e503d4
permissions -rw-r--r--
New way of forward elimination of Abs1_eq and simplifications of the function obligation proofs.

Function definitions

- export proofs bout alpha_bn


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

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