File: trhsx.pod

package info (click to toggle)
haskell-src-exts 0.2.1~darcs20071212-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 348 kB
  • ctags: 14
  • sloc: haskell: 3,777; makefile: 144; sh: 42
file content (35 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (2)
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