From 518a6a9ee31f0b03f08cb77bc613b4d708bb640b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Jan 2023 20:32:20 +0530 Subject: chore: prettier --- stdlib/exception.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/exception.ts') diff --git a/stdlib/exception.ts b/stdlib/exception.ts index 731b3b0..ddb980c 100644 --- a/stdlib/exception.ts +++ b/stdlib/exception.ts @@ -1,4 +1,4 @@ -import { Effect, Kind1 } from "./effect"; +import { Effect, Kind1 } from './effect' export interface Try<_E extends Effect, _Catch extends Kind1> extends Effect {} -- cgit v1.3.1