From cda0419722b022ed0a8f3c4fd3122230b19a0c64 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 6 Jan 2023 20:40:29 +0530 Subject: feat: adds examples for everything --- src/stdlib/stdio.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stdlib/stdio.ts') diff --git a/src/stdlib/stdio.ts b/src/stdlib/stdio.ts index b20d2da..365aead 100644 --- a/src/stdlib/stdio.ts +++ b/src/stdlib/stdio.ts @@ -8,3 +8,5 @@ export interface Debug<_ extends string, T> extends Effect { } export interface ReadLine extends Effect { } +export type PutStringLn = PutString<`${S}\n`> + -- cgit v1.3.1