2021-10-05 21:37:46 +02:00
..
2021-10-05 21:37:46 +02:00
2021-10-05 21:37:46 +02:00
2021-10-05 21:37:46 +02:00
2021-10-05 21:37:46 +02:00

Print File Example

This directory has several versions of the same simple program (which reads a file, prints it to standard out and handles errors using LEAF) presented in the Five Minute Introduction, each using a different error handling style:

Using exception handling:

Using a result<T> type: