1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
=head1 NAME
trhsx - the desugaring pre-processor executable for HaRP and HSP
=head1 SYNOPSYS
B<trhsx> S<[ I<infile> I<outfile> ]> | S<[ I<infile> ]>
=head1 DESCRIPTION
trhsx is a commandline utility for transforming abstract Haskell code extended
with regular patterns into semantically equivalent normal abstract Haskell
code.In other words, it transforms away regular patterns.
=head1 OPTIONS
=over
=item I<infile> I<outfile>
Transforms I<infile> and prints the result to I<outfile>
=item I<infile>
Transforms I<infile> and prints the result to stdout.
=back
=head1 AUTHOR
This manual page was written by Florian Ragwitz <rafl@debianforum.de>, for the
Debian system (but may be used by others). It's licensed under the GNU General
Public License.
=cut
|