| Package | Description |
|---|---|
| wyal.lang | |
| wytp.proof | |
| wytp.proof.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
WyalFile.print(Proof.Delta delta) |
static void |
WyalFile.println(Proof.Delta delta) |
| Modifier and Type | Method and Description |
|---|---|
Proof.Delta |
Proof.Delta.add(Formula truth)
Add a new formula to this delta
|
Proof.Delta |
Proof.Delta.apply(Proof.Delta delta)
Apply a given delta on top of this one.
|
Proof.Delta |
Proof.State.getDelta()
Get the delta between this state and its parent.
|
Proof.Delta |
Proof.State.getDelta(Proof.State ancestor)
Get the delta between this state and an ancestor.
|
Proof.Delta |
Proof.Delta.remove(Formula truth)
Remove a truth from this delta (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Proof.Delta |
Proof.Delta.apply(Proof.Delta delta)
Apply a given delta on top of this one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FastDelta |
| Modifier and Type | Method and Description |
|---|---|
Proof.Delta |
DeltaProof.State.getDelta()
Return the list of formulae introduced by this step.
|
Proof.Delta |
DeltaProof.State.getDelta(Proof.State ancestor)
Return the list of formulae introduced by this step.
|
| Modifier and Type | Method and Description |
|---|---|
FastDelta |
FastDelta.apply(Proof.Delta delta) |
Copyright © 2017. All rights reserved.