Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Shon Feder committed Aug 4, 2023
1 parent 8b84c2c commit 5a9bf78
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion quint/src/cliCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import { verify } from './quintVerifier'
import { flattenModules } from './flattening'
import { analyzeModules } from './quintAnalyzer'
import { ExecutionFrame } from './runtime/trace'
import { unreachable } from './util'

export type stage = 'loading' | 'parsing' | 'typechecking' | 'testing' | 'running' | 'documentation'

Expand Down
1 change: 0 additions & 1 deletion quint/src/parsing/ToIrListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { compact, zipWith } from 'lodash'
import { Maybe, just, none } from '@sweet-monads/maybe'
import { TerminalNode } from 'antlr4ts/tree/TerminalNode'
import { QuintTypeDef } from '../quintIr'
import { unreachable } from '../util'

/**
* An ANTLR4 listener that constructs QuintIr objects out of the abstract
Expand Down
1 change: 0 additions & 1 deletion quint/src/types/substitutions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { Either } from '@sweet-monads/either'
import { ErrorTree, errorTreeToString } from '../errorTree'
import { LookupTable } from '../names/base'
import { ConcreteFixedRow, QuintType, Row } from '../quintTypes'
import { unreachable } from '../util'
import { Constraint } from './base'
import { unify, unifyRows } from './constraintSolver'
import { substitutionsToString } from './printing'
Expand Down

0 comments on commit 5a9bf78

Please sign in to comment.