nfdi4plants / arc-validate

Home of all the tools and libraries to create and run validation of ARCs

Home Page:https://nfdi4plants.github.io/arc-validate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARCExpect: Need for `ParamCollection.ContainsParamWithCvValue`

omaus opened this issue · comments

Current workaround:

iparamTokens
|> Validate.ParamCollection.SatisfiesPredicate (
    fun iparams ->
        iparams
        |> List.exists (fun iparam -> iparam.Value = ParamValue.CvValue (CvTerm.create("<TAN>", "<Name>", "<Ref>")))
)

moved to: #105