diff options
author | Marvin Borner | 2023-03-05 14:44:40 +0100 |
---|---|---|
committer | Marvin Borner | 2023-03-05 14:45:16 +0100 |
commit | ca808bc09373f123514bf865a4518bebac3bbbc3 (patch) | |
tree | c57c4620cd603a8fccc1228ce2aed246ea7c3ac6 /samples/io/echo.bruijn | |
parent | 6b7eb467fef16141760e8eb8a151fecb508675e1 (diff) |
Monadic list/io interface
Diffstat (limited to 'samples/io/echo.bruijn')
-rw-r--r-- | samples/io/echo.bruijn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/io/echo.bruijn b/samples/io/echo.bruijn index 192bab1..b17bda1 100644 --- a/samples/io/echo.bruijn +++ b/samples/io/echo.bruijn @@ -1,4 +1,9 @@ # "echo text | bruijn echo.bruijn" +:import std/Monad . + # returning the binary encoded argument ⇒ echo main [0] + +# alternative using monads +main* read >>= return |