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 --- examples/file.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/file.ts') diff --git a/examples/file.ts b/examples/file.ts index 287f108..d91b68a 100644 --- a/examples/file.ts +++ b/examples/file.ts @@ -1,4 +1,6 @@ -import { Bind, Kind1, ReadFile, PutStringLn } from '../stdlib' +import { Bind, Kind1 } from '../stdlib/effect' +import { PutStringLn } from '../stdlib/stdio' +import { ReadFile } from '../stdlib/fs' interface PrintK extends Kind1 { return: PutStringLn -- cgit v1.3.1