~ubuntu-branches/ubuntu/trusty/happy/trusty-proposed

« back to all changes in this revision

Viewing changes to dist/build/happy/happy-tmp/Parser.hs

  • Committer: Package Import Robot
  • Author(s): Joachim Breitner
  • Date: 2013-05-24 12:49:45 UTC
  • mfrom: (9.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130524124945-w54q5gsubgmq2j42
Tags: 1.18.10-2
Enable compat level 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
import qualified Data.Array as Happy_Data_Array
9
9
import qualified GHC.Exts as Happy_GHC_Exts
10
10
 
 
11
-- parser produced by Happy Version 1.18.9
11
12
 
12
13
newtype HappyAbsSyn  = HappyAbsSyn HappyAny
13
14
#if __GLASGOW_HASKELL__ >= 607