Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field names in Data.Graph #648

Closed
barrettj12 opened this issue Nov 25, 2021 · 1 comment · Fixed by #655
Closed

Field names in Data.Graph #648

barrettj12 opened this issue Nov 25, 2021 · 1 comment · Fixed by #655

Comments

@barrettj12
Copy link
Contributor

In Data.Graph.Base, directed graphs are defined

record Graph ℓv ℓe : Type (ℓ-suc (ℓ-max ℓv ℓe)) where
  field
    Obj : Type ℓv
    Hom : Obj  Obj  Type ℓe

Surely these should be called Vertex/Node and Edge instead?

@mortberg
Copy link
Collaborator

Good catch! I prefer Node/Edge

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 a pull request may close this issue.

2 participants