summaryrefslogtreecommitdiff
path: root/source/Checking.hs
AgeCommit message (Collapse)Author
2024-08-27Experimental working commit, programm will compileSimon-Kor
But the Proof that the domain of the local function is not right. Also if in the definition of our local function we just use f(x) = x then we get a technical ambigus parse
2024-08-26Implemented the checking for local functions.Simon-Kor
2024-02-10Initial commitadelon