Changeset 16324

Show
Ignore:
Timestamp:
05/17/07 23:08:49 (18 months ago)
Author:
audreyt
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST/Pad.hs

    r16323 r16324  
    11{-# OPTIONS_GHC -fglasgow-exts -fparr #-} 
    22module Pugs.AST.Pad ( 
    3   mkPad, subPad, diffPads, unionPads, padKeys, filterPad, adjustPad, mergePadEntry 
     3  mkPad, subPad, diffPads, unionPads, padKeys, filterPad, adjustPad, mergePadEntry, emptyPad, mergeLexPads 
    44) where 
    55import Pugs.Internals