Fix indentation in GPL headers
[hcoop/domtool2.git] / src / parse.sig
index a708344..7d06f47 100644 (file)
  * 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.
-*)
+ *)
 
 (* Domtool configuration language parser *)
 
 signature PARSE =
   sig
-    val parse : string -> Ast.exp
+    val parse : string -> Ast.file
   end