Skip to content

Commit

Permalink
Erase arguments a and x of rezzErase
Browse files Browse the repository at this point in the history
  • Loading branch information
jespercockx committed Dec 22, 2023
1 parent bda9466 commit 07c9d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Haskell/Extra/Erase.agda
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module Haskell.Extra.Erase where
ne = subst NonEmpty (sym p) itsNonEmpty
{-# COMPILE AGDA2HS rezzTail inline #-}

rezzErase : Rezz (Erase a) (Erased x)
rezzErase : {@0 a : Set} {@0 x : a} Rezz (Erase a) (Erased x)
rezzErase {x = x} = Rezzed (Erased x) refl
{-# COMPILE AGDA2HS rezzErase inline #-}

Expand Down

0 comments on commit 07c9d3d

Please sign in to comment.