compile lindef & linref rules

This commit is contained in:
krangelov
2021-12-06 15:47:57 +01:00
parent 0b8a1a0de8
commit d274f4856e
15 changed files with 420 additions and 122 deletions

Binary file not shown.

View File

@@ -14,11 +14,28 @@ concrete basic_cnc {
lincat N = [
"s"
]
lindef N : String(0) -> N(0) = [
<0,0>
]
linref N : ∀{i<2} . N(i) -> String(0) = [
<0,0>
]
lincat P = [
]
lindef P : String(0) -> P(0) = [
]
linref P : P(0) -> String(0) = [
]
lincat S = [
""
]
lindef S : String(0) -> S(0) = [
<0,0>
]
linref S : S(0) -> String(0) = [
<0,0>
]
lin c : ∀{i<2} . N(i) -> S(0) = [
<0,0>
]