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
+10-5
Original file line number
Diff line number
Diff line change
@@ -342,14 +342,14 @@ Deprecated names
342
342
sym-↔ ↦ ↔-sym
343
343
```
344
344
345
-
* In `Data.Fin.Base`:
346
-
two new, hopefully more memorable, names `↑ˡ``↑ʳ` for the 'left', resp. 'right' injection of a Fin m into a 'larger' type, `Fin (m + n)`, resp. `Fin (n + m)`, with argument order to reflect the position of the Fin m argument.
345
+
* In `Data.Fin.Base`:
346
+
two new, hopefully more memorable, names `↑ˡ``↑ʳ` for the 'left', resp. 'right' injection of a Fin m into a 'larger' type, `Fin (m + n)`, resp. `Fin (n + m)`, with argument order to reflect the position of the Fin m argument.
347
347
```
348
348
inject+ ↦ flip _↑ˡ_
349
349
raise ↦ _↑ʳ_
350
350
```
351
351
352
-
* In `Data.Fin.Properties`:
352
+
* In `Data.Fin.Properties`:
353
353
```
354
354
toℕ-raise ↦ toℕ-↑ʳ
355
355
toℕ-inject+ n i ↦ sym (toℕ-↑ˡ i n)
@@ -358,11 +358,11 @@ two new, hopefully more memorable, names `↑ˡ` `↑ʳ` for the 'left', resp. '
358
358
Fin0↔⊥ ↦ 0↔⊥
359
359
```
360
360
361
-
* In `Data.Vec.Properties`:
361
+
* In `Data.Vec.Properties`:
362
362
```
363
363
[]≔-++-inject+ ↦ []≔-++-↑ˡ
364
364
```
365
-
Additionally, `[]≔-++-↑ʳ`, by analogy.
365
+
Additionally, `[]≔-++-↑ʳ`, by analogy.
366
366
367
367
* In `Foreign.Haskell.Either` and `Foreign.Haskell.Pair`:
0 commit comments