From 2a0815eeb378b0140ef2885514715fb00db7a11e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 7 Jan 2023 00:53:23 +0530 Subject: refactor: moves stdlib around + package stuff --- examples/file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/file.ts') diff --git a/examples/file.ts b/examples/file.ts index 3de26d3..b0942de 100644 --- a/examples/file.ts +++ b/examples/file.ts @@ -1,4 +1,4 @@ -import { Bind, Kind1, ReadFile, PutStringLn } from '../src/stdlib' +import { Bind, Kind1, ReadFile, PutStringLn } from '../stdlib' interface PrintK extends Kind1 { return: PutStringLn -- cgit v1.3.1