Skip to content

Commit 6deb35c

Browse files
committed
lookupVar should be lookupEnv
1 parent 4e4bc04 commit 6deb35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

006_hindley_milner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ context.
648648
Var x -> lookupEnv env x
649649
```
650650

651-
The function ``lookupVar`` looks up the local variable reference in typing
651+
The function ``lookupEnv`` looks up the local variable reference in typing
652652
environment and if found it instantiates a fresh copy.
653653

654654
```haskell

0 commit comments

Comments
 (0)