src/Pure/Syntax/ROOT.ML
author dixon
Tue, 23 Jan 2007 15:54:22 +0100
changeset 22169 74b61ce6b54d
parent 15833 78109c7012ed
permissions -rw-r--r--
added a fold up and fold down as separate functions and fixed zipto to use the folddown.

(*  Title:      Pure/Syntax/ROOT.ML
    ID:         $Id$
    Author:     Tobias Nipkow and Markus Wenzel, TU Muenchen

This file builds the syntax module.
*)

use "lexicon.ML";
use "ast.ML";
use "syn_ext.ML";
use "parser.ML";
use "type_ext.ML";
use "syn_trans.ML";
use "mixfix.ML";
use "printer.ML";
use "syntax.ML";

(*hiding private stuff*)
structure Lexicon = Hidden;
structure Ast = Hidden;
structure SynExt = Hidden;
structure Parser = Hidden;
structure TypeExt = Hidden;
structure SynTrans = Hidden;
structure Mixfix = Hidden;
structure Printer = Hidden;