diff options
| author | letouzey | 2010-06-15 14:28:05 +0000 |
|---|---|---|
| committer | letouzey | 2010-06-15 14:28:05 +0000 |
| commit | fb6ae3d50279005f75deb273de1d0067a5fa089a (patch) | |
| tree | 753aab2da5a61fc9bb6942b0dacbd762f6a4ca98 /plugins/extraction/vo.itarget | |
| parent | 94eed81b4fbea5bf05e722280a9338ca607e2f21 (diff) | |
Extraction: in support library, more and nicer big_int
- we use a wrapper file big.ml to have short names about big_int
and specialized functions for extraction
- new files : ExtrOcamlZInt for Z==>int and N==>int,
ExtrOcamlZBigInt for Z==>big_int and N==>big_int
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13137 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/extraction/vo.itarget')
| -rw-r--r-- | plugins/extraction/vo.itarget | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/extraction/vo.itarget b/plugins/extraction/vo.itarget index 338b276840..1fe09f6fa2 100644 --- a/plugins/extraction/vo.itarget +++ b/plugins/extraction/vo.itarget @@ -3,4 +3,6 @@ ExtrOcamlIntConv.vo ExtrOcamlBigIntConv.vo ExtrOcamlNatInt.vo ExtrOcamlNatBigInt.vo +ExtrOcamlZInt.vo +ExtrOcamlZBigInt.vo ExtrOcamlString.vo
\ No newline at end of file |
