Guest User

Untitled

a guest
Dec 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. declare
  2. fun {StreamMap S F}
  3. local X in
  4. case S of Sr|Ss then
  5. X = {F Sr}
  6. X|{StreamMap Ss F}
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment