diff options
author | partain <unknown> | 1996-01-08 20:28:12 +0000 |
---|---|---|
committer | partain <unknown> | 1996-01-08 20:28:12 +0000 |
commit | e7d21ee4f8ac907665a7e170c71d59e13a01da09 (patch) | |
tree | 93715bf4e6e4bbe8049e4d8d4d3fbd19158a88d6 /ghc/compiler/yaccParser/U_pbinding.hi | |
parent | e48474bff05e6cfb506660420f025f694c870d38 (diff) | |
download | haskell-e7d21ee4f8ac907665a7e170c71d59e13a01da09.tar.gz |
[project @ 1996-01-08 20:28:12 by partain]
Initial revision
Diffstat (limited to 'ghc/compiler/yaccParser/U_pbinding.hi')
-rw-r--r-- | ghc/compiler/yaccParser/U_pbinding.hi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ghc/compiler/yaccParser/U_pbinding.hi b/ghc/compiler/yaccParser/U_pbinding.hi new file mode 100644 index 0000000000..65171f2e9b --- /dev/null +++ b/ghc/compiler/yaccParser/U_pbinding.hi @@ -0,0 +1,10 @@ +{-# GHC_PRAGMA INTERFACE VERSION 5 #-} +interface U_pbinding where +import PreludePS(_PackedString) +import U_binding(U_binding) +import U_list(U_list) +import U_treeHACK(U_tree) +data U_pbinding = U_pgrhs U_tree U_list U_binding _PackedString Int +rdU_pbinding :: _Addr -> _PackedString -> _State _RealWorld -> (U_pbinding, _State _RealWorld) + {-# GHC_PRAGMA _A_ 3 _U_ 121 _N_ _S_ "U(P)LU(P)" {_A_ 3 _U_ 222 _N_ _N_ _N_ _N_} _N_ _N_ #-} + |