Fixed minor bug in prolog export

This commit is contained in:
peter.ljunglof
2012-06-28 07:01:29 +00:00
parent 7fb35be6e3
commit a162488b05

View File

@@ -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)"