Adding kinded polymorphism in types
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
- theories/logrel/model.v 0 → 100644
126 127 Global Instance kind_interp_inhabited k : Inhabited (kind_interp k Σ). 128 Proof. 129 destruct k. 130 - apply (populate (Lty inhabitant)). 131 - apply (populate (Lsty inhabitant)). 132 Qed. 133 134 End lty_ofe. 135 136 Arguments kind_interpO : clear implicits. 137 138 Notation ltyO Σ := (kind_interpO Σ ty_kind). 139 Notation lstyO Σ := (kind_interpO Σ sty_kind). 140 141 (* Typing for operators *) mentioned in commit 4e372fb3
Please register or sign in to reply