src/Pure/Syntax/ast.ML
changeset 12785 27debaf2112d
parent 12262 11ff5f47df6e
child 14599 c3177fffd31a
equal deleted inserted replaced
12784:bab3b002cbbb 12785:27debaf2112d
     1 (*  Title:      Pure/Syntax/ast.ML
     1 (*  Title:      Pure/Syntax/ast.ML
     2     ID:         $Id$
     2     ID:         $Id$
     3     Author:     Markus Wenzel, TU Muenchen
     3     Author:     Markus Wenzel, TU Muenchen
       
     4     License:    GPL (GNU GENERAL PUBLIC LICENSE)
     4 
     5 
     5 Abstract syntax trees, translation rules, matching and normalization of asts.
     6 Abstract syntax trees, translation rules, matching and normalization of asts.
     6 *)
     7 *)
     7 
     8 
     8 signature AST0 =
     9 signature AST0 =