Skip to content

Commit

Permalink
Update plutus-metatheory/src/Untyped.lagda.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ana Pantilie <45069775+ana-pantilie@users.noreply.github.com>
  • Loading branch information
ramsay-t and ana-pantilie committed May 3, 2024
1 parent 5ca05ab commit c300c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-metatheory/src/Untyped.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ open Untyped

This defines the syntax for UPLC and requires that it be "well scoped", which
is that only variables in the context are used. The context uses de Bruijn naming,
so the variables are numbered. This numbering is provided by an indctivley defined
so the variables are numbered. This numbering is provided by an inductively defined
natural number, which uses the Maybe type (so: `Nothing` = zero, `Just Just Nothing` = 2)
to allow direct translation to Haskell.

Expand Down

0 comments on commit c300c78

Please sign in to comment.