Skip to content

Commit

Permalink
Remove custom error monad, use Result and Rresult instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Apr 14, 2021
1 parent 13eabb5 commit 3fabf04
Show file tree
Hide file tree
Showing 19 changed files with 366 additions and 465 deletions.
101 changes: 0 additions & 101 deletions lib/control.ml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library
(name tls)
(public_name tls)
(libraries cstruct cstruct-sexp logs hkdf mirage-crypto mirage-crypto-rng mirage-crypto-pk x509 sexplib domain-name fmt mirage-crypto-ec)
(libraries cstruct cstruct-sexp logs hkdf mirage-crypto mirage-crypto-rng mirage-crypto-pk x509 sexplib domain-name fmt mirage-crypto-ec rresult)
(preprocess (pps ppx_sexp_conv ppx_cstruct)))
Loading

0 comments on commit 3fabf04

Please sign in to comment.