Viewing profile — michael_007
michael_007
HN member- Joined
- Sat, Feb 20, 2016, 4:41 PM UTC
- HN karma
- 14
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About michael_007
No profile information was provided.
Recent public activity
-
comment
Comment #11146223
Yes, the issue is whether the various string operations are lazy or strict. But whether it's possible to implement lazy operations does depend on the type itself. If the type is im…
-
comment
Comment #11140783
I don't know an article, but the overall situation is pretty straightforward to understand. The original Haskell strings were linked lists of characters. This was simple and elegan…