Guest User

Untitled

a guest
Jun 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. [e' | q'] ++ [e | v <- fs, q]
  2.  
  3. [v*2 | v <- 5:fs, odd v]
  4.  
  5. [5*2|odd 5] ++ [v*2 | v <- fs, odd v]
  6.  
  7. [5*2] ++ [v*2 | f<- fs, odd v]
Add Comment
Please, Sign In to add comment