feat: Arithmetic
This commit is contained in:
parent
e73e5cbfc8
commit
ac55ed4c64
6 changed files with 147 additions and 107 deletions
|
@ -2,6 +2,7 @@ package prolog.ast.logic
|
|||
|
||||
import prolog.logic.Substituted
|
||||
|
||||
|
||||
interface Provable {
|
||||
/**
|
||||
* Proves the current [Provable] instance.
|
||||
|
|
Reference in a new issue