Commands
How to execute a command
Through GHCi REPL
ghci> compile gf181 someFunctionThrough the CLI
> ./compiled-executable compile gf181Entry point
main :: IO ()
main = keelung someFunctionCompiled executable
Command line options
Commands
Command
REPL
CLI
what for?
Interpret a program
REPL
CLI
Compile a program
REPL
CLI
Generate witness
REPL
CLI
Generate proof
REPL
CLI
Verify proof
REPL
CLI
Last updated