LICENSE.md
README.rst
pyproject.toml
effectful/__init__.py
effectful/py.typed
effectful.egg-info/PKG-INFO
effectful.egg-info/SOURCES.txt
effectful.egg-info/dependency_links.txt
effectful.egg-info/requires.txt
effectful.egg-info/top_level.txt
effectful/handlers/__init__.py
effectful/handlers/indexed.py
effectful/handlers/numpyro.py
effectful/handlers/pyro.py
effectful/handlers/torch.py
effectful/handlers/jax/__init__.py
effectful/handlers/jax/_handlers.py
effectful/handlers/jax/_terms.py
effectful/handlers/jax/numpy/__init__.py
effectful/handlers/jax/numpy/linalg.py
effectful/handlers/jax/scipy/special.py
effectful/handlers/llm/__init__.py
effectful/handlers/llm/completions.py
effectful/handlers/llm/encoding.py
effectful/handlers/llm/synthesis.py
effectful/handlers/llm/template.py
effectful/internals/__init__.py
effectful/internals/product_n.py
effectful/internals/runtime.py
effectful/internals/tensor_utils.py
effectful/internals/unification.py
effectful/ops/__init__.py
effectful/ops/semantics.py
effectful/ops/syntax.py
effectful/ops/types.py
tests/test_examples_minipyro.py
tests/test_handlers_indexed.py
tests/test_handlers_jax.py
tests/test_handlers_llm.py
tests/test_handlers_llm_encoding.py
tests/test_handlers_llm_provider.py
tests/test_handlers_llm_template.py
tests/test_handlers_llm_tool_calling_book.py
tests/test_handlers_llm_tool_calling_poem.py
tests/test_handlers_numpyro.py
tests/test_handlers_pyro.py
tests/test_handlers_pyro_dist.py
tests/test_handlers_torch.py
tests/test_internals_product_n.py
tests/test_internals_unification.py
tests/test_ops_semantics.py
tests/test_ops_syntax.py
tests/test_ops_types.py
tests/test_semi_ring.py