diff options
Diffstat (limited to 'stdlib/stdio.ts')
| -rw-r--r-- | stdlib/stdio.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdio.ts b/stdlib/stdio.ts index 77aa031..e7d72f3 100644 --- a/stdlib/stdio.ts +++ b/stdlib/stdio.ts @@ -1,4 +1,4 @@ -import { Effect } from './io' +import { Effect } from './effect' export interface PutString<_ extends string> extends Effect {} |
