File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ The source code structure is identical to `untyped-meta`:
58
58
- ` Unify.ml ` : the main pattern unification algorithm with pruning
59
59
- ` Typecheck.ml ` : a simple bidirectional type checker
60
60
- ` 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
62
62
63
63
Meta variables are now typed,
64
64
which requires some slight modification in ` Syntax.ml ` , ` MetaContext.ml ` and ` Normalize.ml ` .
Original file line number Diff line number Diff line change 8
8
- ` Unify.ml ` : the main pattern unification algorithm with pruning
9
9
- ` Typecheck.ml ` : a simple bidirectional type checker
10
10
- ` 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
12
12
13
13
If you already have some experience with dependent type checking and NBE,
14
14
all files except ` Unify.ml ` are standard.
You can’t perform that action at this time.
0 commit comments