~ubuntu-branches/ubuntu/hardy/pxp/hardy

« back to all changes in this revision

Viewing changes to examples/simple_transformation/delcol.ml

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2005-03-29 11:06:39 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050329110639-5p39hz1d4aq3r2ec
Tags: 1.1.95-6
* Rebuilt against ocaml 3.08.3
* No longer built with wlex support (since wlex is no longer supported
  upstream and corresponding package has been removed from the debian
  archive)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(* $Id: delcol.ml,v 1.3 2001/06/29 11:13:44 gerd Exp $
 
1
(* $Id: delcol.ml 662 2004-05-25 20:57:28Z gerd $
2
2
 * ----------------------------------------------------------------------
3
3
 *
4
4
 *)
52
52
 
53
53
main();;
54
54
 
55
 
(* ======================================================================
56
 
 * History:
57
 
 * 
58
 
 * $Log: delcol.ml,v $
59
 
 * Revision 1.3  2001/06/29 11:13:44  gerd
60
 
 *      Out_channel -> `Out_channel
61
 
 *
62
 
 * Revision 1.2  2000/08/24 09:42:52  gerd
63
 
 *      Updated a comment.
64
 
 *
65
 
 * Revision 1.1  2000/08/24 09:39:59  gerd
66
 
 *      Initial revision.
67
 
 *
68
 
 * 
69
 
 *)