Skip to content

Include dependency information in coq datasets #33

Description

@JasonGross

I would like to be able to extract a datapoint of definitions and theorem statements which includes the recursive dependencies of each datapoint. I'm imagining giving each datapoint (in json) a unique identifier (perhaps its kernel name) and having a list of direct dependencies.

I would also like to have a mapping of datapoints to which module they come from (From foo Require bar.baz or w/e).

Ideally, we could separate dependencies of the theorem statements from dependencies of their proofs, but this is not necessary. Also, ideally, we'd be able to get the notation & ltac dependencies, but this seems much harder.

References that might make this easier:

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions