File: README.md

package info (click to toggle)
haskell-storable-complex 0.2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 72 kB
  • sloc: makefile: 4; haskell: 4
file content (13 lines) | stat: -rwxr-xr-x 504 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# what is storable-complex?

historically, `Complex a` didn't have a storable instance in base,
and thus storable-complex was born!

# when might i use this package?

you're using an older ghc/version of base AND calling out to some C or fortran
codes around complex numbers. You might find yourself needing this then!

# when might i regret using this?
if you're writing your own orphan instances instead of using base-orphans,
you might have a bad day, use base-orphans (and storable-complex) instead!