Edsko de Vries
|
792680d016
|
Merge pull request #2 from BeFunctional/edsko/generalize-error
Use `std::error::Error` (not `std::io::Error`)
|
2023-03-21 15:43:10 +00:00 |
|
Edsko de Vries
|
7685f363e2
|
Use std::error::Error (not std::io::Error )
This makes client code a bit easier to write, since we can then use `?;` in
more situations to just cast any kind of error.
|
2023-03-21 16:00:58 +01:00 |
|
Edsko de Vries
|
f034cbe5d9
|
Merge pull request #1 from BeFunctional/edsko/marshall-result
Introduce `marshall_result_to_haskell_var`
|
2023-03-21 11:59:17 +00:00 |
|
Edsko de Vries
|
f406ec34a3
|
Introduce marshall_result_to_haskell_var
|
2023-03-21 12:51:32 +01:00 |
|
Edsko de Vries
|
c46977354d
|
Initial push
|
2023-03-17 09:22:04 +01:00 |
|
BefunctionalRepos
|
d1327c45f4
|
Initial commit
|
2023-01-23 09:06:17 +00:00 |
|