cpython-3.5.1: Bindings for libpython
Safe HaskellNone
LanguageHaskell2010

CPython.Types.Type

Documentation

data Type Source #

Instances

Instances details
Concrete Type Source #

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

Instance details

Defined in CPython.Types.Type

Methods

concreteType :: Type -> Type

Object Type Source # 
Instance details

Defined in CPython.Internal

Orphan instances

Concrete Type Source #

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

Instance details

Methods

concreteType :: Type -> Type