Skip to content

Commit

Permalink
Cosmetic cleaning of uState.ml and related: a bit of doc, more unity …
Browse files Browse the repository at this point in the history
…in naming.

Also some dead code.

If no typo is introduced, there should be no semantic changes.
  • Loading branch information
herbelin committed Nov 4, 2020
1 parent 11cb6dd commit 404a041
Show file tree
Hide file tree
Showing 7 changed files with 175 additions and 186 deletions.
2 changes: 1 addition & 1 deletion engine/evd.ml
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ let empty = {

let from_env e = { empty with universes = UState.from_env e }

let from_ctx ctx = { empty with universes = ctx }
let from_ctx uctx = { empty with universes = uctx }

let has_undefined evd = not (EvMap.is_empty evd.undf_evars)

Expand Down
Loading

0 comments on commit 404a041

Please sign in to comment.