Skip to content
Snippets Groups Projects

Stability field histogram

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    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
    Edited
    snippetfile1.txt 988 B
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment