Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
An CArb consists of a pair of Arb:s.
Acb !(ForeignPtr CAcb) |
Instances
Storable CAcb Source # | |
Defined in Data.Number.Flint.Acb.FFI |
An Acf structure consists of a pair of arf_struct:s. An acf_t is defined as an array of length one of type acf_struct, permitting an acf_t to be passed by reference.
Acf !(ForeignPtr CAcf) |
Instances
Storable CAcf Source # | |
Defined in Data.Number.Flint.Acb.Acf.FFI |