X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fcompil.mli;h=d2c27fbf62c6ad36ce2eb44013ab7990711d22f3;hb=refs%2Fheads%2Flucca-optim;hp=e21975df8aff5e513acb77810b7db81d88b4f372;hpb=5a9c2accf1b54294cd71b90ca5cca5f69ac8e76e;p=tatoo.git diff --git a/src/compil.mli b/src/compil.mli index e21975d..d2c27fb 100644 --- a/src/compil.mli +++ b/src/compil.mli @@ -2,8 +2,8 @@ (* *) (* TAToo *) (* *) -(* Lucca Hirschi, ? *) -(* ? *) +(* Lucca Hirschi, LRI UMR8623 *) +(* Université Paris-Sud & CNRS *) (* *) (* Copyright 2010-2012 Université Paris-Sud and Centre National de la *) (* Recherche Scientifique. All rights reserved. This file is *) @@ -15,5 +15,6 @@ (** Implementation of compilation from XPath queries into ASTA *) -val trad : XPath.Ast.path -> Asta.t + +val trans : XPath.Ast.path -> Asta.t (** Compilation function *)