[project @ 1996-03-22 09:28:55 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / ttype.ugn
diff --git a/ghc/compiler/yaccParser/ttype.ugn b/ghc/compiler/yaccParser/ttype.ugn
deleted file mode 100644 (file)
index 63ed306..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-%{
-#include "hspincl.h"
-%}
-%{{
-module U_ttype where
-import UgenUtil
-import Util
-
-import U_list
-%}}
-type ttype;
-       tname   : < gtypeid     : unkId;
-                   gtypel      : list; >;
-       namedtvar : < gnamedtvar : unkId; >;
-       tllist  : < gtlist      : ttype; >;
-       ttuple  : < gttuple     : list; >;
-       tfun    : < gtfun       : ttype;
-                   gtarg       : ttype; >;
-       context : < gtcontextl  : list;
-                   gtcontextt  : ttype; >;
-
-       unidict :   < gunidict_clas : unkId;
-                     gunidict_ty   : ttype; >;
-       unityvartemplate: <gunityvartemplate : unkId; >;
-       uniforall : < guniforall_tv : list;
-                     guniforall_ty : ttype; >;
-
-       ty_maybe_nothing : < >;
-       ty_maybe_just    : < gty_maybe : ttype; >;
-end;
-