diff options
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index 5417dfe..02a6191 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -486,7 +486,7 @@ cIsALocalVar :== False :: LetExpressionInfo = { lei_count :: !Int , lei_depth :: !Int - , lei_strict :: !Bool + , lei_strict :: !Bool // MW this field seems to be superfluos , lei_var :: !FreeVar , lei_expression :: !Expression // , lei_moved :: !Bool |