0, null, unknown, invalid, (ad infinitum)
0, null, unknown, invalid, (ad infinitum)
Posted Jan 10, 2024 13:17 UTC (Wed) by koh (subscriber, #101482)In reply to: 0, null, unknown, invalid, (ad infinitum) by NYKevin
Parent article: The return of None-aware operators for Python
It very much depends on your problem domain. In many cases the functions to be computed are primitively recursive ones, in particular in databases. In those cases Rice's theorem is not applicable, and the type system can actually contain all necessary semantic information. Coq and by extension Lean are practical examples illustrating that point (not for databases, though).