mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 19:28:54 -06:00
update documentation for Haskell
This commit is contained in:
@@ -1091,7 +1091,7 @@ n0 -- n3 [style = "solid"]
|
|||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
<pre class="haskell">
|
<pre class="haskell">
|
||||||
Prelude PGF2> putStrLn (graphvizAbstractTree gr e)
|
Prelude PGF2> putStrLn (graphvizAbstractTree gr graphvizDefaults e)
|
||||||
graph {
|
graph {
|
||||||
n0[label = "AdjCN", style = "solid", shape = "plaintext"]
|
n0[label = "AdjCN", style = "solid", shape = "plaintext"]
|
||||||
n1[label = "PositA", style = "solid", shape = "plaintext"]
|
n1[label = "PositA", style = "solid", shape = "plaintext"]
|
||||||
@@ -1171,7 +1171,7 @@ graph {
|
|||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
<pre class="haskell">
|
<pre class="haskell">
|
||||||
Prelude PGF2> putStrLn (graphvizParseTree eng e)
|
Prelude PGF2> putStrLn (graphvizParseTree eng graphvizDefaults e)
|
||||||
graph {
|
graph {
|
||||||
node[shape=plaintext]
|
node[shape=plaintext]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user