QWIRE
QWIRE copied to clipboard
Fix a bug in QASM.v
When I run make qasm with Coq 8.13.1, the id : R -> R imported by Require Import Reals. overrides Definition id := string. and causes a compile error.
So I move all relevant import statements to the top.