diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index b0a1e9a..aed17ec 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -370,6 +370,7 @@ cMayBeNonCoercible :== 4 | TransformedBody !TransformedBody | Expanding ![FreeVar] // the parameters of the newly generated function | BackendBody ![BackendBody] + | NoBody :: BackendBody = { bb_args :: ![FunctionPattern] |