Skip to content

Commit

Permalink
erase a in subst0
Browse files Browse the repository at this point in the history
  • Loading branch information
liesnikov authored and flupe committed Jan 23, 2024
1 parent 20e3cbc commit 36a25ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Haskell/Prelude.agda
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ errorWithoutStackTrace : {@0 @(tactic absurd) i : ⊥} → String → a
errorWithoutStackTrace {i = ()} err


subst0 : (@0 p : @0 a Set) {@0 x y : a} @0 x ≡ y p x p y
subst0 : {@0 a : Set} (@0 p : @0 a Set) {@0 x y : a} @0 x ≡ y p x p y
subst0 p refl z = z
{-# COMPILE AGDA2HS subst0 transparent #-}

Expand Down

0 comments on commit 36a25ff

Please sign in to comment.