Skip to content

Commit

Permalink
update extension_inference README
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Dec 12, 2024
1 parent 5835d5d commit 2a3ef99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hugr-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Please read the [API documentation here][].
## Experimental Features

- `extension_inference`:
Experimental feature which allows automatic inference of extension usages and
requirements in a HUGR and validation that extensions are correctly specified.
Experimental feature which allows automatic inference of which extra extensions
are required at runtime by a HUGR when validating it.
Not enabled by default.
- `declarative`:
Experimental support for declaring extensions in YAML files, support is limited.
Expand Down
4 changes: 2 additions & 2 deletions hugr-passes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Please read the [API documentation here][].
## Experimental Features

- `extension_inference`:
Experimental feature which allows automatic inference of extension usages and
requirements in a HUGR and validation that extensions are correctly specified.
Experimental feature which allows automatic inference of which extra extensions
are required at runtime by a HUGR when validating it.
Not enabled by default.

## Recent Changes
Expand Down
4 changes: 2 additions & 2 deletions hugr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Please read the [API documentation here][].
## Experimental Features

- `extension_inference`:
Experimental feature which allows automatic inference of extension usages and
requirements in a HUGR and validation that extensions are correctly specified.
Experimental feature which allows automatic inference of which extra extensions
are required at runtime by a HUGR when validating it.
Not enabled by default.
- `declarative`:
Experimental support for declaring extensions in YAML files, support is limited.
Expand Down

0 comments on commit 2a3ef99

Please sign in to comment.