aboutsummaryrefslogtreecommitdiff
path: root/contrib/extraction/test
diff options
context:
space:
mode:
authorletouzey2002-03-26 23:31:38 +0000
committerletouzey2002-03-26 23:31:38 +0000
commitdd63aa922e6a465e5cd91c3f0746f51adb09f2dc (patch)
treecd35095be12a4c85f49c2feb90e3a2c3343743ab /contrib/extraction/test
parent3dd52dacc7846b85a11f83c398945c00bb65bad2 (diff)
Refonte complete de la génération des types ML
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2568 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/test')
-rw-r--r--contrib/extraction/test/Unit.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/extraction/test/Unit.hs b/contrib/extraction/test/Unit.hs
index 2001dfa1b9..5d104e1817 100644
--- a/contrib/extraction/test/Unit.hs
+++ b/contrib/extraction/test/Unit.hs
@@ -1,5 +1,2 @@
-module Unit where
-
-type Unit = ()
+module Unit where
unit = ()
-