Skip to content

Commit

Permalink
consistently use unicode star
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed May 9, 2024
1 parent f319bef commit 21bfbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/hugr.md
Original file line number Diff line number Diff line change
@@ -2010,8 +2010,8 @@ including `Module`.
| Node type | `Value` | `Order` | `Const` | `Function` | `ControlFlow` | `Hierarchy` | Children |
|----------------|---------|---------|---------|------------|---------------|-------------|----------|
| Root | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, ✱ | |
| `FuncDefn` | 0, 0 | 0, 0 | 0, 0 | 0, * | 0, 0 | 1, + | DSG |
| `FuncDecl` | 0, 0 | 0, 0 | 0, 0 | 0, * | 0, 0 | 1, 0 | |
| `FuncDefn` | 0, 0 | 0, 0 | 0, 0 | 0, | 0, 0 | 1, | DSG |
| `FuncDecl` | 0, 0 | 0, 0 | 0, 0 | 0, | 0, 0 | 1, 0 | |
| `AliasDefn` | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 1, 0 | |
| `AliasDecl` | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 1, 0 | |
| `Const` | 0, 0 | 0, 0 | 0, ✱ | 0, 0 | 0, 0 | 1, 0 | |

0 comments on commit 21bfbe0

Please sign in to comment.