safethrow() and Maybe struct

This commit is contained in:
2022-04-05 23:57:08 +03:00
parent 3940eeb2a7
commit a9b1545024
15 changed files with 174 additions and 59 deletions

View File

@@ -171,7 +171,6 @@ Unitype __ParseValue(DeserializeSharedData* shared, string str){
sprintf(err,"can't parse to int: <%s>",_c);
throw(err);
}
free(_c);
return Uni(Int64,li);
}