Highlights
- Arctic Code Vault Contributor
Popular repositories
16 contributions in the last year
Less
More
Activity overview
Contributed to
xgrommx/purescript-ecosystem,
xgrommx/purescript-tt,
purescript/purescript-lists
and 5 other
repositories
Contribution activity
February - March 2021
xgrommx has no activity
yet for this period.
January 2021
Created an issue in haskell/containers that received 4 comments
An alternative version of `levels` for `Data.Tree`
Hello everyone, how about an alternative version levels for Data.Tree?
levels :: Tree a -> [[a]]
levels t = unfoldr go [t] where go [] = Nothing go…
4
comments