From ba63f39be8e26e04e94d1db7fcc534ad5f732871 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Tue, 11 Sep 2018 10:23:02 +0200 Subject: Revert #6651: Use r.(p) syntax to print primitive projections Fixes #6764: Printing Notation regressed compared to 8.7 --- interp/constrexpr.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'interp/constrexpr.ml') diff --git a/interp/constrexpr.ml b/interp/constrexpr.ml index d8dd4ef6dd..77d612cfd9 100644 --- a/interp/constrexpr.ml +++ b/interp/constrexpr.ml @@ -114,7 +114,6 @@ and constr_expr_r = | CGeneralization of binding_kind * abstraction_kind option * constr_expr | CPrim of prim_token | CDelimiters of string * constr_expr - | CProj of qualid * constr_expr and constr_expr = constr_expr_r CAst.t and case_expr = constr_expr (* expression that is being matched *) -- cgit v1.2.3