summaryrefslogtreecommitdiff
path: root/source/Syntax/Concrete.hs
AgeCommit message (Collapse)Author
2024-08-27ambigus parse fix. The proof goal must be changed,Simon-Kor
since now some could define a function with overlapping and worng subdomains
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-08-26I implemented a parsing rule in concrete.hsSimon-Kor
for local functions and a abstract type in abstract.hs for the proof data structure.
2024-08-24First atemped to write a new way of local function defintionSimon-Kor
2024-06-10Dedupe helper functionadelon
2024-05-07Sketch noun coord, symbols for realsadelon
2024-02-10Initial commitadelon