move function

This commit is contained in:
Joeri Exelmans 2025-04-20 21:14:40 +02:00
parent 8a4bd44f04
commit 55c5d7cffa
5 changed files with 38 additions and 36 deletions

View file

@ -3,7 +3,8 @@ import { Int } from "../primitives/types.js";
import { enumType } from "../structures/enum.js";
import { newProduct } from "../structures/product.js";
import { structType } from "../structures/struct.js";
import { prettyT, prodType } from "../structures/types.js";
import { prodType } from "../structures/types.js";
import { prettyT } from "../util/pretty.js";
const Slot = structType([
newProduct("value")(() => Value),