Repl
Index
Documentation
CTBase.ct_repl
— Methodct_repl(; debug, verbose)
Create a ct REPL.
CTBase.ct_repl_update_model
— Methodct_repl_update_model(e::Expr)
Update the model adding the expression e. It must be public since in the ct repl, this function is quoted each time an expression is parsed and is valid.