Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-1024

Add support to single pattern forall

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    Description

      Add support to single pattern forall. Example:

      forall( Cheese( type == "stilton" ) )

      The above has the same semantics as:

      forall( $c : Cheese()
      Cheese( this == $c, type == "stilton" ) )

      Attachments

        Activity

          People

            etirelli@redhat.com Edson Tirelli
            etirelli@redhat.com Edson Tirelli
            Archiver:
            rhn-support-ceverson Clark Everson

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty