diff options
Diffstat (limited to 'plugins/subtac/subtac_obligations.ml')
-rw-r--r-- | plugins/subtac/subtac_obligations.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/subtac/subtac_obligations.ml b/plugins/subtac/subtac_obligations.ml index 94bd059c2..76a8a0322 100644 --- a/plugins/subtac/subtac_obligations.ml +++ b/plugins/subtac/subtac_obligations.ml @@ -170,8 +170,7 @@ let (input,output) = prlist_with_sep spc (fun x -> Nameops.pr_id x) (map_keys infos)); Substitute (ProgMap.empty, tac)); - subst_function = subst; - export_function = (fun x -> Some x) } + subst_function = subst} let update_state () = (* msgnl (str "Updating obligations info"); *) |