diff options
Diffstat (limited to 'frontend/parse.icl')
-rw-r--r-- | frontend/parse.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/parse.icl b/frontend/parse.icl index cceb5bb..0bce664 100644 --- a/frontend/parse.icl +++ b/frontend/parse.icl @@ -1675,7 +1675,6 @@ where optionalQuantifiedVariables :: !QuantifierKind !*ParseState -> *(![ATypeVar],!*ParseState) optionalQuantifiedVariables req_quant pState # (token, pState) = nextToken TypeContext pState -// PK # (token, pState) = nextToken GeneralContext pState // was wrong "correction" of MW (optional_quantifier, pState) = try token pState = case optional_quantifier of Yes off_quant |