%{ #include "hspincl.h" %} %{{ module U_list where #include "HsVersions.h" import UgenUtil %}} type list; lcons : < lhd : VOID_STAR; ltl : list; >; lnil : <>; end;