Data.GI.GIR.Callable
data Callable Source #
Constructors
Fields
Whether the symbol for this callable can be resolved in the dynamical library associated with the current introspection data. Nothing means that we have not checked yet.
Nothing
Defined in Data.GI.GIR.Callable
Methods
(==) :: Callable -> Callable -> Bool #
(/=) :: Callable -> Callable -> Bool #
showsPrec :: Int -> Callable -> ShowS #
show :: Callable -> String #
showList :: [Callable] -> ShowS #
parseCallable :: Parser Callable Source #