diff options
Diffstat (limited to 'doc/runtime-api.html')
| -rw-r--r-- | doc/runtime-api.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/runtime-api.html b/doc/runtime-api.html index b5ff682c7..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")); |
