move function
This commit is contained in:
parent
8a4bd44f04
commit
55c5d7cffa
5 changed files with 38 additions and 36 deletions
|
|
@ -2,12 +2,13 @@ import { select, number, input } from '@inquirer/prompts';
|
|||
import { ModulePoint } from "../lib/point.js";
|
||||
import { DefaultMap } from "../util/defaultmap.js";
|
||||
import { pretty } from '../util/pretty.js';
|
||||
import { isFunction, prettyT } from '../structures/types.js';
|
||||
import { isFunction } from '../structures/types.js';
|
||||
import { ModuleStd } from '../stdlib.js';
|
||||
import { Double, GenericType, Int, SymbolT, Type } from "../primitives/types.js";
|
||||
import { eqType } from '../primitives/type.js';
|
||||
import { Any } from "../primitives/types.js";
|
||||
import { assignFn, makeGeneric, onlyOccurring } from '../generics/generics.js';
|
||||
import { prettyT } from '../util/pretty.js';
|
||||
|
||||
|
||||
// import {emitKeypressEvents} from 'node:readline';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue