nfdi4plants/arc-validate

ARCExpect: Need for `ParamCollection.ContainsParamWithCvValue`

Closed this issue · 1 comments

omaus commented

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