Commit graph

5 commits

Author SHA1 Message Date
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