Here's a list of things that are to be done but that I can't do right now:
[ ] prove the termination of the function in src/Syntax/CST.thy, which computes the height of a CST
it shouldn't be quite hard, as this is merely a structural mutual induction;
[ ] prove the termination of the import resolver in src/Syntax/ImportResolver.thy
This is now irrelevant.
All of the code is being rewritten following a refinement-style implementation. So the "old" code does not really matter anymore.
Here's a list of things that are to be done but that I can't do right now:
src/Syntax/CST.thy
, which computes the height of a CST it shouldn't be quite hard, as this is merely a structural mutual induction;src/Syntax/ImportResolver.thy