Skip to content
hildo edited this page Nov 19, 2011 · 8 revisions

#Edh Work

Week One

Questions

  1. Rewrite of function: [x | x <- [10..20], not (x elem [13,15,19])]
  2. myRep x y = take x (repeat y)
  3. [ sum xs | xs <- xxs]
  4. ( Integer List, String, Character List, ( Integer, Character, Boolean ) )
Clone this wiki locally