When compiling top level stuff put it in a store record, don't const them. More cleaning
This commit is contained in:
parent
a1caaf54e7
commit
13d582419e
4 changed files with 14 additions and 42 deletions
|
|
@ -652,8 +652,6 @@ export class Parser {
|
|||
kind === 'open-paren' || kind === 'open-brace';
|
||||
}
|
||||
|
||||
private parsedConstraints: { className: string, typeVar: string }[] = [];
|
||||
|
||||
private parseType(): TypeAST {
|
||||
// Check for constraints: Num a, Eq b :: <type>
|
||||
const left = this.parseTypeApply();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue