Skip to content

feat(typeclass_stats): scrape typeclass hierarchy into JSON#52

Open
jcommelin wants to merge 1 commit intomasterfrom
typeclass-stats
Open

feat(typeclass_stats): scrape typeclass hierarchy into JSON#52
jcommelin wants to merge 1 commit intomasterfrom
typeclass-stats

Conversation

@jcommelin
Copy link
Copy Markdown
Member

No description provided.

Comment thread src/typeclass_stats.lean
Comment on lines +37 to +40
"{ \"name\" : \"" ++ n.name ++ "\",\n" ++
"\"topic\" : \"" ++ n.topic ++ "\",\n" ++
"\"file\" : \"" ++ n.file ++ "\",\n" ++
"\"line\" : " ++ n.line ++ " }\n"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's now an API for building json, right?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's right. Feel free to hack on this. I mostly put up this PR so that we don't loose the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants