1917c2ec8b4dd55dac1b60207ec6e308a4cb9df7
[ghc-hetmet.git] / ghc / compiler / parser / either.ugn
1 %{
2 #include "hspincl.h"
3 %}
4 %{{
5
6 module U_either where
7
8 #include "HsVersions.h"
9
10 import UgenUtil
11 %}}
12
13 type either;
14         left    : < gleft  : VOID_STAR; > ;
15         right   : < gright : VOID_STAR; > ;
16 end;
17