Skip to content

Commit

Permalink
chore: bump to Agda >2.6.4 (#270)
Browse files Browse the repository at this point in the history
Had to make a few things more explicit since I fixed the freezing of
metas in opaque blocks
  • Loading branch information
plt-amy authored Oct 11, 2023
1 parent 0763927 commit c6e0c3c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Cat/Displayed/Comprehension.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ $\pi$.

```agda
δᶜ′-cartesian : {Γ x} is-cartesian E (δᶜ {Γ} {x}) δᶜ′
δᶜ′-cartesian = cart where
δᶜ′-cartesian = Γ} {x = x} = cart where
open is-cartesian

cart : is-cartesian E _ _
cart : is-cartesian E (δᶜ {Γ} {x}) δᶜ′
cart .universal m h′ = hom[ cancell proj-dup ] (πᶜ′ ∘′ h′)
cart .commutes m h′ = cast[] $
unwrapr _
Expand Down
2 changes: 1 addition & 1 deletion src/Order/DCPO.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ $$
is-lub.fam≤lub fs-lub (lift true)
where

s : Lift _ Bool P.Ob
s : Lift o Bool P.Ob
s (lift b) = if b then x else y

sx≤sfalse : b s b P.≤ s (lift false)
Expand Down
4 changes: 2 additions & 2 deletions support/nix/dep/Agda/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"repo": "agda",
"branch": "master",
"private": false,
"rev": "632954bf442192276ca9c84ca95991d1ffc7a410",
"sha256": "1ab88xqjfqkid5g0hdxb1w35nwr6ykvrl79c142a5v474k3d18sg"
"rev": "5c8116227e2d9120267aed43f0e545a65d9c2fe2",
"sha256": "11q0fa087wik8k0badpvifan70n8x666z8mvvxwb1vb0cbzz3av3"
}
3 changes: 2 additions & 1 deletion support/shake/app/Shake/AgdaCompile.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import Agda.Interaction.Options
import Agda.Syntax.Common (Cubical(CFull))
import Agda.Syntax.Common.Pretty
import Agda.Syntax.TopLevelModuleName
( TopLevelModuleName(..)
( TopLevelModuleName'(..)
, TopLevelModuleName
, RawTopLevelModuleName(..)
, hashRawTopLevelModuleName
)
Expand Down

0 comments on commit c6e0c3c

Please sign in to comment.