From 08a728799a8920fc3d82cdb8c1bdba99a0d1afdf Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 30 Aug 2017 15:59:43 +0200 Subject: change tabularLinearize in the Haskell binding to return a list instead of map this preserves the order --- doc/runtime-api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/runtime-api.html') diff --git a/doc/runtime-api.html b/doc/runtime-api.html index a441703f7..31a5b623d 100644 --- a/doc/runtime-api.html +++ b/doc/runtime-api.html @@ -363,7 +363,7 @@ then the right method to use is tabularLinearize:
 Prelude PGF2> tabularLinearize eng e
-fromList [("s Pl Gen","red theatres'"),("s Pl Nom","red theatres"),("s Sg Gen","red theatre's"),("s Sg Nom","red theatre")]
+[("s Sg Nom","red theatre"),("s Sg Gen","red theatre's"),("s Pl Nom","red theatres"),("s Pl Gen","red theatres'")]
 
 for (Map.Entry<String,String> entry : eng.tabularLinearize(e).entrySet()) {
-- 
cgit v1.2.3