summaryrefslogtreecommitdiff
path: root/doc/runtime-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/runtime-api.html')
-rw-r--r--doc/runtime-api.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/runtime-api.html b/doc/runtime-api.html
index 31a5b623d..966f5f15c 100644
--- a/doc/runtime-api.html
+++ b/doc/runtime-api.html
@@ -894,7 +894,7 @@ Det -> CN -> NP
</pre>
<pre class="haskell">
Prelude PGF2> print (functionType gr "DetCN")
-Det -> CN -> NP
+Just (Det -> CN -> NP)
</pre>
<pre class="java">
System.out.println(gr.getFunctionType("DetCN"));
@@ -1091,7 +1091,7 @@ n0 -- n3 [style = "solid"]
}
</pre>
<pre class="haskell">
-Prelude PGF2> putStrLn (graphvizAbstractTree gr e)
+Prelude PGF2> putStrLn (graphvizAbstractTree gr graphvizDefaults e)
graph {
n0[label = "AdjCN", style = "solid", shape = "plaintext"]
n1[label = "PositA", style = "solid", shape = "plaintext"]
@@ -1171,7 +1171,7 @@ graph {
}
</pre>
<pre class="haskell">
-Prelude PGF2> putStrLn (graphvizParseTree eng e)
+Prelude PGF2> putStrLn (graphvizParseTree eng graphvizDefaults e)
graph {
node[shape=plaintext]