We're a place where coders share, stay up-to-date and grow their careers.
Haskell:
remove_url_anchor :: String -> String remove_url_anchor = takeWhile (/= '#')
So much beautiful to read.
Haskell:
So much beautiful to read.