aboutsummaryrefslogtreecommitdiff
path: root/interp/constrexpr.ml
diff options
context:
space:
mode:
authorHugo Herbelin2018-10-03 11:10:51 +0200
committerHugo Herbelin2018-10-03 11:10:51 +0200
commit33328635560b9cb963af0805c43f170b3898caac (patch)
tree6df28e0a87746b597335169153830d7bddd06143 /interp/constrexpr.ml
parentbfd62ca575e376334575ccbaa162c6de711589c7 (diff)
parenta5b56ced42e3dd9cdce124e2e60333796c935f42 (diff)
Merge PR #8456: Revert #6651: Use r.(p) syntax to print primitive projections
Diffstat (limited to 'interp/constrexpr.ml')
-rw-r--r--interp/constrexpr.ml1
1 files changed, 0 insertions, 1 deletions
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 *)