blob: 7ecaf248ccaf14c6cf9ccc139d83f57029156fa1 (
plain)
1
2
3
4
5
6
7
|
T3319.hs:8:2-94: Splicing declarations
return
[ForeignD
(ImportF
CCall Unsafe "&" (mkName "foo") (AppT (ConT ''Ptr) (ConT ''())))]
======>
foreign import ccall unsafe "&" foo :: Ptr ()
|