From 580ef150778326262d04018460f672bda53d5696 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 8 Jan 2023 23:07:41 +0530 Subject: chore: adds prettier --- examples/file.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'examples/file.ts') diff --git a/examples/file.ts b/examples/file.ts index 279a51b..287f108 100644 --- a/examples/file.ts +++ b/examples/file.ts @@ -1,9 +1,7 @@ -import { Bind, Kind1, ReadFile, WriteFile, PutStringLn } from '../stdlib' +import { Bind, Kind1, ReadFile, PutStringLn } from '../stdlib' interface PrintK extends Kind1 { return: PutStringLn } -export type main = [ - Bind, PrintK>, -] +export type main = Bind, PrintK> -- cgit v1.3.1