Closed sweirich closed 6 years ago
We need to add support for this in hs-to-coq
as part of #23.
Temporarily we can do what we do for Make
etc.: Hardcode them in the code.
Where is this hardcoded? This is not urgent (yet).
(There are partial bits about Monoid
and Foldable
there from earlier experiments, but they lack some methods, and the name should be fully qualified.)
Thanks. We can wait for #23 now, but if it is blocking, I'll know what to do.
Closing this in favor of #23
When I translate ghc/compiler/Util/Pair.v (in examples/ghc)
I get these messages:
Do we need to do something special to tell hs-to-coq where to find these classes?