X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/a22c187b7b983dad6b0e2c34cd0ab74e95c2411b..77a8fca278b561808959fa1aa7d9f02c5cfe7720:/src/parse.sig diff --git a/src/parse.sig b/src/parse.sig index a708344..7d06f47 100644 --- a/src/parse.sig +++ b/src/parse.sig @@ -14,11 +14,11 @@ * 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