Adding simple Algorithm W implementation (no recursive functions)

This commit is contained in:
elvis
2025-01-31 03:15:58 +01:00
parent b54d088e59
commit 9991efafbf
12 changed files with 697 additions and 143 deletions

View File

@ -0,0 +1,11 @@
Error absent assignment program: error (success)
Error wrong input type program: error (success)
Error not a function program: error (success)
Error if branches with different types program: error (success)
Error if guard is not a boolean program: error (success)
Identity program: success
Constant program: success
Partial application of function program: success
Passing functions to functions program: success
Scope program: success
Rand program: success