Show
Ignore:
Timestamp:
06/20/05 16:10:43 (3 years ago)
Author:
autrijus
svk:copy_cache_prev:
6641
Message:

* clean some warnings

Files:
1 modified

Legend:

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

    r4865 r4870  
    179179 
    180180rxSplit_n :: VRule -> String -> Int -> Eval [Val] 
    181 rxSplit_n _ [] n = return [] 
     181rxSplit_n _ [] _ = return [] 
    182182rxSplit_n rx str n = do 
    183183    match <- str `doMatch` rx