Skip to content

Commit 013f47b

Browse files
committed
fix file name in README
1 parent d761755 commit 013f47b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typed-meta/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The source code structure is identical to `untyped-meta`:
5858
- `Unify.ml`: the main pattern unification algorithm with pruning
5959
- `Typecheck.ml`: a simple bidirectional type checker
6060
- `Pretty.ml`, `Parser.mly` and `Lexer.mll`: boring utilities
61-
- `typedNBETest.ml`: tests for the implementation. You can find some example programs here
61+
- `typedMetaTest.ml`: tests for the implementation. You can find some example programs here
6262

6363
Meta variables are now typed,
6464
which requires some slight modification in `Syntax.ml`, `MetaContext.ml` and `Normalize.ml`.

untyped-meta/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- `Unify.ml`: the main pattern unification algorithm with pruning
99
- `Typecheck.ml`: a simple bidirectional type checker
1010
- `Pretty.ml`, `Parser.mly` and `Lexer.mll`: boring utilities
11-
- `PruningTest.ml`: tests for the implementation. You can find some example programs here
11+
- `untypedMetaTest.ml`: tests for the implementation. You can find some example programs here
1212

1313
If you already have some experience with dependent type checking and NBE,
1414
all files except `Unify.ml` are standard.

0 commit comments

Comments
 (0)