Commit fbe2ce4
committed
Add the PA rule from Liz Coppock's Semantics Boot Camp
This is very similar to the existing lambda notebook PA rule, but works
completely syntactically and so is even simpler. It's designed to work
in a presuppositional composition system. To swap this in, you can use:
lang.set_system(lang.td_presup)
lang.get_system().remove_rule("PA")
lang.get_system().add_rule(lang.BinaryCompositionOp("PA", lang.sbc_pa,
allow_none=True))1 parent 39a0250 commit fbe2ce4
File tree
3 files changed
+70
-163
lines changed- lamb
- notebooks
- fragments
- tutorials
3 files changed
+70
-163
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2509 | 2509 | | |
2510 | 2510 | | |
2511 | 2511 | | |
2512 | | - | |
| 2512 | + | |
| 2513 | + | |
| 2514 | + | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
2513 | 2522 | | |
2514 | 2523 | | |
2515 | 2524 | | |
| |||
0 commit comments