X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/a3698041b3521c3cb17b3546ecdc08ba101c788a..c9731b9b3ee43c4c8d82c31009a5870a01d3acfa:/src/eval.sig diff --git a/src/eval.sig b/src/eval.sig index 9b98e67..3d05210 100644 --- a/src/eval.sig +++ b/src/eval.sig @@ -14,12 +14,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -*) + *) (* Execution of Domtool programs reduced to primitive actions *) signature EVAL = sig val exec : Env.env_vars -> Ast.exp -> unit + val exec' : Env.env_vars -> Ast.exp -> Env.env_vars end