From 1f7231153c172500f1073ddb22ec911379f83a07 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 6 Nov 2023 18:50:35 +0100 Subject: Improved wiki and reduced readme --- docs/wiki_src/coding/IO.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/wiki_src/coding/IO.md') diff --git a/docs/wiki_src/coding/IO.md b/docs/wiki_src/coding/IO.md index 974f98e..c1abc8a 100644 --- a/docs/wiki_src/coding/IO.md +++ b/docs/wiki_src/coding/IO.md @@ -11,6 +11,12 @@ You can use [`std/Monad`](/std/Monad.bruijn.html) to interact with the input monadically, or simply use [`std/List`](/std/List.bruijn.html) operations to work with the input as a normal list. +See [data structures](data-structures.md) to learn more about lists and +numbers. + +If you want your main function to ignore the input, just add an +additional (unbound) abstraction to your definition. + ## Example ``` bruijn -- cgit v1.2.3