cpython-3.4.0: Bindings for libpython

Safe HaskellNone
LanguageHaskell98

CPython.Types.Type

Contents

Synopsis

Documentation

isSubtype :: Type -> Type -> IO Bool Source #

Returns True if the first parameter is a subtype of the second parameter.

Orphan instances