repl_help :-
format_with_colour(user_output,[blue],'Starting SMTLIB REPL~n',[]),
format_with_colour(user_output,[blue],'Available commands:~n',[]),
format_with_colour(user_output,[blue],' (get-model)~n',[]),
format_with_colour(user_output,[blue],' (check-sat)~n',[]),
format_with_colour(user_output,[blue],' (set-info I Val)~n',[]),
format_with_colour(user_output,[blue],' (push Num)~n',[]),
format_with_colour(user_output,[blue],' (pop Num)~n',[]),
format_with_colour(user_output,[blue],' (assert Term)~n',[]),
format_with_colour(user_output,[blue],' (reset)~n',[]),
format_with_colour(user_output,[blue],' (exit)~n',[]),
format_with_colour(user_output,[blue],' define-fun, declare-sort,....~n~n',[]).