File tree Expand file tree Collapse file tree 8 files changed +7
-19
lines changed Expand file tree Collapse file tree 8 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 11Version 1.7.3
22=============
33
4- The library has been tested using Agda 2.6.4.
4+ The library has been tested using Agda 2.6.3 & 2.6. 4.
55
66* To avoid _ large indices_ that are by default no longer allowed in Agda 2.6.4,
77 universe levels have been increased in the following definitions:
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ The library has been tested using Agda 2.6.3.
55
66* In accordance with changes to the flags in Agda 2.6.3, all modules that previously used
77 the ` --without-K ` flag now use the ` --cubical-compatible ` flag instead.
8-
8+
99* Updated the code using ` primFloatToWord64 ` - the library API has remained unchanged.
Original file line number Diff line number Diff line change 44- name : " The Agda Community"
55title : " Agda Standard Library"
66version : 1.7.3
7- date-released : 2023-10-15
7+ date-released : 2023-10-13
88url : " https://github.com/agda/agda-stdlib"
Original file line number Diff line number Diff line change 11Installation instructions
22=========================
33
4- Use version v1.7.3 of the standard library with Agda 2.6.4.
4+ Use version v1.7.3 of the standard library with Agda 2.6.3 or 2.6. 4.
55
661 . Navigate to a suitable directory ` $HERE ` (replace appropriately) where
77 you would like to install the library.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55-- for forward compatibility with v2.0.
66------------------------------------------------------------------------
77
8- {-# OPTIONS --cubical-compatible --safe #-}
8+ {-# OPTIONS --cubical-compatible --safe --guardedness #-}
99
1010module Effect.Monad.Partiality where
1111
Original file line number Diff line number Diff line change 55-- for forward compatibility with v2.0.
66------------------------------------------------------------------------
77
8- {-# OPTIONS --cubical-compatible --safe #-}
8+ {-# OPTIONS --cubical-compatible --safe --guardedness #-}
99
1010module Effect.Monad.Partiality.All where
1111
Original file line number Diff line number Diff line change 55-- for forward compatibility with v2.0.
66------------------------------------------------------------------------
77
8- {-# OPTIONS --cubical-compatible --safe #-}
8+ {-# OPTIONS --cubical-compatible --safe --guardedness #-}
99
1010module Effect.Monad.Partiality.Instances where
1111
You can’t perform that action at this time.
0 commit comments