diff options
| author | Hugo Herbelin | 2018-10-03 11:10:51 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-10-03 11:10:51 +0200 |
| commit | 33328635560b9cb963af0805c43f170b3898caac (patch) | |
| tree | 6df28e0a87746b597335169153830d7bddd06143 /interp/constrexpr.ml | |
| parent | bfd62ca575e376334575ccbaa162c6de711589c7 (diff) | |
| parent | a5b56ced42e3dd9cdce124e2e60333796c935f42 (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.ml | 1 |
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 *) |
