Fix indentation in GPL headers
[hcoop/domtool2.git] / src / main.sig
index a7c3b2d..46aedfb 100644 (file)
@@ -14,7 +14,7 @@
  * 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.
-*)
+ *)
 
 (* Main interface *)
 
@@ -23,5 +23,7 @@ signature MAIN = sig
     val tInit : Ast.typ
 
     val check : string -> unit
+    val reduce : string -> unit
+    val eval : string -> unit
 
 end