[project @ 1996-12-19 09:10:02 by simonpj]
[ghc-hetmet.git] / ghc / compiler / parser / either.ugn
1 %{
2 #include "hspincl.h"
3 %}
4 %{{
5 #include "HsVersions.h"
6
7 module U_either where
8 IMP_Ubiq() --  debugging consistency check
9 import UgenUtil
10 %}}
11 type either;
12         left    : < gleft  : VOID_STAR; > ;
13         right   : < gright : VOID_STAR; > ;
14 end;
15