Command | Description |
---|
:type <expression> | Display the type of an expression |
:browse <moduleName> | Display the names in a module if a module name is provided otherwise display the names in the default REPL module |
:java | View Java translation of last compiled Frege source |
:{ | Start multiline definitions |
:} | End multiline definitions |
:load <url or file> | Load Frege code snippets from an URL or file |
:r | Reload the last script URL or file |
:history | Display the source history for definitions in the default REPL module |
:reset | Reset the REPL discarding all the evaluated scripts |
:version | Display Frege version |
:help <name> | Display the documentation for the given name. If the name is not provided, display this help message |
:q or :quit | Quit REPL |