Skip to content

Commit

Permalink
prettify: fix missed useless prefix annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
artagnon committed Feb 20, 2024
1 parent 0042604 commit 55e109b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/νType/νType.v
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Class PaintingBlock (n: nat) (prefix: Type@{m'})
painting {p} {Hp: p <= n} {D}:
(Frame.(frame) (♢ _) D -> HSet@{m}) -> Frame.(frame) Hp D -> HSet@{m};
restrPainting {p q} {Hpq: p.+1 <= q.+1}
(Hq: q.+1 <= n) (ε: arity) {D : prefix}
(Hq: q.+1 <= n) (ε: arity) {D}
{E: Frame.(frame) (♢ _) D -> HSet@{m}}
{d: Frame.(frame) (↓ (Hpq ↕ Hq)) D} (c: painting E d):
PaintingPrev.(painting') (Frame.(restrFrame) Hq ε d);
Expand Down

0 comments on commit 55e109b

Please sign in to comment.