metacoq
metacoq copied to clipboard
Remove Export utils in EAst
I'd like to turn this Export into an Import. Otherwise we're running into trouble in CertiCoq: utils export the monad notation globally, which clashes with the monad notation used in coq-ext-lib
. That's something which should be fixed anyways, but until then this PR fixes the problem.
We still use the Export in erasure apparently :)
Still not exactly right, maybe because we merged something else in the meantime ;)
Shall we fix this @yforster ?