sr-lab / coqpyt

Python client for coq-lsp
MIT License
25 stars 3 forks source link

Fix instance types #10

Closed Nfsaavedra closed 1 year ago

Nfsaavedra commented 1 year ago

Previously, the code considered that the type of an instance was by definition the id of a class, but something like TypeClass.EqDecNew unit -> TypeClass.EqDecNew unit is allowed.