aboutsummaryrefslogtreecommitdiff
path: root/examples/custom-effect.ts
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-09 20:13:33 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-09 20:13:33 +0530
commit5aad91f273f39ba1a11143585835e757a57de234 (patch)
tree28379cc54ccb1bdd3de2a4c639d24ea5dac82dd5 /examples/custom-effect.ts
parent2af211f1bd6a5c81ee7acd2ded2bfacf4dcfb2a4 (diff)
downloadts-types-lang-5aad91f273f39ba1a11143585835e757a57de234.tar.gz
ts-types-lang-5aad91f273f39ba1a11143585835e757a57de234.zip
refactor: moves stuff around
Diffstat (limited to 'examples/custom-effect.ts')
-rw-r--r--examples/custom-effect.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/custom-effect.ts b/examples/custom-effect.ts
index 3dbe395..f87f242 100644
--- a/examples/custom-effect.ts
+++ b/examples/custom-effect.ts
@@ -1,4 +1,5 @@
-import { Bind, DefineEffect, Effect, Kind1, Print } from '../stdlib'
+import { Bind, DefineEffect, Effect, Kind1 } from '../stdlib/effect'
+import { Print } from '../stdlib/stdio'
interface Mathemagic<_A, _B> extends Effect {}