summaryrefslogtreecommitdiff
blob: 018d10a91ea6e9e1b7111dc6b02a91c223f5ff78 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<herd>proxy-maintainers</herd>
	<maintainer>
		<email>haskell@gentoo.org</email>
	</maintainer>
	<longdescription>
		This package defines new symbols for a number of functions,
		operators and types in the base package.
		
		All symbols are documented with their actual definition and
		information regarding their Unicode code point. They should be
		completely interchangeable with their definitions.
		
		For further Unicode goodness you can enable the @UnicodeSyntax@
		language extension \[1\]. This extension enables Unicode characters
		to be used to stand for certain ASCII character sequences,
		i.e. &amp;#x2192; instead of @-&gt;@, &amp;#x2200; instead of @forall@ and many
		others.
		
		Original idea by P&amp;#xE9;ter Divi&amp;#xE1;nszky.
		
		\[1\] &lt;http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax&gt;
	</longdescription>
</pkgmetadata>