From 2b46848d3fdde2d107ea9196b3743497b2710d5f Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Sat, 16 Jan 2021 01:41:47 +0100 Subject: [PATCH] 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. --- src/prelude/Predef.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/prelude/Predef.gf b/src/prelude/Predef.gf index 1ce4aa439..fded5ae38 100644 --- a/src/prelude/Predef.gf +++ b/src/prelude/Predef.gf @@ -1,9 +1,9 @@ --1 Predefined functions for concrete syntax -- The definitions of these constants are hard-coded in GF, and defined --- in [AppPredefined.hs ../src/GF/Grammar/AppPredefined.hs]. Applying --- them to run-time variables leads to compiler errors that are often --- only detected at the code generation time. +-- in Predef.hs (gf-core/src/compiler/GF/Compile/Compute/Predef.hs). +-- Applying them to run-time variables leads to compiler errors that are +-- often only detected at the code generation time. resource Predef = {