Hacker News new | ask | show | jobs
by quietplatypus 3746 days ago
How is this different from defunctionalizing and converting to smt backend or prolog engine without higher-order capabilities?
2 comments

Other people have taken that approach, for example the HALO project in Haskell. But the imprecision of the defunctionalizaton often makes it hard to prove the properties you want, especially without static types.
I am looking for papers about converting to prolog backend. Could you name one for me? Thanks.