Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.11 KB | None | 0 0
  1. let rec extractInterested p r =
  2.     match (p, r) with
  3.     |(_, []) -> []
  4.     |(p', (name,(no,by,ths))::r')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement