forked from GitHub/gf-rgl
Update path to where the Predef opers are defined
../src/GF/Grammar/AppPredefined.hs no longer exists, change to gf-core/src/compiler/GF/Compile/Compute/Predef.hs.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
--1 Predefined functions for concrete syntax
|
--1 Predefined functions for concrete syntax
|
||||||
|
|
||||||
-- The definitions of these constants are hard-coded in GF, and defined
|
-- The definitions of these constants are hard-coded in GF, and defined
|
||||||
-- in [AppPredefined.hs ../src/GF/Grammar/AppPredefined.hs]. Applying
|
-- in Predef.hs (gf-core/src/compiler/GF/Compile/Compute/Predef.hs).
|
||||||
-- them to run-time variables leads to compiler errors that are often
|
-- Applying them to run-time variables leads to compiler errors that are
|
||||||
-- only detected at the code generation time.
|
-- often only detected at the code generation time.
|
||||||
|
|
||||||
resource Predef = {
|
resource Predef = {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user