pandoc-symreg-0.2.1.3: A tool to convert symbolic regression expressions into different formats.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.SRTree.EqSat

Documentation

Orphan instances

Foldable SRTree Source # 
Instance details

Methods

fold :: Monoid m => SRTree m -> m Source #

foldMap :: Monoid m => (a -> m) -> SRTree a -> m Source #

foldMap' :: Monoid m => (a -> m) -> SRTree a -> m Source #

foldr :: (a -> b -> b) -> b -> SRTree a -> b Source #

foldr' :: (a -> b -> b) -> b -> SRTree a -> b Source #

foldl :: (b -> a -> b) -> b -> SRTree a -> b Source #

foldl' :: (b -> a -> b) -> b -> SRTree a -> b Source #

foldr1 :: (a -> a -> a) -> SRTree a -> a Source #

foldl1 :: (a -> a -> a) -> SRTree a -> a Source #

toList :: SRTree a -> [a] Source #

null :: SRTree a -> Bool Source #

length :: SRTree a -> Int Source #

elem :: Eq a => a -> SRTree a -> Bool Source #

maximum :: Ord a => SRTree a -> a Source #

minimum :: Ord a => SRTree a -> a Source #

sum :: Num a => SRTree a -> a Source #

product :: Num a => SRTree a -> a Source #

Eq1 SRTree Source # 
Instance details

Methods

liftEq :: (a -> b -> Bool) -> SRTree a -> SRTree b -> Bool Source #

Ord1 SRTree Source # 
Instance details

Methods

liftCompare :: (a -> b -> Ordering) -> SRTree a -> SRTree b -> Ordering Source #

Show1 SRTree Source # 
Instance details

Methods

liftShowsPrec :: (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> SRTree a -> ShowS Source #

liftShowList :: (Int -> a -> ShowS) -> ([a] -> ShowS) -> [SRTree a] -> ShowS Source #

Traversable SRTree Source # 
Instance details

Methods

traverse :: Applicative f => (a -> f b) -> SRTree a -> f (SRTree b) Source #

sequenceA :: Applicative f => SRTree (f a) -> f (SRTree a) Source #

mapM :: Monad m => (a -> m b) -> SRTree a -> m (SRTree b) Source #

sequence :: Monad m => SRTree (m a) -> m (SRTree a) Source #

Language SRTree Source # 
Instance details

Floating (Pattern SRTree) Source # 
Instance details

Num (Pattern SRTree) Source # 
Instance details

Fractional (Pattern SRTree) Source # 
Instance details

Analysis (Maybe Double) SRTree Source # 
Instance details