summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command/SourceCommands.hs
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2021-07-01 14:27:11 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2021-07-01 14:27:11 +0200
commit376b1234a2cb510aab62fefb59821557595c6ecb (patch)
tree95058b0c4a735d39b6d19b34e2dc9e4c1d73720b /src/compiler/GF/Command/SourceCommands.hs
parent71d99b9ecb2f59a5591bfdd9ab4695b00acbfd1c (diff)
Rename GF.Compile.TypeCheck.RConcrete to GF.Compile.TypeCheck.Concrete
Diffstat (limited to 'src/compiler/GF/Command/SourceCommands.hs')
-rw-r--r--src/compiler/GF/Command/SourceCommands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Command/SourceCommands.hs b/src/compiler/GF/Command/SourceCommands.hs
index daf3f7f1e..91ada899d 100644
--- a/src/compiler/GF/Command/SourceCommands.hs
+++ b/src/compiler/GF/Command/SourceCommands.hs
@@ -19,7 +19,7 @@ import GF.Grammar.ShowTerm
import GF.Grammar.Lookup (allOpers,allOpersTo)
import GF.Compile.Rename(renameSourceTerm)
import GF.Compile.Compute.Concrete(normalForm,resourceValues)
-import GF.Compile.TypeCheck.RConcrete as TC(inferLType,ppType)
+import GF.Compile.TypeCheck.Concrete as TC(inferLType,ppType)
import GF.Infra.Dependencies(depGraph)
import GF.Infra.CheckM(runCheck)