Skip to content

Commit

Permalink
blog: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshinoTented authored Jun 3, 2024
1 parent 8a48fba commit d742c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aya/blog/extended-pruning.aya.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Then, we get the following tycking problems, according to the rules of PathP:

```
vecA : Vec (+-assoc {?a Γ 0} {?b Γ 0} {?c Γ 0} 0) Nat
vecB : Vec (+-assoc {?a Γ 1} {?b Γ 1} {?c Γ 1} 0) Nat
vecB : Vec (+-assoc {?a Γ 1} {?b Γ 1} {?c Γ 1} 1) Nat
```

Look at the spines of all of these metavariables. None of them are in pattern fragment.
Expand Down

0 comments on commit d742c72

Please sign in to comment.