let
mvcgen
This PR makes `mvcgen` reduce through `let`s, so that it progresses over `(have t := 42; fun _ => foo t) 23` by reduction to `have t := 42; foo t` and then introducing `t`.
PostCond
This PR fixes examples in the documentation for `PostCond`.