Skip to content

Instantly share code, notes, and snippets.

@jrsonline
Created January 26, 2018 22:59
Show Gist options
  • Save jrsonline/b66658f5dce8d42e826832bce4e105b2 to your computer and use it in GitHub Desktop.
Save jrsonline/b66658f5dce8d42e826832bce4e105b2 to your computer and use it in GitHub Desktop.
Not my functor
protocol Functor : Sequence {
func fmap<S>(_ transform:(Element) -> S) -> ???
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment