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

Add a dedicated notations to seemlessly declare typeclass constrains

lthms opened this issue · comments

With MayProvide, Provide and Distinguish, the number of typeclass constrains can become significant.

In core/theories/Core/Notations.v file, there are some attempt to provide ix :| i1, i2, i3, but this remains buggy at the moment and therefore is not exported yet.