mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
fix the computation of abstract expressions in the presence of implicit arguments
This commit is contained in:
@@ -8,3 +8,4 @@ ai <\x -> x : ({m},n : Node) -> Node>
|
||||
ai <n1 : ({m} : Node) -> Node>
|
||||
ai <? : ({m} : Node) -> Node>
|
||||
ai <link id : Path n1 n1>
|
||||
pt -compute <\{n} -> n : ({n} : Node) -> Node> {n1}
|
||||
|
||||
@@ -31,3 +31,5 @@ Expression: <link {n1} {n1} (id {n1}) : Path n1 n1>
|
||||
Type: Path n1 n1
|
||||
Probability: 1.0
|
||||
|
||||
n1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user