module N = NotationPt
module G = GrafiteAst
-type ast_statement = G.statement
-
let exc_located_wrapper f =
try
f ()
statement
;;
-type db = ast_statement Grammar.Entry.e ;;
+type db = GrafiteAst.statement Grammar.Entry.e ;;
class type g_status =
object
* http://helm.cs.unibo.it/
*)
-type ast_statement = GrafiteAst.statement
-
type db
class type g_status =
(* never_include: do not call LexiconEngine to do includes,
* always raise NoInclusionPerformed *)
(** @raise End_of_file *)
-val parse_statement: #status -> Ulexing.lexbuf -> ast_statement
+val parse_statement: #status -> Ulexing.lexbuf -> GrafiteAst.statement