]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/transcript/gallina8Parser.mly
- cicInspect: relevant nodes count updated: letin nodes are not relevant
[helm.git] / helm / software / components / binaries / transcript / gallina8Parser.mly
index 632bd7e1d6b82d0efdb99e2b0c504c47ddf2b22c..b51a3d76ee62b29d3e84c99868802c6d894bdab8 100644 (file)
       | unx xskips FS
          { out "UNX" (fst $2); [T.Unexport ($1 ^ fst $2 ^ trim $3)] }
       | req xp ident FS
-         { out "REQ" $3; [T.Include (trim $3)]                      }
+         { out "REQ" $3; [T.Include (false, trim $3)]               }
       | req ident FS
-         { out "REQ" $2; [T.Include (trim $2)]                      } 
+         { out "REQ" $2; [T.Include (false, trim $2)]               } 
       | load str FS
-         { out "REQ" $2; [T.Include (strip2 (trim $2))]             }
+         { out "REQ" $2; [T.Include (false, strip2 (trim $2))]      }
       | coerc qid spcs skips FS
          { out "COERCE" (hd $2); coercion (hd $2)                   }
       | id coerc qid spcs skips FS