Skip to content

Commit

Permalink
Fix phrase describing lambda calculus
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Aug 24, 2021
1 parent d21f1b3 commit 71f39b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ extensive examples, see

### An ABT for the λ-calculus

Here is a short example showing a naive implementation of the simply typed
lambda calculus using `um-abt`.
Here is a short example showing a naive implementation of the untyped lambda
calculus using `um-abt`.

ABTs representing the syntax of a language are produced by applying the
`Abt.Make` functor to a module implementing the `Operator` specification.
Expand Down

0 comments on commit 71f39b1

Please sign in to comment.