Fix conflict
This commit is contained in:
parent
2a3757f391
commit
61efcebc64
5 changed files with 213 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ eval cxt = \case
|
|||
|
||||
EInt i -> pure $ VInt i
|
||||
|
||||
-- γ ⊢ e ⇓ let δ in λx → f
|
||||
-- γ ⊢ e ⇓ let δ in λx. f
|
||||
-- γ ⊢ e₁ ⇓ v
|
||||
-- δ,x=v ⊢ f ⇓ v₁
|
||||
-- ------------------------------
|
||||
|
|
@ -54,7 +54,7 @@ eval cxt = \case
|
|||
|
||||
--
|
||||
-- -----------------------------
|
||||
-- γ ⊢ λx → f ⇓ let γ in λx → f
|
||||
-- γ ⊢ λx. f ⇓ let γ in λx. f
|
||||
|
||||
EAbs x e -> pure $ VClosure cxt x e
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue