X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/a3698041b3521c3cb17b3546ecdc08ba101c788a..2e96b9d42f6d2619f961c753ac3bbc9ba57c5147:/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