Function checkLawSets

Check a list of LawSets.

  • Parameters

    Returns ((...sets: LawSet[]) => string[])

    Possibly empty array of failure messages.

      • (...sets): string[]
      • Parameters

        • Rest...sets: LawSet[]

          The law sets to test.

        Returns string[]