Skip to content

Commit

Permalink
Add missing COMPILE pragma for rezz-id
Browse files Browse the repository at this point in the history
  • Loading branch information
jespercockx committed Jan 19, 2024
1 parent f37dff8 commit 04f48a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Haskell/Extra/Erase.agda
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module Haskell.Extra.Erase where
instance
rezz-id : {x : a} Rezz a x
rezz-id = rezz _
{-# COMPILE AGDA2HS rezz-id inline #-}

rezzCong : {@0 a : Set} {@0 x : a} (f : a b) Rezz a x Rezz b (f x)
rezzCong f (Rezzed x p) = Rezzed (f x) (cong f p)
Expand Down

0 comments on commit 04f48a2

Please sign in to comment.