Skip to content

Commit 420f295

Browse files
author
Shon Feder
committed
Fix lints
1 parent 3816c25 commit 420f295

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

quint/src/types/constraintGenerator.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ import {
2727
QuintName,
2828
QuintOpDef,
2929
QuintStr,
30-
QuintTypeAlias,
3130
QuintVar,
3231
isAnnotatedDef,
3332
} from '../ir/quintIr'
34-
import { QuintType, QuintVarType, Row, rowNames, typeNames } from '../ir/quintTypes'
33+
import { QuintType, QuintVarType, rowNames, typeNames } from '../ir/quintTypes'
3534
import { expressionToString, rowToString, typeToString } from '../ir/IRprinting'
3635
import { Either, left, mergeInMany, right } from '@sweet-monads/either'
3736
import { Error, ErrorTree, buildErrorLeaf, buildErrorTree, errorTreeToString } from '../errorTree'
@@ -50,7 +49,6 @@ import {
5049
withConstraints,
5150
} from './specialConstraints'
5251
import { FreshVarGenerator } from '../FreshVarGenerator'
53-
import { IRTransformer, transformType } from '../ir/IRTransformer'
5452

5553
export type SolvingFunctionType = (
5654
_table: LookupTable,

0 commit comments

Comments
 (0)