Stability field histogram
The snippet can be accessed without any authentication.
Authored by
Ben Gamari
Using bgamari/hackage-stats>:
$ rg -iuuu 'stability *: *(\w+)' --glob='*.hs' -r'$1' -o trees > stability
$ cut -f2 -d ':' stability | sort | uniq -c | sort -nr
snippetfile1.txt 988 B
Please register or sign in to comment