Skip to content

Commit

Permalink
Merge pull request #256 from GuillaumeGen/patch-1
Browse files Browse the repository at this point in the history
Broken link
  • Loading branch information
VictorTaelin authored Sep 9, 2023
2 parents 05a6984 + b0b43c4 commit 4edee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ trees, recursion) aren't affected.
No! Unsupported λ-terms like `λx.(x x) λf.λx.(f (f x))` don't cause HVM to
display undefined behavior. HVM will always behave deterministically, and give
you a correct result to any input, except it will be in terms of [Interaction
Calculus](https://github.com/HigherOrderCO/Kindex/blob/master/Apps/IntCalc/_.kind2) (IC)
Calculus](https://github.com/HigherOrderCO/Kindex/blob/master/Apps/IC/_.kind2) (IC)
semantics. The IC is an alternative to the Lambda Calculus (LC) which differs
slightly in how non-linear variables are treated. As such, these "unsupported"
terms are just cases where the LC and the IC evaluation disagree. In theory, you
Expand Down

0 comments on commit 4edee70

Please sign in to comment.