Skip to content

Commit

Permalink
Docs: Define is_evaluable
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Sep 16, 2024
1 parent 02a0db1 commit bc4ff8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/cell/properties.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Cell properties
---------------

.. TODO:: Fill :cell:ref:`is_evaluable`

.. cell:defprop:: is_evaluable
These cells are able to be used in conjunction with the `eval` command. Some
passes, such as `opt_expr`, may also be able to perform additional
optimizations on cells which are evaluable.

.. cell:defprop:: x-aware
Some passes will treat these cells as the non 'x' aware cell. For example,
Expand Down

0 comments on commit bc4ff8e

Please sign in to comment.