fixed link

master
Michael Lynch 2019-02-15 20:44:55 +00:00
parent 520e22a24e
commit 1b5f05d758
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ link:driver/pparse.ml[].
==== Typing -- link:typing/[]
Type-checks the AST and produces a typed representation of the program
(link:parsing/typedtree.mli[] has some helpful comments). See
(link:typing/typedtree.mli[] has some helpful comments). See
link:typing/HACKING.adoc[].
==== The bytecode compiler -- link:bytecomp/[]