[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / parser / either.ugn
1 %{
2 #include "hspincl.h"
3 %}
4 %{{
5 module U_either where
6 import Ubiq --  debugging consistency check
7 import UgenUtil
8 %}}
9 type either;
10         left    : < gleft  : VOID_STAR; > ;
11         right   : < gright : VOID_STAR; > ;
12 end;
13