Changeset 12483 for src/Pugs/Eval

Show
Ignore:
Timestamp:
08/19/06 22:25:57 (2 years ago)
Author:
gaal
Message:

* do away with redundant import

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Eval/Var.hs

    r12471 r12483  
    1818import Pugs.Monads 
    1919import qualified Pugs.Val as Val 
    20 import Pugs.Val hiding (Val, IValue, VUndef, Var) 
    2120import qualified Data.ByteString.Char8 as Str 
    2221 
     
    225224 
    226225                -- This is the Capture object we are going to work with 
    227                 let capt = CaptMeth invVV [MkFeed posVVs namVVs] 
     226                let capt = CaptMeth invVV [Val.MkFeed posVVs namVVs] 
    228227 
    229228                return . castV $ "CCall " ++ show methName ++ " " ++ show capt