Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graphdepend.mlg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
let t, ctx = Typeops.type_of_global_in_context (Global.env()) gref in
(* Beware of this code, not considered entirely correct, but I don't know
how to fix it. *)
let env = Environ.push_context ~strict:false (UVars.AbstractContext.repr ctx)
let env = Environ.push_context ~strict:false QGraph.Internal (UVars.AbstractContext.repr ctx)

Check failure on line 42 in graphdepend.mlg

View workflow job for this annotation

GitHub Actions / build (rocq/rocq-prover:dev)

This function has type
(Global.env ()) in
let s = (Typeops.infer_type env t).Environ.utj_type in
Sorts.is_prop s
Expand Down