[project @ 1999-06-01 16:40:41 by simonmar]
[ghc-hetmet.git] / ghc / compiler / parser / list.ugn
diff --git a/ghc/compiler/parser/list.ugn b/ghc/compiler/parser/list.ugn
deleted file mode 100644 (file)
index f0db649..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-%{
-#include "hspincl.h"
-%}
-%{{
-module U_list where
-
-#include "HsVersions.h"
-
-import UgenUtil
-%}}
-type list;
-       lcons   : < lhd : VOID_STAR;
-                   ltl : list; >;
-       lnil    : <>;
-end;