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

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


interface Text.ParserCombinators.Parsec.Perm where {
infixl  2 <$?>;
infixl  1 <|?>;
infixl  2 <$$>;
infixl  1 <||>;

{-# 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.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);

{-# 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.Show Text.ParserCombinators.Parsec.Error.ParseError;
interface NHC.Internal
{-# NEED IO #-}
newtype {-#  #-} IO a;

{-# NEED World #-}
data World;
interface Ratio
{-# NEED Ratio #-}
data (Prelude.Integral a) => Ratio a;
interface Text.ParserCombinators.Parsec.Error
{-# NEED ParseError #-}
data ParseError;
interface ! Text.ParserCombinators.Parsec.Perm
{-# NEED permute #-}
permute{-# 1 #-}::((PermParser a b c) -> (Text.ParserCombinators.Parsec.Prim.GenParser a b c));

{-# NEED (<$?>) #-}
(<$?>){-# 2 #-}::((a -> b) -> ((a,(Text.ParserCombinators.Parsec.Prim.GenParser c d a)) -> (PermParser c d b)));

{-# NEED (<|?>) #-}
(<|?>){-# 2 #-}::((PermParser a b (c -> d)) -> ((c,(Text.ParserCombinators.Parsec.Prim.GenParser a b c)) -> (PermParser a b d)));

{-# NEED (<$$>) #-}
(<$$>){-# 2 #-}::((a -> b) -> ((Text.ParserCombinators.Parsec.Prim.GenParser c d a) -> (PermParser c d b)));

{-# NEED (<||>) #-}
(<||>){-# 2 #-}::((PermParser a b (c -> d)) -> ((Text.ParserCombinators.Parsec.Prim.GenParser a b c) -> (PermParser a b d)));
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.Perm
{-# NEED PermParser #-}
data PermParser a b c;
}

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.