nfdi4plants / arc-validate

Home of all the tools and libraries to create and run validation of ARCs
https://nfdi4plants.github.io/arc-validate/
MIT License
3 stars 2 forks source link

ARCExpect: Need for `ParamCollection.ContainsParamWithCvValue` #106

Closed omaus closed 1 week ago

omaus commented 2 weeks ago

Current workaround:

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

moved to: #105