Tritlo / PropR

Genetic program repair using GHC
MIT License
30 stars 2 forks source link

Issues with properties that have no targets #112

Closed Tritlo closed 2 years ago

Tritlo commented 2 years ago

When I try to fix examples/BrokenGCD.hs but i add prop_5 = True, it doesn't fix anything. Upon inspection, it fails in the beginning, due to the initial check program not compiling: it's trying to apply prop_5 to expr__ which doesn't compile of course.