chetant / LibClang

Haskell FFI to libclang
Other
58 stars 10 forks source link

Properly use the phantom type parameter everywhere it's needed for safety #31

Closed sethfowler closed 10 years ago

sethfowler commented 10 years ago

I'd this is now taken care of. It should no longer be possible to move any arena-allocated values (or values that point into the arena) out of the appropriate scope.