From 700f011316e067fa7311ba23d2195a483376a284 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 2 Jun 2010 15:06:03 +0000 Subject: Extraction: start of a support library - ExtrOcamlBasic: mapping of basic types to ocaml's ones - ExtrOcamlIntConv: conversion between int and coq's numerical types - ExtrOcamlBigIntConv: same with big_int (no overflow) - ExtrOcamlNatInt: realizes nat by int (unsafe) more to come: Haskell, handling of stings, more stuff in ExtrOcamlNatInt, etc etc... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13050 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/pluginsvo.itarget | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/pluginsvo.itarget') diff --git a/plugins/pluginsvo.itarget b/plugins/pluginsvo.itarget index d370e77dc7..48cbae3ec1 100644 --- a/plugins/pluginsvo.itarget +++ b/plugins/pluginsvo.itarget @@ -10,3 +10,4 @@ ring/vo.otarget romega/vo.otarget rtauto/vo.otarget setoid_ring/vo.otarget +extraction/vo.itarget \ No newline at end of file -- cgit v1.2.3