]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/transcript/grafite.ml
- Procedural convertible rewrites in the conclusion are now detected and replaced...
[helm.git] / helm / software / components / binaries / transcript / grafite.ml
index 0037e61456b7d82776ae59f50d0e40579744d271..cae0bdfb53aef4aff69e27e4ff00c220a157e687 100644 (file)
@@ -75,8 +75,8 @@ let command_of_obj obj =
 let command_of_macro macro =
    G.Executable (floc, G.Macro (floc, macro))
 
-let require src value =
-   command_of_obj (G.Include (floc, src, value ^ ".ma"))
+let require moo value =
+   command_of_obj (G.Include (floc, moo, value ^ ".ma"))
 
 let coercion value =
    command_of_obj (G.Coercion (floc, UM.uri_of_string value, true, 0, 0))
@@ -111,7 +111,7 @@ let commit kind och items =
       | T.Heading heading       -> out_preamble och heading
       | T.Line line             ->
          if !O.comments then out_line_comment och line
-      | T.Include (src, script) -> out_command och (require src script)
+      | T.Include (moo, script) -> out_command och (require moo script)
       | T.Coercion specs        -> 
          if !O.comments then out_unexported och "COERCION" (snd specs)
       | T.Notation specs        ->