diff options
author | Samuel Mimram <samuel.mimram@ens-lyon.org> | 2004-07-28 21:54:47 +0000 |
---|---|---|
committer | Samuel Mimram <samuel.mimram@ens-lyon.org> | 2004-07-28 21:54:47 +0000 |
commit | 6b649aba925b6f7462da07599fe67ebb12a3460e (patch) | |
tree | 43656bcaa51164548f3fa14e5b10de5ef1088574 /contrib/extraction/test/e |
Imported Upstream version 8.0pl1upstream/8.0pl1
Diffstat (limited to 'contrib/extraction/test/e')
-rw-r--r-- | contrib/extraction/test/e | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/extraction/test/e b/contrib/extraction/test/e new file mode 100644 index 00000000..88b6c90b --- /dev/null +++ b/contrib/extraction/test/e @@ -0,0 +1,17 @@ + +(* To trace Extraction, you can use this file via: *) +(* Drop. #use "e";; *) +(* *) + +#use "include";; +open Extraction;; +open Miniml;; +#trace extract_declaration;; +go();; + + + + + + + |