[project @ 1996-03-22 09:28:55 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / list.ugn
diff --git a/ghc/compiler/yaccParser/list.ugn b/ghc/compiler/yaccParser/list.ugn
deleted file mode 100644 (file)
index 3606f20..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-%{
-#include "hspincl.h"
-%}
-%{{
-module U_list where
-import UgenUtil
-import Util
-%}}
-type list;
-       lcons   : < lhd : VOID_STAR;
-                   ltl : list; >;
-       lnil    : <>;
-end;