Advertisement
Fenrir112

Untitled

Nov 10th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     // Task 2
  2.     let x1 = [ ('a',1); ('b',2); ('c',3); ('d',4) ] // (<масть>,<достоинство>)
  3.     let rec search = function
  4.         x1 |> List.filter (fun x -> x='a')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement