Isabelle Elixir bindings and more

Hex versionHexDocs

Elixir bindings and utilities for the Isabelle proof assistant

isabelle_elixir lets you drive Isabelle’s resident server from Elixir code: start/stop the JVM server, launch logic sessions, compile & check theories, stream build progress, and retrieve generated artefacts – all with familiar Elixir APIs.


✨ Features


📦 Installation

Add the dependency to your mix.exs and fetch it:

defp deps do
  [
    {:isabelle_elixir, "~> 0.1"}
  ]
end