Expand description
Invoke Agda in command line and interact with it via stdio.
Modules§
- verify
- Verify whether Agda is working.
Structs§
- Agda
Read - Just
Stdio - Process
Stdio - Repl
State - Simple REPL state wrapper.
Constants§
Functions§
- deserialize_
agda - Deserialize from Agda’s command line output.
- init_
agda_ process - load_
file - Common command: load file in Agda.
- preprint_
agda_ result - send_
command - Send an
IOTCMcommand to Agda. - start_
agda - Start the Agda process and return the stdio handles.
Type Aliases§
- Agda
Result - An Agda response that is either something good or some error.
- Next
Result - Return type of
next_*functions.