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

Data.Number.Flint.Arb.Instances

Synopsis

Documentation

data Arb Source #

Data structure containing the CArb pointer

Constructors

Arb !(ForeignPtr CArb) 

Instances

Instances details
Show Arb Source # 
Instance details

Defined in Data.Number.Flint.Arb.Instances

Methods

showsPrec :: Int -> Arb -> ShowS #

show :: Arb -> String #

showList :: [Arb] -> ShowS #

Orphan instances

Show Arb Source # 
Instance details

Methods

showsPrec :: Int -> Arb -> ShowS #

show :: Arb -> String #

showList :: [Arb] -> ShowS #