changeset 10113 | b26c2772e754 |
parent 10111 | 459bc720cea1 |
child 10120 | b7f632c12784 |
--- a/tools/pas2c/PascalUnitSyntaxTree.hs Thu Feb 06 23:02:35 2014 +0400 +++ b/tools/pas2c/PascalUnitSyntaxTree.hs Fri Feb 07 00:46:49 2014 +0400 @@ -1,8 +1,5 @@ module PascalUnitSyntaxTree where -import Data.Maybe -import Data.Char - data PascalUnit = Program Identifier Implementation Phrase | Unit Identifier Interface Implementation (Maybe Initialize) (Maybe Finalize)