summaryrefslogtreecommitdiff
path: root/src-3.0
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-05-26 14:06:56 +0000
committeraarne <aarne@cs.chalmers.se>2008-05-26 14:06:56 +0000
commit7d0da72db1bf4da1cd5404c56e55e55d0a4cb98c (patch)
tree6e29e29cfe3ccb2879878d36316cc68e113498a6 /src-3.0
parent68903bb25155978b6da22b1f6bd7069621c7dc30 (diff)
getting started with overloaded API for 1.4; some determiner syntax missing
Diffstat (limited to 'src-3.0')
-rw-r--r--src-3.0/GF/Grammar/API.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src-3.0/GF/Grammar/API.hs b/src-3.0/GF/Grammar/API.hs
index be8094228..57936ac45 100644
--- a/src-3.0/GF/Grammar/API.hs
+++ b/src-3.0/GF/Grammar/API.hs
@@ -18,7 +18,7 @@ import GF.Grammar.PrGrammar
import GF.Compile.Rename (renameSourceTerm)
import GF.Compile.CheckGrammar (justCheckLTerm)
-import GF.Compile.Compute (computeConcreteRec)
+import GF.Compile.Compute (computeConcrete)
import GF.Data.Operations
import qualified Data.ByteString.Char8 as BS
@@ -47,6 +47,5 @@ checkTermAny gr m t = do
justCheckLTerm gr t1
computeTerm :: Grammar -> Term -> Err Term
-computeTerm = computeConcreteRec
-
+computeTerm = computeConcrete