Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/include/packages/parsec/Text/ParserCombinators/Parsec/Expr.hi

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


interface Text.ParserCombinators.Parsec.Expr where {

{-# NEED #-}
instance Control.Monad.MonadPlus (Text.ParserCombinators.Parsec.Prim.GenParser a b);

{-# 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.Show a) => Prelude.Show (NHC.Internal.IO a);

{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Show (Ratio.Ratio a);

{-# NEED #-}
instance Prelude.Show 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.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.Expr
{-# NEED buildExpressionParser #-}
buildExpressionParser{-# 2 #-}::((OperatorTable a b c) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b c)));

{-# NEED OperatorTable #-}
type {-# 1 #-} OperatorTable a b c = [[(Operator a b c)]];

{-# NEED {Operator Infix Prefix Postfix} #-}
data Operator a b c
  = Infix (Text.ParserCombinators.Parsec.Prim.GenParser a b (c -> (c -> c))) Assoc
  | Prefix (Text.ParserCombinators.Parsec.Prim.GenParser a b (c -> c))
  | Postfix (Text.ParserCombinators.Parsec.Prim.GenParser a b (c -> 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;
interface ! Text.ParserCombinators.Parsec.Expr
{-# NEED {Assoc AssocNone AssocLeft AssocRight} #-}
data Assoc
  = AssocNone 
  | AssocLeft 
  | AssocRight ;
}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.