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

Show
Ignore:
Timestamp:
05/25/05 15:02:29 (3 years ago)
Author:
scook0
svk:copy_cache_prev:
5385
Message:

* Minor English tweaks to PA02
* Fixed a comment that was confusing Haddock

Files:
1 modified

Legend:

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

    r3827 r3877  
    232232    mapMn' []     _  = return [] 
    233233 
    234 -- | Takes an int and a list and returns a LoL. 
    235 --   Ex.: 
    236 --   > list2LoL 3 [1,2,3,4,5] = [[1,2,3],[4,5,undef]] 
     234{-| 
     235Takes an int and a list and returns a LoL. 
     236Ex.: 
     237 
     238> list2LoL 3 [1,2,3,4,5] = [[1,2,3],[4,5,undef]] 
     239-} 
    237240list2LoL :: Int -> [Val] -> [[Val]] 
    238241list2LoL n list