We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all Chart.Item should be renamed Chart.ItemID, since multiple entries with the same ID actually constitute an item.
Then, perhaps Entry should be renamed Cause or Causation or Derivation.
Then Item should be a first-class type wrapping a Chart.Entries.SubSequence, and having a sequence of Derivations or at least MainstemIndices.
Then there should be a first-class representation for the sequence of Items in an Earleme having a given transition symbol.
All of this is currently ad-hoc in the type system.
The text was updated successfully, but these errors were encountered:
Rename Chart.Item->ItemID
6133906
Progress on #15
Add member forwarding from Entry to its item
842c667
Use property forwarding from Entry to ItemID
4136fec
No branches or pull requests
First of all Chart.Item should be renamed Chart.ItemID, since multiple entries with the same ID
actually constitute an item.
Then, perhaps Entry should be renamed Cause or Causation or Derivation.
Then Item should be a first-class type wrapping a Chart.Entries.SubSequence, and having a sequence of Derivations or at least MainstemIndices.
Then there should be a first-class representation for the sequence of Items in an Earleme having a given
transition symbol.
All of this is currently ad-hoc in the type system.
The text was updated successfully, but these errors were encountered: