Theoria (theoria v0.6.0)

Copy Markdown View Source

An Elixir-native proof/spec kernel inspired by Lean's trusted-kernel design.

Theoria's public DSL will remain untrusted: macros and tactics may generate proof terms, but only Theoria.Kernel can admit checked constants and definitions into an environment.

Summary

Functions

Returns an empty kernel environment.

Returns the standard prelude environment.

Functions

new_env()

Returns an empty kernel environment.

prelude_env()

Returns the standard prelude environment.