Closed martyall closed 6 years ago
added a function formatValue :: forall a. EtherUnitSpec a => Value a -> String which will print the number passed in when using mkValue
formatValue :: forall a. EtherUnitSpec a => Value a -> String
mkValue
See the updated test for an example of how to use
added a function
formatValue :: forall a. EtherUnitSpec a => Value a -> String
which will print the number passed in when usingmkValue
See the updated test for an example of how to use