You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1117,6 +1117,10 @@ Deprecated modules
1117
1117
1118
1118
* The module `Data.Nat.Properties.Core` has been deprecated, and its one entry moved to `Data.Nat.Properties`
1119
1119
1120
+
### Deprecation of `Data.Fin.Substitution.Example`
1121
+
1122
+
* The module `Data.Fin.Substitution.Example` has been deprecated, and moved to `README.Data.Fin.Substitution.UntypedLambda`
1123
+
1120
1124
### Deprecation of `Data.Product.Function.Dependent.Setoid.WithK`
1121
1125
1122
1126
* This module has been deprecated, as none of its contents actually depended on axiom K. The contents has been moved to `Data.Product.Function.Dependent.Setoid`.
@@ -2201,6 +2205,27 @@ Additions to existing modules
2201
2205
inject≤-irrelevant : inject≤ i m≤n ≡ inject≤ i m≤n′
2202
2206
```
2203
2207
2208
+
* Changed the fixity of `Data.Fin.Substitution.TermSubst._/Var_`.
2209
+
```agda
2210
+
infix 8 ↦ infixl 8
2211
+
```
2212
+
2213
+
* Added new lemmas in `Data.Fin.Substitution.Lemmas.TermLemmas`:
2214
+
```
2215
+
map-var≡ : {ρ₁ : Sub Fin m n} {ρ₂ : Sub T m n} {f : Fin m → Fin n} →
0 commit comments