bump again
This commit is contained in:
parent
fa09aaf228
commit
612fb33663
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ cmpShape : Subst env from1 to -> Subst env from2 to ->
|
||||||
cmpShape (Shift by) (Shift bz) = cmpLen by bz
|
cmpShape (Shift by) (Shift bz) = cmpLen by bz
|
||||||
cmpShape (Shift _) (_ ::: _) = Left LT
|
cmpShape (Shift _) (_ ::: _) = Left LT
|
||||||
cmpShape (_ ::: _) (Shift _) = Left GT
|
cmpShape (_ ::: _) (Shift _) = Left GT
|
||||||
cmpShape (_ ::: th) (_ ::: ph) = cong S <$> cmpShape th ph
|
cmpShape (_ ::: th) (_ ::: ph) = map (\x => cong S x) $ cmpShape th ph
|
||||||
|
|
||||||
|
|
||||||
public export
|
public export
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
collection = "nightly-230622"
|
collection = "nightly-230711"
|
||||||
|
|
||||||
[custom.all.tap]
|
[custom.all.tap]
|
||||||
type = "git"
|
type = "git"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue