Add TODO for mutual recursion
[tiger.ml.git] / compiler / src / lib / tiger / tiger_semant.ml
index 3a80f21..e372bc7 100644 (file)
@@ -57,6 +57,7 @@ end = struct
     check_same {exp=(); ty=Type.Int} expty ~pos
 
   (* TODO: actual_ty *)
+  (* TODO: mutual recursion *)
 
   let rec transExp ~env exp =
     let rec trexp exp =
This page took 0.017301 seconds and 4 git commands to generate.