X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaTypes.ml;h=95618d142624e932493666da151773b8d9f412c5;hb=6912a028bef118d8e9d7c2847200510a9b055c6a;hp=73a5da1a1c3bc863df34b0516c9724e0b709c09e;hpb=ab336f7c09d052c45a09dd49e9b75a39e8b57e5b;p=helm.git diff --git a/helm/matita/matitaTypes.ml b/helm/matita/matitaTypes.ml index 73a5da1a1..95618d142 100644 --- a/helm/matita/matitaTypes.ml +++ b/helm/matita/matitaTypes.ml @@ -160,7 +160,7 @@ class type interpreter = type term_source = [ `Ast of DisambiguateTypes.term - | `Cic of Cic.term + | `Cic of Cic.term * Cic.metasenv | `String of string ]