diff options
| author | herbelin | 2000-11-20 08:38:45 +0000 |
|---|---|---|
| committer | herbelin | 2000-11-20 08:38:45 +0000 |
| commit | 2bad3607d52b827518f45ef1c0049b6fb4d45112 (patch) | |
| tree | ce9f3f2c51e95f75c148d595c9201b0da237dab8 | |
| parent | e01116497a9b1192fa42739c6eae0d2abd81f4c2 (diff) | |
Une capsule pour save_module_to dans Discharge
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@854 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | toplevel/vernac.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernac.ml b/toplevel/vernac.ml index 7997b24516..735724aed0 100644 --- a/toplevel/vernac.ml +++ b/toplevel/vernac.ml @@ -132,7 +132,7 @@ and raw_compile_module verbosely only_spec mname file = if only_spec then failwith ".vi not yet implemented" else - Library.save_module_to mname base + Discharge.save_module_to mname base and read_vernac_file verbosely s = let interpfun = |
