mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
document FunctionType in C#
This commit is contained in:
@@ -886,6 +886,10 @@ Det -> CN -> NP
|
||||
System.out.println(gr.getFunctionType("DetCN"));
|
||||
Det -> CN -> NP
|
||||
</pre>
|
||||
<pre class="csharp">
|
||||
Console.WriteLine(gr.FunctionType("DetCN"));
|
||||
Det -> CN -> NP
|
||||
</pre>
|
||||
|
||||
<h2>Type Checking Abstract Trees</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user