Checkpoint
This commit is contained in:
parent
438af6c053
commit
6eca9dfcb7
25 changed files with 309 additions and 113 deletions
5
src/prolog/components/Provable.kt
Normal file
5
src/prolog/components/Provable.kt
Normal file
|
@ -0,0 +1,5 @@
|
|||
package prolog.components
|
||||
|
||||
interface Provable {
|
||||
fun prove(): Boolean
|
||||
}
|
Reference in a new issue