Join Slack
Powered by
in haskell this is actually the implementation of ...
# rx
t
tschuchort
07/16/2017, 12:33 PM
in haskell this is actually the implementation of concat iirc:
concat = foldr1 (++)
Open in Slack
Previous
Next