Skip to content
  • Simon Marlow's avatar
    [project @ 2003-01-23 16:01:33 by simonmar] · 6873f3d4
    Simon Marlow authored
    Allow FFI declarations to have polymorphic types. eg:
    
    foreign import ccall unsafe "stdlib.h &free" pFree :: FunPtr (Ptr a -> IO ())
    
    (the change actually removed a line, the extra lines are because I
    reformatted an import declaration).
    6873f3d4