~ubuntu-branches/ubuntu/utopic/haskell-uulib/utopic

« back to all changes in this revision

Viewing changes to src/UU/Parsing/StateParser.hs

  • Committer: Bazaar Package Importer
  • Author(s): Joachim Breitner
  • Date: 2011-06-04 00:54:17 UTC
  • mfrom: (9.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110604005417-4uxlka1134z0ig1w
Tags: 0.9.13-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{-# LANGUAGE  MagicHash,
 
2
              UnboxedTuples,
 
3
              ScopedTypeVariables #-}
 
4
 
1
5
module UU.Parsing.StateParser(StateParser(..)) where
2
6
import GHC.Prim
3
7
import UU.Parsing.MachineInterface