Skip to content

Commit

Permalink
fix tyApp' comilation
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenBC committed Oct 28, 2024
1 parent 0a86b61 commit da40554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Agda/Core/Typing.agda
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ tyApp' : {@0 Γ : Context α} {b : Type α} {c : Type (x ◃ α)} {@0 r : Rezz
------------------------------------
Γ ⊢ TApp u v ∶ substTop {t = λ (@0 v) Type v} r v c
tyApp' {r = rezz α} tyu tyv = TyApp tyu tyv
{-# COMPILE AGDA2HS tyApp' #-}

tyCase' : {@0 Γ : Context α}
{d : NameIn dataScope}
Expand Down

0 comments on commit da40554

Please sign in to comment.