]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nTacStatus.mli
Bad default for ?dorefine for instantiate
[helm.git] / helm / software / components / ng_tactics / nTacStatus.mli
index edaf40b6cf2578697ad3534a2a797934c22bb8cf..416306c021f3021638d437361ddb4c81db1fd19b 100644 (file)
@@ -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