I've been trying to find a good guide/read/set of exercises on Coq Contexts, evars, e* tactics etc.
Ideally I want to build a Coq context with some vars abstracted, which I'll fill in later in the OCaml or Haskell extraction. Is that possible and what's the best place to read about theorem holes and how to fill them up in Coq proofs?