Flint2-0.1.0.5: Haskell bindings for the flint library for number theory
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Number.Flint.Acb.Modular.Instances

Description

 

Orphan instances

Monoid PSL2Z Source # 
Instance details

Methods

mempty :: PSL2Z #

mappend :: PSL2Z -> PSL2Z -> PSL2Z #

mconcat :: [PSL2Z] -> PSL2Z #

Semigroup PSL2Z Source # 
Instance details

Methods

(<>) :: PSL2Z -> PSL2Z -> PSL2Z #

sconcat :: NonEmpty PSL2Z -> PSL2Z #

stimes :: Integral b => b -> PSL2Z -> PSL2Z #

Show PSL2Z Source # 
Instance details

Methods

showsPrec :: Int -> PSL2Z -> ShowS #

show :: PSL2Z -> String #

showList :: [PSL2Z] -> ShowS #

Show PSL2ZWord Source # 
Instance details

Eq PSL2Z Source # 
Instance details

Methods

(==) :: PSL2Z -> PSL2Z -> Bool #

(/=) :: PSL2Z -> PSL2Z -> Bool #

Group PSL2Z Source # 
Instance details

Methods

invert :: PSL2Z -> PSL2Z

(~~) :: PSL2Z -> PSL2Z -> PSL2Z

pow :: Integral x => PSL2Z -> x -> PSL2Z