mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Fixed minor bug in prolog export
This commit is contained in:
@@ -24,7 +24,7 @@ import Data.List (isPrefixOf, mapAccumL)
|
|||||||
grammar2prolog :: PGF -> String
|
grammar2prolog :: PGF -> String
|
||||||
grammar2prolog pgf
|
grammar2prolog pgf
|
||||||
= ("%% This file was automatically generated by GF" +++++
|
= ("%% This file was automatically generated by GF" +++++
|
||||||
":- style_check(-singleton)" +++++
|
":- style_check(-singleton)." +++++
|
||||||
plFacts wildCId "abstract" 1 "(?AbstractName)"
|
plFacts wildCId "abstract" 1 "(?AbstractName)"
|
||||||
[[plp name]] ++++
|
[[plp name]] ++++
|
||||||
plFacts wildCId "concrete" 2 "(?AbstractName, ?ConcreteName)"
|
plFacts wildCId "concrete" 2 "(?AbstractName, ?ConcreteName)"
|
||||||
|
|||||||
Reference in New Issue
Block a user