Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 707 Bytes

expression.rst

File metadata and controls

47 lines (32 loc) · 707 Bytes

Expression

.. currentmodule:: ulkb

.. autoclass:: Expression
   :no-members:
   :show-inheritance:


Unfolded args

.. autosummary::
   :toctree: generated/

   Expression.unfolded_args
   Expression.get_unfolded_args

Type constructors

.. autosummary::
   :toctree: generated/

   Expression.type_constructors
   Expression.get_type_constructors
   Expression.has_type_constructors

Type variables

.. autosummary::
   :toctree: generated/

   Expression.type_variables
   Expression.get_type_variables
   Expression.has_type_variables

Instantiation

.. autosummary::
   :toctree: generated/

   Expression.instantiate