-
Notifications
You must be signed in to change notification settings - Fork 2
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
Type model and API rework #28
Conversation
…ds (Accession, Value, RefUri)
is "Value" not already taken by the real value? I mean, you have a CvParam with
|
I am talking about CvTerm, not CvParam. |
We can however decide to use
|
Also, to be clear, what you are referring to as value is the |
Yes, and I didn't like it. Wouldn't it be more consistent when using "name"? Because if "value" in CvParam means a totally other thing than "value" in CvTerm, wouldn't this confuse people? |
Is there a case where the |
OBO format goes with "name" for Term names which makes it more clear imho. |
…t naming based on input type
…pes on Param convenience type
ready for review @omaus ;) |
This PR:
tryCvParam
, a function of signatureIParamBase -> CvParam option
will not be on theCvParam
type anymore, as functions prefixed withCvParam
are expected to have actualCvParams
as arguments.