kth-step / abs-metatheory

https://kth-step.github.io/abs-metatheory
MIT License
0 stars 0 forks source link

Extensional maps #18

Open Aqissiaq opened 6 months ago

Aqissiaq commented 6 months ago

Swapping out FMap with fin_maps from Std++. Two remaining problems:

  1. It would be nice if s and G were defined as Notations, rather than Definitions. This makes the Std++ tactics work much better and avoids having to use setoid_rewrite with all the map lemmas. Is there a way to make Ott generate Notation?
  2. There is now a new admit in the type preservation proof – again there is a rewrite on maps that looks like it should unify but does not.