GrammaticalFramework/gf-core

Replace Concrete.hs with ConcreteNew.hs

johnjcamilleri opened this issue · 2 comments

These two modules are completely commented out:

  • src/compiler/GF/Compile/Compute/Concrete.hs
  • src/compiler/GF/Compile/TypeCheck/Concrete.hs

Seemingly replaced by these:

  • src/compiler/GF/Compile/Compute/ConcreteNew.hs
  • src/compiler/GF/Compile/TypeCheck/ConcreteNew.hs

Given that this seems to have been the case since ~2014, surely we can simply delete the empty modules and replace them with the "new" ones.

Thanks for the explanation, Krasimir!
I can add PR with these changes soon.