Skip to content

Instantly share code, notes, and snippets.

@imeckler
Created March 7, 2015 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imeckler/f944c990813be21ac6b2 to your computer and use it in GitHub Desktop.
Save imeckler/f944c990813be21ac6b2 to your computer and use it in GitHub Desktop.
Diag
diag = go [] where
go active (xs:xss) = map head active ++ go (xs:map tail active) xss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment