hs-to-coq icon indicating copy to clipboard operation
hs-to-coq copied to clipboard

Scoped type variables in instances

Open sweirich opened this issue 7 years ago • 0 comments

If type class instances use scoped type variables, they will fail.

There is an explicit comment in the function HsToCoq.ConvertHaskell.Declarations.Instances.topoSortInstance:

-- ASSUMPTION: type variables don't show up in terms. Broken -- by ScopedTypeVariables.

sweirich avatar Nov 19 '17 19:11 sweirich