interface Text.ParserCombinators.Parsec.Combinator where {
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Fractional (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.RealFrac (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Num (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Real (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Enum (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Read a,Prelude.Integral a) => Prelude.Read (Ratio.Ratio a);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Ord (Ratio.Ratio a);
{-# NEED #-}
instance Prelude.Ord Text.ParserCombinators.Parsec.Pos.SourcePos;
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Eq (Ratio.Ratio a);
{-# NEED #-}
instance Prelude.Eq Text.ParserCombinators.Parsec.Pos.SourcePos;
{-# NEED #-}
instance Prelude.Functor NHC.Internal.IO;
{-# NEED #-}
instance Prelude.Functor (Text.ParserCombinators.Parsec.Prim.GenParser a b);
{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Show (Ratio.Ratio a);
{-# NEED #-}
instance Prelude.Show Text.ParserCombinators.Parsec.Pos.SourcePos;
{-# NEED #-}
instance (Prelude.Show a) => Prelude.Show (NHC.Internal.IO a);
{-# NEED #-}
instance Control.Monad.MonadPlus Prelude.Maybe;
{-# NEED #-}
instance Control.Monad.MonadPlus (Text.ParserCombinators.Parsec.Prim.GenParser a b);
{-# NEED #-}
instance Control.Monad.MonadPlus Prelude.[];
{-# NEED #-}
instance Prelude.Monad NHC.Internal.IO;
{-# NEED #-}
instance Prelude.Monad (Text.ParserCombinators.Parsec.Prim.GenParser a b);
interface Ratio
{-# NEED Ratio #-}
data (Prelude.Integral a) => Ratio a;
interface NHC.Internal
{-# NEED IO #-}
newtype {-# #-} IO a;
{-# NEED World #-}
data World;
interface ! Text.ParserCombinators.Parsec.Combinator
{-# NEED lookAhead #-}
lookAhead{-# 1 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b c));
{-# NEED manyTill #-}
manyTill{-# 2 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b d) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b [c])));
{-# NEED notFollowedBy #-}
notFollowedBy{-# 1 #-}::(Prelude.Show a) => ((Text.ParserCombinators.Parsec.Prim.GenParser a b a) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b ()));
{-# NEED eof #-}
eof{-# 0 #-}::(Prelude.Show a) => (Text.ParserCombinators.Parsec.Prim.GenParser a b ());
{-# NEED anyToken #-}
anyToken{-# 0 #-}::(Prelude.Show a) => (Text.ParserCombinators.Parsec.Prim.GenParser a b a);
{-# NEED chainr1 #-}
chainr1{-# 2 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b (c -> (c -> c))) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b c)));
{-# NEED chainl1 #-}
chainl1{-# 2 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b (c -> (c -> c))) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b c)));
{-# NEED chainl #-}
chainl{-# 3 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b (c -> (c -> c))) -> (c -> (Text.ParserCombinators.Parsec.Prim.GenParser a b c))));
{-# NEED chainr #-}
chainr{-# 3 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b (c -> (c -> c))) -> (c -> (Text.ParserCombinators.Parsec.Prim.GenParser a b c))));
{-# NEED count #-}
count{-# 2 #-}::(Prelude.Int -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b [c])));
{-# NEED endBy #-}
endBy{-# 2 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b d) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b [c])));
{-# NEED endBy1 #-}
endBy1{-# 2 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b d) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b [c])));
{-# NEED sepEndBy #-}
sepEndBy{-# 2 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b d) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b [c])));
{-# NEED sepEndBy1 #-}
sepEndBy1{-# 2 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b d) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b [c])));
{-# NEED sepBy1 #-}
sepBy1{-# 2 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b d) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b [c])));
{-# NEED sepBy #-}
sepBy{-# 2 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b d) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b [c])));
{-# NEED many1 #-}
many1{-# 1 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b [c]));
{-# NEED skipMany1 #-}
skipMany1{-# 1 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b ()));
{-# NEED between #-}
between{-# 3 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b d) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b e) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b e))));
{-# NEED optional #-}
optional{-# 1 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b ()));
{-# NEED optionMaybe #-}
optionMaybe{-# 1 #-}::((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b (Prelude.Maybe c)));
{-# NEED option #-}
option{-# 2 #-}::(a -> ((Text.ParserCombinators.Parsec.Prim.GenParser b c a) -> (Text.ParserCombinators.Parsec.Prim.GenParser b c a)));
{-# NEED choice #-}
choice{-# 1 #-}::([(Text.ParserCombinators.Parsec.Prim.GenParser a b c)] -> (Text.ParserCombinators.Parsec.Prim.GenParser a b c));
interface Text.ParserCombinators.Parsec.Prim
{-# NEED GenParser #-}
newtype {-# #-} GenParser a b c;
{-# NEED Reply #-}
data Reply a b c;
{-# NEED Consumed #-}
data Consumed a;
{-# NEED State #-}
data State a b;
interface Text.ParserCombinators.Parsec.Pos
{-# NEED SourcePos #-}
data SourcePos;
}
|