From efe0ab336144d2d965bf355db02762f5cf539c7f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jan 2023 10:37:51 +0530 Subject: feat: adds func to try/catch --- stdlib/effect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/effect.ts') diff --git a/stdlib/effect.ts b/stdlib/effect.ts index 0662d00..341a620 100644 --- a/stdlib/effect.ts +++ b/stdlib/effect.ts @@ -7,7 +7,7 @@ export interface Kind1 { return: Out } -type Func +export type Func = Kind1 | (<_T extends Inp>() => Out) -- cgit v1.3.1