aiken-lang / stdlib

The Aiken Standard Library
https://aiken-lang.github.io/stdlib
Apache License 2.0
47 stars 26 forks source link

added additional check for the value.add function #59

Closed logicalmechanism closed 1 year ago

logicalmechanism commented 1 year ago

Adds in an additional check to the inner dictionary during value.add. If the inner dictionary is empty then the result should return None. I also added in some tests for the add function.

This tries to fix: issue 58