Skip to content

Commit

Permalink
[ agda#6055 ] Updated std-lib commit (in the release-v1.7.2 branch).
Browse files Browse the repository at this point in the history
  • Loading branch information
asr authored and JobPetrovcic committed Apr 5, 2024
1 parent c8ac2fd commit 8f98e77
Show file tree
Hide file tree
Showing 13 changed files with 668 additions and 51 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "std-lib"]
path = std-lib
url = https://github.com/agda/agda-stdlib
branch = master
[submodule "cubical"]
path = cubical
url = https://github.com/agda/cubical
6 changes: 3 additions & 3 deletions benchmark/monad/Monad.agda
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ open STOProps (record { Carrier = _ ; _≈_ = _; _<_ = _
; isStrictTotalOrder = posOrdered })

import IndexedMap as Map -- renaming (Map to MemoTable)
open import Effect.Monad
open import Effect.Monad.State
open import Category.Monad
open import Category.Monad.State
import Data.List as List; open List using (List)
open import Data.Unit
open import Data.Unit hiding (poset; _≤_)
open import Function
open import Data.Maybe
open import Data.Product.Relation.Binary.Lex.Strict
Expand Down
6 changes: 3 additions & 3 deletions benchmark/monad/MonadPostulates.agda
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ open STOProps (record { Carrier = _ ; _≈_ = _; _<_ = _
; isStrictTotalOrder = posOrdered })

import IndexedMap as Map -- renaming (Map to MemoTable)
open import Effect.Monad
open import Effect.Monad.State
open import Category.Monad
open import Category.Monad.State
import Data.List as List; open List using (List)
open import Data.Unit
open import Data.Unit hiding (poset; _≤_)
open import Function
open import Data.Maybe
open import Data.Product.Relation.Binary.Lex.Strict
Expand Down

0 comments on commit 8f98e77

Please sign in to comment.