Changeset 3067 for src/Pugs/Prim/List.hs

Show
Ignore:
Timestamp:
05/12/05 13:34:59 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
4536
Message:

* join.t fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim/List.hs

    r3066 r3067  
    9090 
    9191op2Join :: Val -> Val -> Eval Val 
     92op2Join (VList [x@(VRef _)]) y = op2Join x y 
    9293op2Join x y = do 
    9394    (strVal, listVal) <- ifValTypeIsa x "Scalar"