123456789101112131415161718192021(*
* See pfff/h_program-lang/ast_generic.ml.
*
* I put ast_generic.ml under h_program-lang/ because it is used by the other
* lang_xxx/analyze/xxx_to_generic.ml files. We need to break the mutual
* dependency between the lang_xxx/ and lang_GENERIC/ by moving some
* basic files of lang_GENERIC/parsing/ under h_program-lang/.
*
* This file provides just convenient aliases so one can write in signature
* files Ast.program instead of the longer Ast_generic.program.
*)typeprogram=Ast_generic.programtypename=Ast_generic.nametypeident=Ast_generic.identtypeid_info=Ast_generic.id_infotypeexpr=Ast_generic.exprtypestmt=Ast_generic.stmttypeany=Ast_generic.any