package adelfa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Proof assistant for reasoning about LF specifications
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.1.tar.gz
md5=f32710f8d672e36d7597c9ec8612b096
sha512=7a8a9c699201136dd054ab9354125c6e4d990ffec56b96db13ec4a25190a362467b9a299eaf58e66ea1a497a14fcc8766cdfea87a18905aa32fb0f297668436b
Description
Published: 24 Oct 2024
README
Adelfa
Building
To build Adelfa, run make in the root directory. This will produce an executable named adelfa which can be ran directly or via the command dune exec adelfa to start the system.
Run make debug to build a byte code version of the system located at _build/default/bin/adelfa.bc.
Run make test to build the unit tests. This will produce and execute _build/default/bin/test.exe as well as a series of crams which run examples across expected output.
Run make install to install Adelfa to your system's .opam/default/bin/ directory.
Usage
adelfaStarts the system. See system_reference.txt for more information about using the system.
adelfa -i filenameSpecifies filename as the file from which to read input. This runs each command from the file and then quits the system.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page