Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/advancedresearch/pocket_prover
/ types & classes
Types & classes
9 in github.com/advancedresearch/pocket_prover
⨍
Functions
209
◇
Types & classes
9
Class
Bar
pocket_prover-derive/tests/lib.rs:14
Interface
BaseSystem
Implemented by base logical systems. Auto impls the `ExtendRules` trait and therefore also the `Prove` trait.
src/lib.rs:1784
Interface
Construct
Used to construct logical systems.
src/lib.rs:2044
Interface
CoreRules
Implemented by logical systems to define core rules.
src/lib.rs:1761
Interface
Enumerable
Implemented by types to use with `all` and `any`.
src/lib.rs:1603
Interface
ExtendRules
Implemented by logical systems to extend existing ones.
src/lib.rs:1767
Class
Foo
pocket_prover-derive/tests/lib.rs:8
Interface
Observable
Implemented by observables.
src/lib.rs:581
Interface
Prove
Implemented by provable systems of logic. This trait is used by other crates in the PocketProver ecosystem named `pocket_prover-<name>`. A common pa
src/lib.rs:1675