Thommy257

Results 2 issues of Thommy257

### Discussed in https://github.com/CQCL/lambeq/discussions/49 Originally posted by **JVM1982** October 10, 2022 Hello. Why the following code does not work ? : sentence = 'person runs program .' diagram = remove_cups(...

``` a, b = map(Ty, 'ab') B1, B2, B3 = Box('B1', a, b), Box('B1', a, b), Box('B3', b@b, a) diag = B1 @ B2 >> B3 ``` yields the following...