Closed gallais closed 4 years ago
As discussed on slack, it would be nice to change the class FromValue so that we may return Maybe t rather than t. This would for instance allow us to fail hard in .mary test cases when the generated pandoc value is invalid.
FromValue
Maybe t
t
.mary
As discussed on slack, it would be nice to change the class
FromValue
so that we may returnMaybe t
rather thant
. This would for instance allow us to fail hard in.mary
test cases when the generated pandoc value is invalid.