Open Kamirus opened 4 years ago
rename litF -> litPG Document lit (creates concrete strings) and litPG
Update on: Making lit
depend on the backend
There's an implementation on the scope-as-backend
branch.
Features:
lit
can be used to handle both old lit
and litPG
casess
scopelit
over litPG
defers a choice which backend to use, but it generates an unsolved constraintlit
for basic backend-agnostic types like String
, Int
should still solve constraints immediately Insights:
s
- so it now depends on the scopeFullQuery B { | i }
where B = BackendPGClass
litF
and merge it withlit
Lit
should depend on the backend