Changeset 12462 for src/Pugs/Exp.hs

Show
Ignore:
Timestamp:
08/19/06 15:48:11 (2 years ago)
Author:
audreyt
Message:

* Unbreak the build via newtype transformation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Exp.hs

    r12460 r12462  
    1010import {-# SOURCE #-} qualified Pugs.AST.Internals as OldAST 
    1111import Pugs.Val 
    12 import Pugs.Types (Var) 
    1312 
    1413 
     
    5554    deriving (Show, Eq, Ord, Typeable) {-!derive: YAML_Pos, Perl6Class, MooseClass!-} 
    5655 
    57 -- | General purpose mapping from identifiers to values. 
    58 type Table = Map ID Val 
    59  
    6056-- | AST for a statement. The top level of an AST is a list of Stmt. 
    6157data Stmt = MkStmt