Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Types for interfacing with an embedded Perl interpreter.
Basic types
(pointer to a) scalar value.
data Interpreter Source #
(pointer to a) Perl interpreter instance.
Calling context
Perl's calling context.
numContext :: (Eq p, Num p) => Context -> p Source #
Convert a Context
to an integral
value that can be passed to the C API.
Used by the various "call_..." and "eval_..." Perl functions (which then pass it on to whatever code is being called).