From a2d662ae553392506d471323881afcdc0a2c6d3c Mon Sep 17 00:00:00 2001 From: Jacques-Henri Jourdan <jacques-henri.jourdan@normalesup.org> Date: Wed, 12 May 2021 13:29:50 +0200 Subject: [PATCH] Revert "Make more uniform Arguments for type fields." This reverts commit a9f50489677c4c803a040a0ab61274bdee39218c. --- theories/typing/type.v | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/theories/typing/type.v b/theories/typing/type.v index 61c8cf75..926b38e7 100644 --- a/theories/typing/type.v +++ b/theories/typing/type.v @@ -50,9 +50,7 @@ Instance: Params (@ty_size) 2 := {}. Instance: Params (@ty_own) 2 := {}. Instance: Params (@ty_shr) 2 := {}. -Arguments ty_size {_ _} _ / : simpl nomatch. -Arguments ty_own {_ _} _ _ _ / : simpl nomatch. -Arguments ty_shr {_ _} _ _ _ _ / : simpl nomatch. +Arguments ty_own {_ _} !_ _ _ / : simpl nomatch. Class TyWf `{!typeG Σ} (ty : type) := { ty_lfts : list lft; ty_wf_E : elctx }. Arguments ty_lfts {_ _} _ {_}. -- GitLab