%{ #include "hspincl.h" %} %{{ #include "HsVersions.h" module U_maybe where IMP_Ubiq() -- debugging consistency check import UgenUtil %}} type maybe; nothing : <> ; just : < gthing : VOID_STAR; > ; end;