You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/egglog-translation.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,6 @@ The high level bindings available at the top module (`egglog`) expose most of th
8
8
9
9
Any EGraph can also be converted to egglog with the `egraph.as_egglog_string` property, as long as it was created with `Egraph(save_egglog_string=True)`.
10
10
11
-
## Unsupported features
12
-
13
-
The currently unsupported features are:
14
-
15
-
-`(output ...)`: No examples in the tests, so not sure how this works.
16
-
17
11
## Builtin Types
18
12
19
13
The builtin types of Unit, String, Int, Map, and Rational are all exposed as Python classes.
Copy file name to clipboardExpand all lines: docs/reference/python-integration.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,6 +326,7 @@ However, there are times in Python when you need the return type of a method to
326
326
For example, let's say you are implementing a `Bool` expression, but you want to be able to use it in `if` statements in Python. That means it needs to define a `__bool__` methods which returns a Python `bool`, based on evaluating the expression.
0 commit comments