UNPKG

@harmoniclabs/plu-ts-onchain

Version:

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

9 lines (8 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._ir_let = void 0; var IRNodes_1 = require("../IRNodes/index.js"); function _ir_let(value, body) { return new IRNodes_1.IRApp(new IRNodes_1.IRFunc(1, body), value); } exports._ir_let = _ir_let;