From a162488b05c7c17940f170879990b7a003fa60f0 Mon Sep 17 00:00:00 2001 From: "peter.ljunglof" Date: Thu, 28 Jun 2012 07:01:29 +0000 Subject: [PATCH] Fixed minor bug in prolog export --- src/compiler/GF/Compile/PGFtoProlog.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/GF/Compile/PGFtoProlog.hs b/src/compiler/GF/Compile/PGFtoProlog.hs index d24aa34c7..03a29871b 100644 --- a/src/compiler/GF/Compile/PGFtoProlog.hs +++ b/src/compiler/GF/Compile/PGFtoProlog.hs @@ -24,7 +24,7 @@ import Data.List (isPrefixOf, mapAccumL) grammar2prolog :: PGF -> String grammar2prolog pgf = ("%% This file was automatically generated by GF" +++++ - ":- style_check(-singleton)" +++++ + ":- style_check(-singleton)." +++++ plFacts wildCId "abstract" 1 "(?AbstractName)" [[plp name]] ++++ plFacts wildCId "concrete" 2 "(?AbstractName, ?ConcreteName)"