Skip to content
Snippets Groups Projects
Commit abbd8d0e authored by Ralf Jung's avatar Ralf Jung
Browse files

test with name mangling on CI

parent 03304222
Branches
Tags
1 merge request!182make sure std++ does not rely on generated names
Pipeline #33277 passed
......@@ -31,6 +31,7 @@ build-coq.dev:
<<: *template
variables:
OPAM_PINS: "coq version dev"
MANGLE_NAMES: "1"
CI_COQCHK: "1"
build-coq.8.12.0:
......
From stdpp Require Import tactics telescopes.
Local Unset Mangle Names. (* for stable goal printing *)
Section accessor.
(* This is like Iris' accessors, but in Prop. Just to play with telescopes. *)
Definition accessor {X : tele} (α β γ : X Prop) : Prop :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment