summaryrefslogtreecommitdiff
path: root/ghc/compiler/yaccParser/U_pbinding.hi
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/yaccParser/U_pbinding.hi')
-rw-r--r--ghc/compiler/yaccParser/U_pbinding.hi10
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_ #-}
+