Skip to content

Clarify use of Require

Paolo G. Giarrusso requested to merge Blaisorblade/iris:clarify-require into master
  • This seemingly useless Require Import confused me quite a bit. In fact, the Import is a no-op, and what matters are the side-effects of the Require. Not the most important thing, but it'd be nice to clarify it one way or the other.

Feel free to drop the 2nd commit (with the comment) in case you consider that weird Coq behavior too obvious.

Edited by Paolo G. Giarrusso

Merge request reports