Skip to content

Instantly share code, notes, and snippets.

@smurphy8
Created May 23, 2014 16:49
Show Gist options
  • Save smurphy8/c6d13e27ed685eea8de3 to your computer and use it in GitHub Desktop.
Save smurphy8/c6d13e27ed685eea8de3 to your computer and use it in GitHub Desktop.
get the subset in between two values
betweens i f s = let (lts, gts) = split i s
(rslt,_) = split f gts
in rslt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment