]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/termEditor.ml
renamed modules so that they are more consistent with other cic modules
[helm.git] / helm / gTopLevel / termEditor.ml
index 668bf1502a8e0065e98193629ad95b9d4a2d97f0..db637554f249e8d4fe9bfee54ccdb516ac4b81ca 100644 (file)
@@ -51,7 +51,7 @@ class type term_editor =
    method environment : DisambiguatingParser.EnvironmentP3.t ref
  end
 
-module Make(C:Disambiguate_types.Callbacks) =
+module Make(C:DisambiguateTypes.Callbacks) =
   struct
 
    module Disambiguate' = DisambiguatingParser.Make(C);;