ocramz / petsc-hs

Haskell bindings for PETSc and SLEPc
GNU General Public License v3.0
20 stars 4 forks source link

Warnings in InlineC.hs #13

Open ocramz opened 8 years ago

ocramz commented 8 years ago

InlineC introduces plenty of warnings (no type signatures in Hs, and C pointers a bit abused e.g. in representing constant arrays as raw pointers, mostly).

As soon as I get flycheck working again in InlineC.hs I'll get to fixing this.

┆Issue is synchronized with this Asana task