We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd10da9 commit e57a8d2Copy full SHA for e57a8d2
README.md
@@ -165,7 +165,7 @@ slot.
165
### Intermediate format instructions
166
167
| Form | Type |
168
-|============================|===================|
+|----------------------------|-------------------|
169
| `(lookup M N)` | `IrLookup` |
170
| `(error msg)` | `IrError` |
171
| `(symbol index)` | `IrSymbol` |
@@ -184,7 +184,7 @@ slot.
184
In fact, there's an easy addition we might as well make:
185
186
187
-|===============================|===================|
+|-------------------------------|-------------------|
188
| ... | ... |
189
| `(call sf s1 s2 ... sN)` | `IrCall` |
190
| `(tail-call sf s1 s2 ... sN)` | `IrTailCall` |
0 commit comments