From 5aad91f273f39ba1a11143585835e757a57de234 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 9 Jan 2023 20:13:33 +0530 Subject: refactor: moves stuff around --- stdlib/sys.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stdlib/sys.ts') diff --git a/stdlib/sys.ts b/stdlib/sys.ts index afa5dbd..e170c6c 100644 --- a/stdlib/sys.ts +++ b/stdlib/sys.ts @@ -1,7 +1,10 @@ -import { Effect } from './io' +import { Effect } from './effect' export interface GetEnv<_Name extends string> extends Effect {} export interface GetArgs extends Effect {} export interface JsExpr<_Expr extends string> extends Effect {} + +export interface DefineEffect<_Name extends string, _Func extends string> + extends Effect {} -- cgit v1.3.1