lthms / FreeSpec

A framework for implementing and certifying impure computations in Coq

Home Page:https://lthms.github.io/FreeSpec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate the use of SProp

lthms opened this issue · comments

With Coq-8.10 comes SProp, a nice feature where proof irrelevance is built-in and not an axiom (as far as I can tell, this is the main motivation of SProp).

I am still unclear whether SProp use should be use in place of Prop as much as possible for long-term development.