From ad5322977632dd2dcec7cb75082d5c128b4a8bd5 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Fri, 18 Feb 2022 10:45:35 +0000 Subject: Remove declare case of Procedure. --- src/Helium/Semantics/Denotational/Core.agda | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Helium/Semantics') diff --git a/src/Helium/Semantics/Denotational/Core.agda b/src/Helium/Semantics/Denotational/Core.agda index d4060f5..6ec0b24 100644 --- a/src/Helium/Semantics/Denotational/Core.agda +++ b/src/Helium/Semantics/Denotational/Core.agda @@ -217,7 +217,6 @@ module Expression ⟦_⟧ᶠ {Γ = Γ} (declare e f) σ γ = ⟦ f ⟧ᶠ σ (tupCons Γ (⟦ e ⟧ᵉ σ γ) γ) ⟦ s ∙end ⟧ᵖ σ γ = P.proj₁ (⟦ s ⟧ˢ σ γ) - ⟦_⟧ᵖ {Γ = Γ} (declare e p) σ γ = ⟦ p ⟧ᵖ σ (tupCons Γ (⟦ e ⟧ᵉ σ γ) γ) update (state i {i