cpython-3.3.0: Bindings for libpython

Safe HaskellNone

CPython.Types.Type

Synopsis

Documentation

isSubtype :: Type -> Type -> IO BoolSource

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