Open alxest opened 4 years ago
Remove Require Import Compiler in ErrorsC.v. It corrupts namespaces too much.
Require Import Compiler
When I type Search AST.prog_defmap. in Fib01proof, I should'nt see any Unreadglobproof... things.
Search AST.prog_defmap.
Fib01proof
Unreadglobproof...
When I type Locate state after Require Import RUSC AdequacyLocal, it shouldn't show the languages.
Locate state
Require Import RUSC AdequacyLocal
Remove
Require Import Compiler
in ErrorsC.v. It corrupts namespaces too much.