diff --git a/theories/typing/type.v b/theories/typing/type.v index 2cecc1eb20f6d0c3685e85722033d822dd1e3649..627b5111825200b1cd34bd5763b147881bcbec2b 100644 --- a/theories/typing/type.v +++ b/theories/typing/type.v @@ -51,7 +51,9 @@ Instance: Params (@ty_size) 2 := {}. Instance: Params (@ty_own) 2 := {}. Instance: Params (@ty_shr) 2 := {}. -Arguments ty_own {_ _} !_ _ _ / : simpl nomatch. +Arguments ty_size {_ _} _ / : simpl nomatch. +Arguments ty_own {_ _} _ _ _ / : simpl nomatch. +Arguments ty_shr {_ _} _ _ _ _ / : simpl nomatch. Class TyWf `{!typeG Σ} (ty : type) := { ty_lfts : list lft; ty_wf_E : elctx }. Arguments ty_lfts {_ _} _ {_}.