diff options
| author | letouzey | 2002-02-15 13:02:06 +0000 |
|---|---|---|
| committer | letouzey | 2002-02-15 13:02:06 +0000 |
| commit | 0eff88d5a9ad9279a4e68fdb6e210c6ea671b613 (patch) | |
| tree | 147df6d08692fa9feeac48006485dbc65ba61c5f /contrib/extraction/test/Unit.hs | |
| parent | aae51ebd1cf21242d108f6ebc21d0bf602468da6 (diff) | |
suite et fin (?) de haskell: gestion des modules, mise en place du'un test
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2480 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/test/Unit.hs')
| -rw-r--r-- | contrib/extraction/test/Unit.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/extraction/test/Unit.hs b/contrib/extraction/test/Unit.hs new file mode 100644 index 0000000000..2001dfa1b9 --- /dev/null +++ b/contrib/extraction/test/Unit.hs @@ -0,0 +1,5 @@ +module Unit where + +type Unit = () +unit = () + |
