From 7d0da72db1bf4da1cd5404c56e55e55d0a4cb98c Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 26 May 2008 14:06:56 +0000 Subject: [PATCH] getting started with overloaded API for 1.4; some determiner syntax missing --- src-3.0/GF/Grammar/API.hs | 5 ++--- 1 file 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