X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FnTacStatus.mli;h=416306c021f3021638d437361ddb4c81db1fd19b;hb=2596b5aa335f8763ecd0f9263df7d538f0958e59;hp=edaf40b6cf2578697ad3534a2a797934c22bb8cf;hpb=073654937929574a9448ed01b340a2928d77dbec;p=helm.git diff --git a/helm/software/components/ng_tactics/nTacStatus.mli b/helm/software/components/ng_tactics/nTacStatus.mli index edaf40b6c..416306c02 100644 --- a/helm/software/components/ng_tactics/nTacStatus.mli +++ b/helm/software/components/ng_tactics/nTacStatus.mli @@ -77,7 +77,7 @@ val mk_meta: [ `Decl of cic_term | `Def of cic_term ] -> NCicUntrusted.meta_kind -> 'status * cic_term -(* default value for refine: false; you can use true if the term has already been refined with +(* default value for refine: true; you can use false if the term has already been refined with the expected type for the meta (e.g. after a reduction tactic) *) val instantiate: #pstatus as 'status -> ?refine:bool -> int -> cic_term -> 'status val instantiate_with_ast: #pstatus as 'status -> int -> tactic_term -> 'status