added API for print names

This commit is contained in:
krangelov
2021-12-03 16:49:36 +01:00
parent 655576c291
commit bbff79aaa3
10 changed files with 86 additions and 8 deletions

View File

@@ -19,10 +19,10 @@ concrete basic_cnc {
lincat S = [
""
]
lin c : ∀{j<2} . N(j) -> S(0) = [
lin c : ∀{i<2} . N(i) -> S(0) = [
<0,0>
]
lin ind : ∀{j<2} . P(0) * P(0) * N(j) -> P(0) = [
lin ind : ∀{i<2} . P(0) * P(0) * N(i) -> P(0) = [
]
lin s : N(0) -> N(0) = [
<0,0> "+" "1"