UNPKG

@harmoniclabs/plu-ts-onchain

Version:

An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript

6 lines (5 loc) 181 B
import { IRTerm } from "../../IRTerm.js"; /** * makes sure all the childrens in a tree are pointing to the correct parent */ export declare function sanifyTree(ir: IRTerm): void;