Skip to content

Commit

Permalink
Broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGen authored Jun 28, 2023
1 parent 05a6984 commit b0b43c4
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 b0b43c4

Please sign in to comment.