diff --git a/doc/gf-modules.html b/doc/gf-modules.html index 5d3103d40..155240ea7 100644 --- a/doc/gf-modules.html +++ b/doc/gf-modules.html @@ -775,21 +775,21 @@ has not been implemented.) Syntax:

-abstract A = (A_1,...,A_n **)? -{J_1 ; ... ; J_m ; } +abstract A = (A1,...,An **)? +{J1 ; ... ; Jm ; }

where

Semantic conditions:

Concrete syntax modules

@@ -797,9 +797,9 @@ Semantic conditions: Syntax:

incomplete? concrete C of A = -(C_1,...,C_n **)? -(open O_1,...,O_k in)? -{J_1 ; ... ; J_m ; } +(C1,...,Cn **)? +(open O1,...,Ok in)? +{J1 ; ... ; Jm ; }

@@ -807,15 +807,15 @@ where

@@ -842,23 +842,23 @@ Semantic conditions: Syntax:

resource R = -(R_1,...,R_n **)? -(open O_1,...,O_k in)? -{J_1 ; ... ; J_m ; } +(R1,...,Rn **)? +(open O1,...,Ok in)? +{J1 ; ... ; Jm ; }

where

@@ -866,7 +866,7 @@ where P is a resource, instance, or concrete, and Semantic conditions: @@ -876,23 +876,23 @@ Semantic conditions: Syntax:

interface R = -(R_1,...,R_n **)? -(open O_1,...,O_k in)? -{J_1 ; ... ; J_m ; } +(R1,...,Rn **)? +(open O1,...,Ok in)? +{J1 ; ... ; Jm ; }

where

@@ -900,7 +900,7 @@ where P is a resource, instance, or concrete, and Semantic conditions: @@ -910,24 +910,24 @@ Semantic conditions: Syntax:

instance R of I = -(R_1,...,R_n **)? -(open O_1,...,O_k in)? -{J_1 ; ... ; J_m ; } +(R1,...,Rn **)? +(open O1,...,Ok in)? +{J1 ; ... ; Jm ; }

where

@@ -935,9 +935,9 @@ where P is a resource, instance, or concrete, and Semantic conditions: @@ -946,11 +946,11 @@ Semantic conditions: Syntax:

concrete C of A = -(C_1,...,C_n **)? +(C1,...,Cn **)? B with -(I_1 =J_1), ... -, (I_m =J_m) ; +(I1 =J1), ... +, (Im =Jm) ;

@@ -958,10 +958,10 @@ where