~ubuntu-branches/ubuntu/breezy/pxp/breezy

« back to all changes in this revision

Viewing changes to examples/simple_transformation/print.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: print.ml,v 1.1 2000/08/22 21:57:43 gerd Exp $
 
1
(* $Id: print.ml 662 2004-05-25 20:57:28Z gerd $
2
2
 * ----------------------------------------------------------------------
3
3
 *
4
4
 *)
46
46
 
47
47
main();;
48
48
 
49
 
(* ======================================================================
50
 
 * History:
51
 
 * 
52
 
 * $Log: print.ml,v $
53
 
 * Revision 1.1  2000/08/22 21:57:43  gerd
54
 
 *      Initial revision.
55
 
 *
56
 
 * 
57
 
 *)