Guest User

Untitled

a guest
Feb 16th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. *** ocaml-3.12.0-orig/typing/unused_var.ml 2010-04-08 05:58:41.000000000 +0200
  2. --- ocaml-3.12.0/typing/unused_var.ml 2011-07-03 10:26:16.885683000 +0200
  3. ***************
  4. *** 106,110 ****
  5. | Pstr_class cdl -> List.iter (class_declaration ppf tbl) cdl;
  6. | Pstr_class_type _ -> ()
  7. ! | Pstr_include _ -> ()
  8.  
  9. and expression ppf tbl e =
  10. --- 106,110 ----
  11. | Pstr_class cdl -> List.iter (class_declaration ppf tbl) cdl;
  12. | Pstr_class_type _ -> ()
  13. ! | Pstr_include me -> module_expr ppf tbl me
  14.  
  15. and expression ppf tbl e =
Add Comment
Please, Sign In to add comment