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

« back to all changes in this revision

Viewing changes to dist/build/happy/happy-tmp/AttrGrammarParser.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:
7
7
import qualified Data.Array as Happy_Data_Array
8
8
import qualified GHC.Exts as Happy_GHC_Exts
9
9
 
 
10
-- parser produced by Happy Version 1.18.9
10
11
 
11
12
newtype HappyAbsSyn  = HappyAbsSyn HappyAny
12
13
#if __GLASGOW_HASKELL__ >= 607