X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/a3698041b3521c3cb17b3546ecdc08ba101c788a..90dd48df1de3ea116fe2f2c0ec0fe36c71e17e5c:/src/eval.sig?ds=sidebyside 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