mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
complete details for the "ai" command in the C shell
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user