Remove some unused imports
This commit is contained in:
parent
0faea35446
commit
0d7b7fec8d
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ import { Analyser } from "./analysis";
|
|||
import { InspectOptions } from "util";
|
||||
import { TypeKind, TApp, TArrow, TCon, TField, TNil, TPresent, TRegularVar, TVSet, TVSub, Type, TypeBase, TAbsent, TRigidVar, TVar, buildTupleTypeWithLoc, buildTupleType } from "./types";
|
||||
import { CEmpty, CEqual, CMany, Constraint, ConstraintKind, ConstraintSet } from "./constraints";
|
||||
import { warn } from "console";
|
||||
import { wrap } from "module";
|
||||
|
||||
// export class Qual {
|
||||
|
||||
|
|
Loading…
Reference in a new issue