mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 13:32:51 -06:00
generate and store the ranges for all linearization rules
This commit is contained in:
Binary file not shown.
@@ -19,10 +19,10 @@ concrete basic_cnc {
|
||||
lincat S = [
|
||||
""
|
||||
]
|
||||
lin c : N(j) -> S(0) = [
|
||||
lin c : ∀{j<2} . N(j) -> S(0) = [
|
||||
<0,0>
|
||||
]
|
||||
lin ind : P(0) * P(0) * N(j) -> P(0) = [
|
||||
lin ind : ∀{j<2} . P(0) * P(0) * N(j) -> P(0) = [
|
||||
]
|
||||
lin s : N(0) -> N(0) = [
|
||||
<0,0> "+" "1"
|
||||
|
||||
Reference in New Issue
Block a user