Sign up for a GitHub account Sign in All Gists lykkin / gist:2a66f41bf79880b79432 Created February 15, 2015 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav tail call map View gist:2a66f41bf79880b79432 gistfile1.hs Raw File suppressed. Click to show. 1 2 3 4 5 6 7 mapz f (x:xs) = (f x):(mapz f xs) mapz f [] = [] mapa f li = let mapacc f (x:xs) acc = mapacc f xs ((f x):acc) mapacc f [] acc = acc in ( reverse (mapacc f li [] )) Sign up for free to join this conversation on GitHub . Already have an account? Sign in to comment /.discussion-timeline /.gist-content /.container Something went wrong with that request. Please t...